From 1ff7775051559a8ca442be3938450c7ed3817806 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 6 Nov 2009 13:52:57 -0500 Subject: [PATCH] Minor. --- src/hb-shape.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/hb-shape.c b/src/hb-shape.c index fa5b36213..130bcc4a6 100644 --- a/src/hb-shape.c +++ b/src/hb-shape.c @@ -90,9 +90,13 @@ hb_shape (hb_font_t *font, /* OT preprocess */ hb_map_glyphs (font, face, buffer); + /* ccmp+... */ + + /* script-specific */ /* GSUB */ + hb_position_default (font, face, buffer); - /* Default positioning */ + /* GPOS / kern */ }