Kerning adjustments
This commit is contained in:
parent
07fd0519dd
commit
0b2b0dc299
10
lib/sdf.c
10
lib/sdf.c
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user