mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-07 11:51:50 +09:00
more kerning pairs i can think of WIP
This commit is contained in:
Binary file not shown.
@@ -22,7 +22,7 @@ class FontTestGDX : Game() {
|
||||
|
||||
lateinit var camera: OrthographicCamera
|
||||
|
||||
private val testing = false
|
||||
private val testing = true
|
||||
|
||||
private val demotextName = if (testing) "testtext.txt" else "demotext.txt"
|
||||
private val outimageName = if (testing) "testing.PNG" else "demo.PNG"
|
||||
|
||||
@@ -1247,6 +1247,7 @@ for c in s:
|
||||
else if (prevChar in kernGammas) {
|
||||
return if (thisChar in kernAyes) kernYee // Γ - Α
|
||||
else if (thisChar in lowHeightLetters) kernTee // Γ - lh
|
||||
else if (thisChar in kernJays) kernTee // Γ - J
|
||||
else 0
|
||||
}
|
||||
else 0
|
||||
|
||||
BIN
testing.PNG
BIN
testing.PNG
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB |
@@ -6,4 +6,6 @@ BBB
|
||||
TAT
|
||||
ATA
|
||||
LVJ
|
||||
LTJ
|
||||
LTJ
|
||||
ΓJ
|
||||
ΓΛV
|
||||
Reference in New Issue
Block a user