diff --git a/source/shared_lib/sources/graphics/font.cpp b/source/shared_lib/sources/graphics/font.cpp index 3aeae8d4..66890987 100644 --- a/source/shared_lib/sources/graphics/font.cpp +++ b/source/shared_lib/sources/graphics/font.cpp @@ -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; }