OpenTTD Source 20250511-master-gf2b48bad79
|
Data Fields | |
const FontState & | state_before |
Font state at the beginning of the line. | |
std::string_view | str |
Source string of the line (including colour and font size codes). | |
Definition at line 169 of file gfx_layout.h.
const FontState& Layouter::LineCacheQuery::state_before |
Font state at the beginning of the line.
Definition at line 170 of file gfx_layout.h.
std::string_view Layouter::LineCacheQuery::str |
Source string of the line (including colour and font size codes).
Definition at line 171 of file gfx_layout.h.