devanagari: using new internal mapping

This commit is contained in:
minjaesong
2022-02-13 01:22:00 +09:00
parent 4614ffab92
commit 1705b2752e
8 changed files with 251 additions and 231 deletions

View File

@@ -126,4 +126,7 @@ data class GlyphProps(
fun forEachExtInfo(action: (Int) -> Unit) = extInfo.slice(0 until requiredExtInfoCount()).forEach(action)
fun forEachExtInfoIndexed(action: (Int, Int) -> Unit) = extInfo.slice(0 until requiredExtInfoCount()).forEachIndexed(action)
val isIllegal: Boolean
get() = directiveOpcode == 255
}