Minor.
This commit is contained in:
parent
3648bdf5b2
commit
1ff7775051
|
@ -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 */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue