Codechange: [WIN32] Use language isocode for fallback font detection (#13310)

This commit is contained in:
Loïc Guilloux
2025-01-21 15:57:09 +01:00
committed by GitHub
parent 90e8dd9f10
commit ef826a048a
7 changed files with 13 additions and 16 deletions

View File

@@ -98,7 +98,7 @@ FT_Error GetFontByFaceName(const char *font_name, FT_Face *face)
return err;
}
bool SetFallbackFont(FontCacheSettings *settings, const std::string &language_isocode, int, MissingGlyphSearcher *callback)
bool SetFallbackFont(FontCacheSettings *settings, const std::string &language_isocode, MissingGlyphSearcher *callback)
{
bool ret = false;