fixed a bug where getting the width of certain text would return a bad value

This commit is contained in:
minjaesong
2022-02-17 14:20:21 +09:00
parent 23a5a8997f
commit afa59255cc

View File

@@ -1406,6 +1406,10 @@ class TerrarumSansBitmap(
} }
emptyOutYanked() emptyOutYanked()
seq4.add(0) // add dummy terminator
// println(seq4.joinToString(" "))
return seq4 return seq4
} }