|
OpenTTD Source
1.10.0-RC1
|
A single line worth of VisualRuns. More...
Public Member Functions | |
| ICULine (icu::ParagraphLayout::Line *l) | |
| int | GetLeading () const override |
| int | GetWidth () const override |
| int | CountRuns () const override |
| const ParagraphLayouter::VisualRun & | GetVisualRun (int run) const override |
| int | GetInternalCharLength (WChar c) const override |
Private Attributes | |
| icu::ParagraphLayout::Line * | l |
| The actual ICU line. | |
A single line worth of VisualRuns.
Definition at line 144 of file gfx_layout.cpp.