(svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX.

This commit is contained in:
michi_cc
2009-10-17 22:36:43 +00:00
parent 144febd2d9
commit 94003b455c
4 changed files with 232 additions and 5 deletions

View File

@@ -1544,7 +1544,7 @@ void CheckForMissingGlyphsInLoadedLanguagePack()
FreeTypeSettings backup;
memcpy(&backup, &_freetype, sizeof(backup));
bool success = SetFallbackFont(&_freetype, _langpack->isocode, _langpack->winlangid);
bool success = SetFallbackFont(&_freetype, _langpack->isocode, _langpack->winlangid, string);
if (success) {
UninitFreeType();
InitFreeType();