|
OpenTTD Source 20260401-master-g3efaeb0eea
|
Widget part for storing minimal text line data. More...
#include <widget_type.h>
Data Fields | |
| uint8_t | lines |
| Number of text lines. | |
| uint8_t | spacing |
| Extra spacing around lines. | |
| FontSize | size |
| Font size of text lines. | |
Widget part for storing minimal text line data.
Definition at line 1087 of file widget_type.h.
| uint8_t NWidgetPartTextLines::lines |
Number of text lines.
Definition at line 1088 of file widget_type.h.
Referenced by ApplyNWidgetPartAttribute().
| FontSize NWidgetPartTextLines::size |
Font size of text lines.
Definition at line 1090 of file widget_type.h.
Referenced by ApplyNWidgetPartAttribute().
| uint8_t NWidgetPartTextLines::spacing |
Extra spacing around lines.
Definition at line 1089 of file widget_type.h.
Referenced by ApplyNWidgetPartAttribute().