OpenTTD Source
20241108-master-g80f628063a
|
Public Member Functions | |
Line (int top, std::string_view text) | |
Data Fields | |
int | top = 0 |
Top scroll position in visual lines. | |
int | bottom = 0 |
Bottom scroll position in visual lines. | |
std::string | text {} |
Contents of the line. | |
TextColour | colour = TC_WHITE |
Colour to render text line in. | |
Definition at line 46 of file textfile_gui.h.