[indic] Support U+1CF5,1CF6

This commit is contained in:
Behdad Esfahbod 2014-05-22 19:32:51 -04:00
parent 72ead0cc72
commit 131e17ff9a
1 changed files with 3 additions and 0 deletions

View File

@ -208,6 +208,9 @@ set_indic_properties (hb_glyph_info_t &info)
/* Cantillation marks. */
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xA8E0, 0xA8F1)))
cat = OT_VD;
/* The following act like consonants. */
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1CF5, 0x1CF6)))
cat = OT_C;
if (unlikely (u == 0x17D1))
cat = OT_X;