fix init list order

This commit is contained in:
Glenn Maynard
2003-02-14 06:36:02 +00:00
parent 6ca905ef9d
commit 0fd18b8ca5
+2 -2
View File
@@ -56,10 +56,10 @@ struct FontPageSettings
DrawExtraPixelsLeft(0), DrawExtraPixelsRight(0), DrawExtraPixelsLeft(0), DrawExtraPixelsRight(0),
AddToAllWidths(0), AddToAllWidths(0),
LineSpacing(-1), LineSpacing(-1),
ScaleAllWidthsBy(1),
Top(-1), Top(-1),
Baseline(-1), Baseline(-1),
DefaultWidth(-1) DefaultWidth(-1),
ScaleAllWidthsBy(1)
{ } { }
/* Map a range from a character map to glyphs. If cnt is -1, map the /* Map a range from a character map to glyphs. If cnt is -1, map the