-re-enabled ftgl as default font renderer, as i have no more patience to get the other renderer working before a release.

This commit is contained in:
Mark Vejvoda
2011-11-20 06:09:18 +00:00
parent a995fb9220
commit cc1480fbe1

View File

@@ -167,13 +167,13 @@ Font::Font(FontTextHandlerType type) {
if(Font::forceLegacyFonts == false) { if(Font::forceLegacyFonts == false) {
try { try {
#if defined(USE_FREETYPEGL) #if defined(USE_FREETYPEGL)
if(Font::forceFTGLFonts == false) { //if(Font::forceFTGLFonts == false) {
textHandler = NULL; // textHandler = NULL;
textHandler = new TextFreetypeGL(type); // textHandler = new TextFreetypeGL(type);
//printf("TextFreetypeGL is ON\n"); //printf("TextFreetypeGL is ON\n");
} //}
else //else
#endif #endif
{ {
TextFTGL::faceResolution = Font::faceResolution; TextFTGL::faceResolution = Font::faceResolution;