[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Fri Jul 14 14:59:56 UTC 2017
src/hb-ot-shape-complex-indic.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit f1cd7ca89306ff252816e9747177d8dab00524f6
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Jul 14 15:59:40 2017 +0100
[indic] Add github URL
diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc
index 97cec38e..0232b305 100644
--- a/src/hb-ot-shape-complex-indic.cc
+++ b/src/hb-ot-shape-complex-indic.cc
@@ -203,7 +203,8 @@ set_indic_properties (hb_glyph_info_t &info)
else if (unlikely (hb_in_range (u, 0x17CDu, 0x17D1u) ||
u == 0x17CBu || u == 0x17D3u || u == 0x17DDu)) /* Khmer Various signs */
{
- /* These can occur mid-syllable (eg. before matras), even though Unicode marks them as Syllable_Modifier. */
+ /* These can occur mid-syllable (eg. before matras), even though Unicode marks them as Syllable_Modifier.
+ * https://github.com/roozbehp/unicode-data/issues/5 */
cat = OT_M;
pos = POS_ABOVE_C;
}
More information about the HarfBuzz
mailing list