OpenTTD Source  12.0-beta2
FreeTypeSubSetting Struct Reference

Settings for a single freetype 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 freetype font.

Definition at line 216 of file fontcache.h.


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