|
OpenTTD Source 20251116-master-g21329071df
|
Common base definition for font file based font caches. More...
#include "../fontcache.h"Go to the source code of this file.
Data Structures | |
| class | TrueTypeFontCache |
| Font cache for fonts that are based on a TrueType font. More... | |
| struct | TrueTypeFontCache::GlyphEntry |
| Container for information about a glyph. More... | |
Variables | |
| static const int | MAX_FONT_SIZE = 72 |
| Maximum font size. | |
| static const uint8_t | FACE_COLOUR = 1 |
| static const uint8_t | SHADOW_COLOUR = 2 |
Common base definition for font file based font caches.
Definition in file truetypefontcache.h.
|
static |
Definition at line 18 of file truetypefontcache.h.
|
static |
Maximum font size.
Definition at line 16 of file truetypefontcache.h.
|
static |
Definition at line 19 of file truetypefontcache.h.