[HarfBuzz] harfbuzz-ng: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Fri Nov 6 10:54:01 PST 2009
src/hb-shape.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 1ff7775051559a8ca442be3938450c7ed3817806
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Nov 6 13:52:57 2009 -0500
Minor.
diff --git a/src/hb-shape.c b/src/hb-shape.c
index fa5b362..130bcc4 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 */
}
More information about the HarfBuzz
mailing list