Codechange: MissingGlyphSearcher now contains which fontsizes to search for

This commit is contained in:
Peter Nelson
2026-04-02 10:00:38 +01:00
committed by Peter Nelson
parent 3c9a75a387
commit cdfbb113ce
12 changed files with 74 additions and 88 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ public:
return std::make_unique<SpriteFontCache>(fs);
}
bool FindFallbackFont(struct FontCacheSettings *, const std::string &, class MissingGlyphSearcher *) const override
bool FindFallbackFont(const std::string &, class MissingGlyphSearcher *) const override
{
return false;
}