summaryrefslogtreecommitdiff
path: root/src/fontcache.h
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-02-23 20:54:50 +0100
committerMichael Lutz <michi@icosahedron.de>2021-02-23 22:15:03 +0100
commit46e13313e4eada30a8aef857731e0a12664e02d1 (patch)
tree8e1c11319709566a6a7d096b4bd4564bacb4d170 /src/fontcache.h
parentc93c9c099e5b29ad3fb9e33cef7783e92fa129a6 (diff)
downloadopenttd-46e13313e4eada30a8aef857731e0a12664e02d1.tar.xz
Fix #8731: Always use a 32bpp blitter if font anti-aliasing is enabled.
Diffstat (limited to 'src/fontcache.h')
-rw-r--r--src/fontcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fontcache.h b/src/fontcache.h
index 4b26af871..73675cf44 100644
--- a/src/fontcache.h
+++ b/src/fontcache.h
@@ -233,5 +233,6 @@ extern FreeTypeSettings _freetype;
void InitFreeType(bool monospace);
void UninitFreeType();
+bool HasAntialiasedFonts();
#endif /* FONTCACHE_H */