|
|
|
@ -225,8 +225,7 @@ set_indic_properties (hb_glyph_info_t &info) |
|
|
|
|
} |
|
|
|
|
else if (unlikely (u == 0x17C6)) cat = OT_N; /* Khmer Bindu doesn't like to be repositioned. */ |
|
|
|
|
else if (unlikely (u == 0x17D2)) cat = OT_Coeng; /* Khmer coeng */ |
|
|
|
|
else if (unlikely (u == 0x002D || u == 0x00D7 || |
|
|
|
|
hb_in_range<hb_codepoint_t> (u, 0x2010, 0x2014))) |
|
|
|
|
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x2010, 0x2011))) |
|
|
|
|
cat = OT_PLACEHOLDER; |
|
|
|
|
else if (unlikely (u == 0x25CC)) cat = OT_DOTTEDCIRCLE; |
|
|
|
|
else if (unlikely (u == 0xA982)) cat = OT_SM; /* Javanese repha. */ |
|
|
|
|