From 8e9123dfc72881957402c7b6ce6bfc0f26505aec Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 7 Jul 2003 04:03:32 +0000 Subject: [PATCH] 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.) --- stepmania/Themes/default/Fonts/Common Normal.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/Themes/default/Fonts/Common Normal.ini b/stepmania/Themes/default/Fonts/Common Normal.ini index cfe1c547cc..194dc464d6 100644 --- a/stepmania/Themes/default/Fonts/Common Normal.ini +++ b/stepmania/Themes/default/Fonts/Common Normal.ini @@ -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