|
OpenTTD Source 20251117-master-g7398d2e290
|
Key into the linecache. More...
Data Fields | |
| FontState | state_before |
| Font state at the beginning of the line. | |
| std::string | str |
| Source string of the line (including colour and font size codes). | |
Key into the linecache.
Definition at line 164 of file gfx_layout.h.
| FontState Layouter::LineCacheKey::state_before |
Font state at the beginning of the line.
Definition at line 165 of file gfx_layout.h.
Referenced by Layouter::GetCachedParagraphLayout().
| std::string Layouter::LineCacheKey::str |
Source string of the line (including colour and font size codes).
Definition at line 166 of file gfx_layout.h.
Referenced by Layouter::GetCachedParagraphLayout().