font update

This commit is contained in:
minjaesong
2021-11-16 17:05:45 +09:00
parent 5e8e8a64b6
commit 36b012b11f
6 changed files with 10 additions and 7 deletions

View File

@@ -352,7 +352,7 @@ private class UIItemInputKeycap(
else if (parent.shiftin && keysym0[1]?.isNotEmpty() == true) keysym0[1]
else keysym0[0]) ?: keysymLow
if (isDiacritic(keysym[0].code))
keysym = "ɔ$keysym"
keysym = "\uDBBF\uDE01$keysym"
if (keysym[0].code == 0xA0)
batch.draw(labels.get(22, 2), (posX + (width - 20) / 2).toFloat(), posY + 4f)