mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-08 04:11:56 +09:00
new armenian (#10)
- Redesigned glyphs - Update to Unicode 11 (2 chrs added)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user