mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 14:41:23 +02:00
- show final font file selected in verbose mode
This commit is contained in:
@@ -457,6 +457,8 @@ const char* findFont(const char *firstFontToTry,const char *firstFontFamilyToTry
|
||||
CHECK_FONT_PATH("\\windows\\fonts\\arial.ttf",NULL)
|
||||
#endif
|
||||
|
||||
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("Final selection of font file is [%s]\n",(font != NULL ? font : "null")); \
|
||||
|
||||
return font;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user