From cc1480fbe15d6ec93224c832c35561779d2f7295 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sun, 20 Nov 2011 06:09:18 +0000 Subject: [PATCH] -re-enabled ftgl as default font renderer, as i have no more patience to get the other renderer working before a release. --- source/shared_lib/sources/graphics/font.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/shared_lib/sources/graphics/font.cpp b/source/shared_lib/sources/graphics/font.cpp index e1bcc5ce2..a5f0b8e17 100644 --- a/source/shared_lib/sources/graphics/font.cpp +++ b/source/shared_lib/sources/graphics/font.cpp @@ -167,13 +167,13 @@ Font::Font(FontTextHandlerType type) { if(Font::forceLegacyFonts == false) { try { #if defined(USE_FREETYPEGL) - if(Font::forceFTGLFonts == false) { - textHandler = NULL; - textHandler = new TextFreetypeGL(type); + //if(Font::forceFTGLFonts == false) { + // textHandler = NULL; + // textHandler = new TextFreetypeGL(type); //printf("TextFreetypeGL is ON\n"); - } + //} - else + //else #endif { TextFTGL::faceResolution = Font::faceResolution;