mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-06-12 00:44:05 +09:00
more fair penaltying
This commit is contained in:
@@ -759,6 +759,10 @@ class TerrarumSansBitmap(
|
||||
for (i in 0 until 256) {
|
||||
glyphProps[0xF800 + i] = GlyphProps(0)
|
||||
}
|
||||
|
||||
for (i in 0xFFF70..0xFFF9F) {
|
||||
glyphProps[i] = GlyphProps(0)
|
||||
}
|
||||
}
|
||||
|
||||
fun getWidth(text: String) = getWidthNormalised(text.toCodePoints())
|
||||
|
||||
Reference in New Issue
Block a user