提交 0682ddd0 编写于 作者: B Behdad Esfahbod

[indic] Support U+17DD KHMER SIGN ATTHACAN

As requested by Martin Hosken on the list.
上级 05870ed6
......@@ -201,7 +201,8 @@ set_indic_properties (hb_glyph_info_t &info)
if (unlikely (u == 0x17D1))
cat = OT_X;
if (cat == OT_X &&
unlikely (hb_in_range<hb_codepoint_t> (u, 0x17CB, 0x17D3))) /* Khmer Various signs */
unlikely (hb_in_range<hb_codepoint_t> (u, 0x17CB, 0x17D3) ||
u == 0x17DD)) /* Khmer Various signs */
{
/* These are like Top Matras. */
cat = OT_M;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册