- show final font file selected in verbose mode

This commit is contained in:
Mark Vejvoda 2012-10-30 19:29:41 +00:00
parent 1e8438eadb
commit 55c7d1976f

View File

@ -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;
}