|
OpenTTD Source 20251213-master-g1091fa6071
|
Container with information about a font. More...
#include <gfx_layout.h>
Public Member Functions | |
| FontCache & | GetFontCache () const |
Data Fields | |
| FontIndex | font_index = INVALID_FONT_INDEX |
| The font we are using. | |
| TextColour | colour = TC_INVALID |
| The colour this font has to be. | |
Container with information about a font.
Definition at line 98 of file gfx_layout.h.
|
inline |
Definition at line 103 of file gfx_layout.h.
| TextColour Font::colour = TC_INVALID |
The colour this font has to be.
Definition at line 101 of file gfx_layout.h.
Referenced by DrawLayoutLine().
| FontIndex Font::font_index = INVALID_FONT_INDEX |
The font we are using.
Definition at line 100 of file gfx_layout.h.