forked from mirror/OpenTTD
(svn r10166) -Feature(tte): Add support for antialiased typefaces via FreeType. This is configurable for each font size in the configuration settings and requires using the 32bpp blitter and suitable fonts.
This commit is contained in:
@@ -21,6 +21,9 @@ struct FreeTypeSettings {
|
||||
uint small_size;
|
||||
uint medium_size;
|
||||
uint large_size;
|
||||
bool small_aa;
|
||||
bool medium_aa;
|
||||
bool large_aa;
|
||||
};
|
||||
|
||||
extern FreeTypeSettings _freetype;
|
||||
|
Reference in New Issue
Block a user