unicode super/subscripts (fractions)

This commit is contained in:
minjaesong
2018-08-23 03:37:22 +09:00
parent 04a375328c
commit 2e10249f27
10 changed files with 246 additions and 201 deletions

View File

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