mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 14:45:24 +00:00
Minor.
This commit is contained in:
parent
3648bdf5b2
commit
1ff7775051
1 changed files with 5 additions and 1 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue