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

[Indic] Position Khmer U+17CE

Fixes another 6 Khmer failures.  Now at 136 (0.0454661%).
上级 8d00e8d0
...@@ -304,6 +304,12 @@ set_indic_properties (hb_glyph_info_t &info, hb_ot_map_t *map, hb_font_t *font) ...@@ -304,6 +304,12 @@ set_indic_properties (hb_glyph_info_t &info, hb_ot_map_t *map, hb_font_t *font)
if (unlikely (u == 0x0B01)) pos = POS_BEFORE_SUB; /* Oriya Bindu is BeforeSub in the spec. */ if (unlikely (u == 0x0B01)) pos = POS_BEFORE_SUB; /* Oriya Bindu is BeforeSub in the spec. */
if (u == 0x17CE) /* U+17CE is not in Indic files. Likes to be treated like Top Matra */
{
cat = OT_M;
pos = POS_AFTER_SUB;
}
info.indic_category() = cat; info.indic_category() = cat;
info.indic_position() = pos; info.indic_position() = pos;
......
...@@ -15,3 +15,4 @@ ...@@ -15,3 +15,4 @@
ម៉្លេះ ម៉្លេះ
ម‌៉្លេះ ម‌៉្លេះ
ប៊័ ប៊័
នែ៎
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册