mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 14:11:15 +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) {
|
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;
|
||||||
|
Reference in New Issue
Block a user