|
OpenTTD Source 20251213-master-g1091fa6071
|
A single line worth of VisualRuns. More...
Public Member Functions | |
| int | GetLeading () const override |
| Get the height of the line. | |
| int | GetWidth () const override |
| Get the width of this line. | |
| int | CountRuns () const override |
| Get the number of runs in this line. | |
| const ParagraphLayouter::VisualRun & | GetVisualRun (int run) const override |
| Get a specific visual run. | |
| int | GetInternalCharLength (char32_t) const override |
A single line worth of VisualRuns.
Definition at line 60 of file gfx_layout_fallback.cpp.
|
overridevirtual |
Get the number of runs in this line.
Implements ParagraphLayouter::Line.
Definition at line 169 of file gfx_layout_fallback.cpp.
|
inlineoverridevirtual |
Implements ParagraphLayouter::Line.
Definition at line 67 of file gfx_layout_fallback.cpp.
|
overridevirtual |
Get the height of the line.
Implements ParagraphLayouter::Line.
Definition at line 136 of file gfx_layout_fallback.cpp.
|
overridevirtual |
Get a specific visual run.
Implements ParagraphLayouter::Line.
Definition at line 178 of file gfx_layout_fallback.cpp.
|
overridevirtual |
Get the width of this line.
Implements ParagraphLayouter::Line.
Definition at line 150 of file gfx_layout_fallback.cpp.