1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 09:22:42 +01:00

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

@@ -252,5 +252,5 @@ void UninitFontCache()
#if !defined(_WIN32) && !defined(__APPLE__) && !defined(WITH_FONTCONFIG) && !defined(WITH_COCOA)
bool SetFallbackFont(FontCacheSettings *, const std::string &, int, MissingGlyphSearcher *) { return false; }
bool SetFallbackFont(FontCacheSettings *, const std::string &, MissingGlyphSearcher *) { return false; }
#endif /* !defined(_WIN32) && !defined(__APPLE__) && !defined(WITH_FONTCONFIG) && !defined(WITH_COCOA) */