fixed up Thai and Devanagari Anusvara

not perfect but it'll work
This commit is contained in:
minjaesong
2018-08-10 04:20:03 +09:00
parent a0e2cbf756
commit 6300b29ab5
10 changed files with 92 additions and 74 deletions

View File

@@ -25,6 +25,6 @@ data class GlyphProps(
tags.ushr(1).and(15),
tags.and(1) == 1,
tags.ushr(8).and(1) == 1,
tags.ushr(9).and(1) == 1
tags.ushr(5).and(3) == 3
)
}