see if this helps fix macosx issue

This commit is contained in:
Mark Vejvoda 2011-11-01 16:40:29 +00:00
parent 9bc8ecb2c8
commit a2110f21c7
1 changed files with 3 additions and 0 deletions

View File

@ -154,6 +154,9 @@ Font::Font(FontTextHandlerType type) {
if(Font::forceLegacyFonts == false) {
try {
TextFTGL::faceResolution = Font::faceResolution;
TextFTGL::langHeightText = Font::langHeightText;
textHandler = NULL;
textHandler = new TextFTGL(type);
TextFTGL::faceResolution = Font::faceResolution;