From a2110f21c741268d1b1a688799857fac500b16b7 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Tue, 1 Nov 2011 16:40:29 +0000 Subject: [PATCH] see if this helps fix macosx issue --- source/shared_lib/sources/graphics/font.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/shared_lib/sources/graphics/font.cpp b/source/shared_lib/sources/graphics/font.cpp index 6caffb48..a0da3d21 100644 --- a/source/shared_lib/sources/graphics/font.cpp +++ b/source/shared_lib/sources/graphics/font.cpp @@ -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;