OpenTTD Source  14.0-beta3
FontCacheSubSetting Struct Reference

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.
 

Detailed Description

Settings for a single font.

Definition at line 207 of file fontcache.h.


The documentation for this struct was generated from the following file: