new armenian (#10)

- Redesigned glyphs
- Update to Unicode 11 (2 chrs added)
This commit is contained in:
minjaesong
2018-09-09 19:51:43 +09:00
parent b8963cd3a9
commit cefc7860b3
4 changed files with 41 additions and 24 deletions

View File

@@ -27,7 +27,7 @@ class FontTestGDX : Game() {
private val outimageName = "demo.png"
override fun create() {
font = GameFontBase("./assets", flipY = false, errorOnUnknownChar = false) // must test for two flipY cases
font = GameFontBase("./assets", flipY = false, errorOnUnknownChar = true) // must test for two flipY cases
val inTextFile = Gdx.files.internal("./$demotextName")
val reader = inTextFile.reader("UTF-8")