OpenTTD Source
20241108-master-g80f628063a
|
A single line worth of VisualRuns. More...
Public Member Functions | |
int | GetLeading () const override |
Get the height of the line. More... | |
int | GetWidth () const override |
Get the width of this line. More... | |
int | CountRuns () const override |
const VisualRun & | GetVisualRun (int run) const override |
int | GetInternalCharLength (char32_t c) const override |
A single line worth of VisualRuns.
Definition at line 85 of file gfx_layout_icu.cpp.
|
overridevirtual |
Get the height of the line.
Implements ParagraphLayouter::Line.
Definition at line 217 of file gfx_layout_icu.cpp.
|
overridevirtual |
Get the width of this line.
Implements ParagraphLayouter::Line.
Definition at line 231 of file gfx_layout_icu.cpp.