|
OpenTTD Source
1.11.0-beta2
|
Container for information about a glyph. More...
#include <fontcache_internal.h>
Data Fields | |
| Sprite * | sprite |
| The loaded sprite. | |
| byte | width |
| The width of the glyph. | |
| bool | duplicate |
| Whether this glyph entry is a duplicate, i.e. may this be freed? | |
Container for information about a glyph.
Definition at line 35 of file fontcache_internal.h.