[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Fri Nov 29 16:22:11 PST 2013
src/hb-coretext.cc | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit aec468f01e866c99e65a8f764a792c74c96840d7
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Nov 29 19:21:58 2013 -0500
[coretext] Add TODO
diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc
index ecc1bf4..25e4055 100644
--- a/src/hb-coretext.cc
+++ b/src/hb-coretext.cc
@@ -679,6 +679,8 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan,
double advance = CTFontGetAdvancesForGlyphs (font_data->ct_font, kCTFontHorizontalOrientation, ¬def, NULL, 1);
info->codepoint = notdef;
+ /* TODO We have to fixup clusters later. See vis_clusters in
+ * hb-uniscribe.cc for example. */
info->cluster = range.location + j;
info->mask = advance;
More information about the HarfBuzz
mailing list