mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-06-14 09:34:05 +09:00
devanagari: using new internal mapping
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user