[indic] Support U+1CF2,U+1CF3

This commit is contained in:
Behdad Esfahbod 2014-05-22 19:39:56 -04:00
parent ecb98babba
commit a498565ced
1 changed files with 6 additions and 0 deletions

View File

@ -215,6 +215,12 @@ set_indic_properties (hb_glyph_info_t &info)
* For now, just treat them like regular tone marks. */
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1CE2, 0x1CE8)))
cat = OT_A;
/* The following are Visarga variants. */
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1CF2, 0x1CF3)))
{
cat = OT_SM;
ASSERT_STATIC ((int) INDIC_SYLLABIC_CATEGORY_VISARGA == OT_SM);
}
if (unlikely (u == 0x17D1))
cat = OT_X;