OpenTTD Source 20260206-master-g4d4e37dbf1
NWidgetPartTextLines Struct Reference

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.

Detailed Description

Widget part for storing minimal text line data.

Definition at line 1069 of file widget_type.h.

Field Documentation

◆ lines

uint8_t NWidgetPartTextLines::lines

Number of text lines.

Definition at line 1070 of file widget_type.h.

Referenced by ApplyNWidgetPartAttribute().

◆ size

FontSize NWidgetPartTextLines::size

Font size of text lines.

Definition at line 1072 of file widget_type.h.

Referenced by ApplyNWidgetPartAttribute().

◆ spacing

uint8_t NWidgetPartTextLines::spacing

Extra spacing around lines.

Definition at line 1071 of file widget_type.h.

Referenced by ApplyNWidgetPartAttribute().


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