mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 06:01:17 +02:00
-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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user