Minor
This commit is contained in:
parent
131e17ff9a
commit
37bf2c9224
|
@ -200,7 +200,7 @@ set_indic_properties (hb_glyph_info_t &info)
|
|||
if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0x0951, 0x0952,
|
||||
0x1CD0, 0x1CD2,
|
||||
0x1CD4, 0x1CE1) ||
|
||||
u == 0x1CF4))
|
||||
u == 0x1CF4))
|
||||
cat = OT_A;
|
||||
/* The following act more like the Bindus. */
|
||||
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0953, 0x0954)))
|
||||
|
|
Loading…
Reference in New Issue