mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
- updated findfont method to be shared and to use more default fonts if main ones are not found
This commit is contained in:
@@ -48,11 +48,8 @@ public:
|
||||
|
||||
private:
|
||||
FTFont *ftFont;
|
||||
//FTGLPixmapFont *ftFont;
|
||||
const char* fontFile;
|
||||
|
||||
const char* findFont(const char *firstFontToTry=NULL);
|
||||
|
||||
void cleanupFont();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user