Fix #8731: Always use a 32bpp blitter if font anti-aliasing is enabled.

This commit is contained in:
Michael Lutz
2021-02-23 20:54:50 +01:00
parent c93c9c099e
commit 46e13313e4
4 changed files with 19 additions and 2 deletions

View File

@@ -233,5 +233,6 @@ extern FreeTypeSettings _freetype;
void InitFreeType(bool monospace);
void UninitFreeType();
bool HasAntialiasedFonts();
#endif /* FONTCACHE_H */