|
OpenTTD Source 20251104-master-g3befbdd52f
|
Widget part for storing text colour. More...
#include <widget_type.h>
Data Fields | |
| TextColour | colour |
| TextColour for DrawString. | |
| FontSize | size |
| Font size of text. | |
Widget part for storing text colour.
Definition at line 1057 of file widget_type.h.
| TextColour NWidgetPartTextStyle::colour |
TextColour for DrawString.
Definition at line 1058 of file widget_type.h.
Referenced by ApplyNWidgetPartAttribute().
| FontSize NWidgetPartTextStyle::size |
Font size of text.
Definition at line 1059 of file widget_type.h.
Referenced by ApplyNWidgetPartAttribute().