- bugfix for y centering of font for different fonts / languages

This commit is contained in:
Mark Vejvoda
2011-06-28 08:15:05 +00:00
parent a9dfd3853b
commit 0e897ee94f
3 changed files with 6 additions and 4 deletions

View File

@@ -36,9 +36,10 @@ int Font::charCount = 256;
std::string Font::fontTypeName = "Times New Roman";
bool Font::fontIsMultibyte = false;
bool Font::forceLegacyFonts = false;
float FontMetrics::DEFAULT_Y_OFFSET_FACTOR = 8.0f;
float FontMetrics::DEFAULT_Y_OFFSET_FACTOR = 0.0f;
bool Font::fontIsRightToLeft = false;
float Font::scaleFontValue = 0.65;
float Font::scaleFontValue = 0.75;
//int Font::scaleFontYOffset = 0;
//
// =====================================================