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

[indic] Support U+1CE2..U+1CE8

上级 37bf2c92
......@@ -211,6 +211,10 @@ set_indic_properties (hb_glyph_info_t &info)
/* The following act like consonants. */
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1CF5, 0x1CF6)))
cat = OT_C;
/* TODO: The following should only be allowed after a Visarga.
* For now, just treat them like regular tone marks. */
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1CE2, 0x1CE8)))
cat = OT_A;
if (unlikely (u == 0x17D1))
cat = OT_X;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册