- fixed up font alignment and added a way to force ftgl font mode:

--force-ftglfonts
This commit is contained in:
Mark Vejvoda
2011-11-18 19:53:56 +00:00
parent 48da13808f
commit 31fafe4528
6 changed files with 76 additions and 32 deletions

View File

@@ -64,6 +64,7 @@ public:
static std::string fontTypeName;
static bool fontIsMultibyte;
static bool forceLegacyFonts;
static bool forceFTGLFonts;
static bool fontIsRightToLeft;
static float scaleFontValue;
static float scaleFontValueCenterHFactor;