more fixes for diacritics system

This commit is contained in:
minjaesong
2021-12-21 14:04:49 +09:00
parent dc6bd89497
commit 700397a995
7 changed files with 32 additions and 19 deletions

View File

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