pull/1/head
Behdad Esfahbod 16 years ago
parent 3648bdf5b2
commit 1ff7775051
  1. 6
      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 */
}

Loading…
Cancel
Save