Add: 'font' console command to configure fonts

This commit is contained in:
glx22
2022-12-22 22:54:24 +01:00
committed by Loïc Guilloux
parent e6c857cdba
commit 04ee86d3ac
3 changed files with 127 additions and 0 deletions

View File

@@ -239,5 +239,6 @@ void UninitFontCache();
bool HasAntialiasedFonts();
bool GetFontAAState(FontSize size, bool check_blitter = true);
void SetFont(FontSize fontsize, const std::string &font, uint size, bool aa);
#endif /* FONTCACHE_H */