This commit is contained in:
Behdad Esfahbod 2009-11-06 13:52:57 -05:00
parent 3648bdf5b2
commit 1ff7775051
1 changed files with 5 additions and 1 deletions

View File

@ -90,9 +90,13 @@ hb_shape (hb_font_t *font,
/* OT preprocess */ /* OT preprocess */
hb_map_glyphs (font, face, buffer); hb_map_glyphs (font, face, buffer);
/* ccmp+... */
/* script-specific */
/* GSUB */ /* GSUB */
hb_position_default (font, face, buffer); hb_position_default (font, face, buffer);
/* Default positioning */
/* GPOS / kern */ /* GPOS / kern */
} }