OpenTTD Source
20241108-master-g80f628063a
|
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.