OpenTTD Source  20240919-master-gdf0233f4c2
truetypefontcache.h File Reference
#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
 

Detailed Description

Common base definition for font file based font caches.

Definition in file truetypefontcache.h.