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 */ }