CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
Loading...
Searching...
No Matches
Public Attributes | List of all members
font_shadow_options Struct Reference

#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.
 

Member Data Documentation

◆ color

argb_colour font_shadow_options::color {0xFF000000u}

Colour of the shadow.

◆ enabled

bool font_shadow_options::enabled {false}

Whether to draw a shadow.

◆ offset_x

int font_shadow_options::offset_x {1}

Horizontal offset of the shadow, in pixels.

◆ offset_y

int font_shadow_options::offset_y {1}

Vertical offset of the shadow, in pixels.


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