- attempt to fix 'blurry fonts'

This commit is contained in:
Mark Vejvoda
2011-06-28 06:18:24 +00:00
parent f5b15bd402
commit ebd5bca7fe
6 changed files with 29 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ bool Font::fontIsMultibyte = false;
bool Font::forceLegacyFonts = false;
float FontMetrics::DEFAULT_Y_OFFSET_FACTOR = 8.0f;
bool Font::fontIsRightToLeft = false;
float Font::scaleFontValue = 0.65;
//
// =====================================================