When spacing a font out, use AdvanceExtraPixels, not AddToAllWidths.
The former won't change right- and left-alignment; the latter will. (Use the latter only when the characters actually *get* wider; eg. when adding a black border.)
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
[Char Widths]
|
||||
# This is to put a little space around glyphs. Make sure this is
|
||||
# an even number, or it'll throw the glyphs off-center.
|
||||
|
||||
AddToAllWidths=2
|
||||
AdvanceExtraPixels=2
|
||||
Top=5
|
||||
Baseline=24
|
||||
LineSpacing=28
|
||||
|
||||
Reference in New Issue
Block a user