提交 37bf2c92 编写于 作者: B Behdad Esfahbod

Minor

上级 131e17ff
...@@ -200,7 +200,7 @@ set_indic_properties (hb_glyph_info_t &info) ...@@ -200,7 +200,7 @@ set_indic_properties (hb_glyph_info_t &info)
if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0x0951, 0x0952, if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0x0951, 0x0952,
0x1CD0, 0x1CD2, 0x1CD0, 0x1CD2,
0x1CD4, 0x1CE1) || 0x1CD4, 0x1CE1) ||
u == 0x1CF4)) u == 0x1CF4))
cat = OT_A; cat = OT_A;
/* The following act more like the Bindus. */ /* The following act more like the Bindus. */
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0953, 0x0954))) else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0953, 0x0954)))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册