almost working...

This commit is contained in:
minjaesong
2024-03-30 05:55:22 +09:00
parent c9474fac1c
commit cfc52386ab
2 changed files with 243 additions and 26 deletions

View File

@@ -2074,6 +2074,8 @@ class TerrarumSansBitmap(
get() = glyphLayout!!.width
val texture: Texture
get() = glyphLayout!!.linotype
val penultimateChar: CodePoint
get() = text[text.size - 2]
fun dispose() {
glyphLayout?.linotype?.dispose()