mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
no fun with fonts
This commit is contained in:
@@ -66,6 +66,7 @@ public:
|
||||
static bool forceLegacyFonts;
|
||||
static bool fontIsRightToLeft;
|
||||
static float scaleFontValue;
|
||||
static int baseSize;
|
||||
//static int scaleFontYOffset;
|
||||
|
||||
public:
|
||||
|
@@ -39,6 +39,7 @@ bool Font::forceLegacyFonts = false;
|
||||
float FontMetrics::DEFAULT_Y_OFFSET_FACTOR = 2.0f;
|
||||
bool Font::fontIsRightToLeft = false;
|
||||
float Font::scaleFontValue = 0.75;
|
||||
int Font::baseSize = 0;
|
||||
//int Font::scaleFontYOffset = 0;
|
||||
//
|
||||
|
||||
|
Reference in New Issue
Block a user