|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
#include <th_gfx_font.h>
Public Attributes | |
| bool | enabled {false} |
| Whether to draw a shadow. | |
| int | offset_x {1} |
| Horizontal offset of the shadow, in pixels. | |
| int | offset_y {1} |
| Vertical offset of the shadow, in pixels. | |
| argb_colour | color {0xFF000000u} |
| Colour of the shadow. | |
| argb_colour font_shadow_options::color {0xFF000000u} |
Colour of the shadow.
| int font_shadow_options::offset_x {1} |
Horizontal offset of the shadow, in pixels.
| int font_shadow_options::offset_y {1} |
Vertical offset of the shadow, in pixels.