1
0
Fork 0

(svn r23268) -Fix (r23267): compilation failed on Windows

release/1.2
rubidium 2011-11-19 21:09:52 +00:00
parent 4e1c4f9079
commit d86e6b6162
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ static int CALLBACK EnumFontCallback(const ENUMLOGFONTEX *logfont, const NEWTEXT
if (!found) return 1;
callback->SetFontNames(info->settings, font_name);
info->callback->SetFontNames(info->settings, font_name);
if (info->callback->FindMissingGlyphs(NULL)) return 1;
DEBUG(freetype, 1, "Fallback font: %s (%s)", font_name, english_name);
return 0; // stop enumerating