OpenTTD Source
1.11.0-beta2
|
Wrapper for doing layouts with ICU. More...
Data Structures | |
class | ICULine |
A single line worth of VisualRuns. More... | |
class | ICUVisualRun |
Visual run contains data about the bit of text with the same font. More... | |
Public Member Functions | |
ICUParagraphLayout (icu::ParagraphLayout *p) | |
void | Reflow () override |
std::unique_ptr< const Line > | NextLine (int max_width) override |
Private Attributes | |
icu::ParagraphLayout * | p |
The actual ICU paragraph layout. | |
Wrapper for doing layouts with ICU.
Definition at line 125 of file gfx_layout.cpp.