[indic] Support U+1CF5,1CF6
This commit is contained in:
parent
72ead0cc72
commit
131e17ff9a
|
@ -208,6 +208,9 @@ set_indic_properties (hb_glyph_info_t &info)
|
||||||
/* Cantillation marks. */
|
/* Cantillation marks. */
|
||||||
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xA8E0, 0xA8F1)))
|
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xA8E0, 0xA8F1)))
|
||||||
cat = OT_VD;
|
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))
|
if (unlikely (u == 0x17D1))
|
||||||
cat = OT_X;
|
cat = OT_X;
|
||||||
|
|
Loading…
Reference in New Issue