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

[HB] Remove stale TODO

上级 ac26e2a8
...@@ -126,8 +126,6 @@ _hb_ot_layout_get_glyph_property (hb_face_t *face, ...@@ -126,8 +126,6 @@ _hb_ot_layout_get_glyph_property (hb_face_t *face,
case GDEF::LigatureGlyph: return HB_OT_LAYOUT_GLYPH_CLASS_LIGATURE; case GDEF::LigatureGlyph: return HB_OT_LAYOUT_GLYPH_CLASS_LIGATURE;
case GDEF::ComponentGlyph: return HB_OT_LAYOUT_GLYPH_CLASS_COMPONENT; case GDEF::ComponentGlyph: return HB_OT_LAYOUT_GLYPH_CLASS_COMPONENT;
case GDEF::MarkGlyph: case GDEF::MarkGlyph:
/* TODO old harfbuzz doesn't always parse mark attachments as it says it was
* introduced without a version bump, so it may not be safe */
klass = gdef.get_mark_attachment_type (glyph); klass = gdef.get_mark_attachment_type (glyph);
return HB_OT_LAYOUT_GLYPH_CLASS_MARK + (klass << 8); return HB_OT_LAYOUT_GLYPH_CLASS_MARK + (klass << 8);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册