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

@@ -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