more kerning pairs i can think of WIP

This commit is contained in:
minjaesong
2020-04-21 05:17:19 +09:00
parent 3e04b8bbe6
commit ab067044f8
5 changed files with 5 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ class FontTestGDX : Game() {
lateinit var camera: OrthographicCamera lateinit var camera: OrthographicCamera
private val testing = false private val testing = true
private val demotextName = if (testing) "testtext.txt" else "demotext.txt" private val demotextName = if (testing) "testtext.txt" else "demotext.txt"
private val outimageName = if (testing) "testing.PNG" else "demo.PNG" private val outimageName = if (testing) "testing.PNG" else "demo.PNG"

View File

@@ -1247,6 +1247,7 @@ for c in s:
else if (prevChar in kernGammas) { else if (prevChar in kernGammas) {
return if (thisChar in kernAyes) kernYee // Γ - Α return if (thisChar in kernAyes) kernYee // Γ - Α
else if (thisChar in lowHeightLetters) kernTee // Γ - lh else if (thisChar in lowHeightLetters) kernTee // Γ - lh
else if (thisChar in kernJays) kernTee // Γ - J
else 0 else 0
} }
else 0 else 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -7,3 +7,5 @@ TAT
ATA ATA
LVJ LVJ
LTJ LTJ
ΓJ
ΓΛV