OpenTTD Source 20260218-master-g2123fca5ea
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 239 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 240 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 241 of file gfx_layout.h.


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