diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 40966ba..4e05633 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -8,16 +8,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -37,8 +27,17 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -65,11 +64,11 @@
-
+
-
-
+
+
@@ -80,8 +79,8 @@
-
-
+
+
@@ -89,27 +88,17 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
+
@@ -118,7 +107,7 @@
-
+
@@ -164,9 +153,6 @@
- println(
- Width ta
- getWidth
glyphWidthBuffer
GlyphProps.LE
buildWidthTable
@@ -178,7 +164,7 @@
ArrayList<Int>
appConfig.height
textBuffer
- no stan
+
lowercase
SHEET_DIACRITICAL_MARKS
[()]
@@ -186,14 +172,17 @@
joiner
va-
'
- on the
FFFF
FFFF8
pro
system
- this font
posXbuffer
U+
+ variable
+ TextureRe
+ xyswap
+ isXYSwapped
+ xySw
.141
@@ -220,8 +209,9 @@
-
+
+
@@ -229,16 +219,14 @@
-
-
+
+
-
-
@@ -279,6 +267,8 @@
+
+
@@ -347,6 +337,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -437,16 +437,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -502,11 +492,11 @@
-
+
+
-
@@ -514,40 +504,41 @@
-
+
-
+
+
-
-
-
+
+
+
+
-
-
+
-
+
-
+
@@ -565,6 +556,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -824,13 +834,6 @@
-
-
-
-
-
-
-
@@ -887,7 +890,7 @@
-
+
@@ -896,40 +899,41 @@
-
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
diff --git a/FontDemoGDX.jar b/FontDemoGDX.jar
index b0662ae..f22f194 100644
Binary files a/FontDemoGDX.jar and b/FontDemoGDX.jar differ
diff --git a/FontTestGDX/src/FontTestGDX.kt b/FontTestGDX/src/FontTestGDX.kt
index 17e1f08..87a7c57 100644
--- a/FontTestGDX/src/FontTestGDX.kt
+++ b/FontTestGDX/src/FontTestGDX.kt
@@ -27,7 +27,7 @@ class FontTestGDX : Game() {
private val outimageName = "demo.png"
override fun create() {
- font = GameFontBase("./assets", flipY = false, errorOnUnknownChar = true) // must test for two flipY cases
+ font = GameFontBase("./assets", flipY = false, errorOnUnknownChar = false) // must test for two flipY cases
val inTextFile = Gdx.files.internal("./$demotextName")
val reader = inTextFile.reader("UTF-8")