OpenTTD Source 20241224-master-gee860a5c8e
|
Settings for a single font. More...
#include <fontcache.h>
Data Fields | |
std::string | font |
The name of the font, or path to the font. | |
uint | size |
The (requested) size of the font. | |
const void * | os_handle = nullptr |
Optional native OS font info. Only valid during font search. | |
Settings for a single font.
Definition at line 192 of file fontcache.h.
std::string FontCacheSubSetting::font |
The name of the font, or path to the font.
Definition at line 193 of file fontcache.h.
Referenced by CheckForMissingGlyphs(), and IsDefaultFont().
const void* FontCacheSubSetting::os_handle = nullptr |
Optional native OS font info. Only valid during font search.
Definition at line 196 of file fontcache.h.
Referenced by CheckForMissingGlyphs(), and IsDefaultFont().
uint FontCacheSubSetting::size |
The (requested) size of the font.
Definition at line 194 of file fontcache.h.
Referenced by GetFontCacheFontSize().