freezing slugs into a single line of text

This commit is contained in:
minjaesong
2024-04-30 16:39:32 +09:00
parent 7384d970d5
commit aa45f942e3
2 changed files with 90 additions and 68 deletions

View File

@@ -750,6 +750,7 @@ class TerrarumSansBitmap(
private fun buildWidthTableInternal() {
for (i in 0 until 16) {
glyphProps[i] = GlyphProps(0)
glyphProps[i + 16] = GlyphProps(0)
glyphProps[MOVABLE_BLOCK_1 + i] = GlyphProps(i + 1)
glyphProps[MOVABLE_BLOCK_M1 + i] = GlyphProps(-i - 1)
}