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:
Glenn Maynard
2003-07-07 04:03:32 +00:00
parent 736592ca17
commit 8e9123dfc7
@@ -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