OpenTTD Source
20241111-master-gce64d5f5d9
|
Container for information about a glyph. More...
#include <truetypefontcache.h>
Public Member Functions | |
Sprite * | GetSprite () |
Data Fields | |
std::unique_ptr< uint8_t[]> | data |
The loaded sprite. | |
uint8_t | width = 0 |
The width of the glyph. | |
Container for information about a glyph.
Definition at line 31 of file truetypefontcache.h.