very crude kerning impl for Ys and Ts and AV-VA pairs

This commit is contained in:
minjaesong
2020-04-14 23:56:08 +09:00
parent e5d04de250
commit 4556a9e244
6 changed files with 38 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ class FontTestGDX : Game() {
lateinit var camera: OrthographicCamera
private val testing = true
private val testing = false
private val demotextName = if (testing) "testtext.txt" else "demotext.txt"
private val outimageName = if (testing) "testing.PNG" else "demo.PNG"