OpenTTD Source 20241224-master-gf74b0cf984
|
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 147 of file gfx_layout.h.
const FontState& Layouter::LineCacheQuery::state_before |
Font state at the beginning of the line.
Definition at line 148 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 149 of file gfx_layout.h.