提交 aec468f0 编写于 作者: B Behdad Esfahbod

[coretext] Add TODO

上级 58cc233e
...@@ -679,6 +679,8 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan, ...@@ -679,6 +679,8 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan,
double advance = CTFontGetAdvancesForGlyphs (font_data->ct_font, kCTFontHorizontalOrientation, &notdef, NULL, 1); double advance = CTFontGetAdvancesForGlyphs (font_data->ct_font, kCTFontHorizontalOrientation, &notdef, NULL, 1);
info->codepoint = notdef; 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->cluster = range.location + j;
info->mask = advance; info->mask = advance;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册