Kerning adjustments

This commit is contained in:
K. Lange 2018-04-21 20:55:19 +09:00 committed by Kevin Lange
parent 07fd0519dd
commit 0b2b0dc299

View File

@ -33,13 +33,13 @@ struct {
{'%', 35},
{'&', 35},
{'\'', 35},
{'(', 35},
{')', 35},
{'(', 22},
{')', 22},
{'*', 35},
{'+', 35},
{',', 35},
{'-', 35},
{'.', 22},
{'-', 30},
{'.', 18},
{'/', 24},
{'0', 32},
{'1', 32},
@ -82,7 +82,7 @@ struct {
{'V', 37},
{'W', 50},
{'X', 35},
{'Y', 35},
{'Y', 32},
{'Z', 35},
{'[', 35},
{'\\', 35},