full support of old hangul

This commit is contained in:
minjaesong
2018-08-29 00:35:46 +09:00
parent 32290dd504
commit b8963cd3a9
11 changed files with 246 additions and 151 deletions

View File

@@ -23,8 +23,8 @@ class FontTestGDX : Game() {
lateinit var camera: OrthographicCamera
private val demotextName = "testtext.txt"
private val outimageName = "testing.png"
private val demotextName = "demotext.txt"
private val outimageName = "demo.png"
override fun create() {
font = GameFontBase("./assets", flipY = false, errorOnUnknownChar = false) // must test for two flipY cases