|
OpenTTD Source
13.2.1
|
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. | |
| bool | aa |
| Whether to do anti aliasing or not. | |
| const void * | os_handle = nullptr |
| Optional native OS font info. Only valid during font search. | |
Settings for a single font.
Definition at line 203 of file fontcache.h.