mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 23:21:19 +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)
|
CHECK_FONT_PATH("\\windows\\fonts\\arial.ttf",NULL)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("Final selection of font file is [%s]\n",(font != NULL ? font : "null")); \
|
||||||
|
|
||||||
return font;
|
return font;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user