(svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user