OpenTTD Source 20241224-master-gee860a5c8e
Layouter::LineCacheQuery Struct Reference

Data Fields

const FontStatestate_before
 Font state at the beginning of the line.
 
std::string_view str
 Source string of the line (including colour and font size codes).
 

Detailed Description

Definition at line 147 of file gfx_layout.h.

Field Documentation

◆ state_before

const FontState& Layouter::LineCacheQuery::state_before

Font state at the beginning of the line.

Definition at line 148 of file gfx_layout.h.

◆ str

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.


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