OpenTTD Source  12.0-beta2
ICUParagraphLayout Class Reference

Wrapper for doing layouts with ICU. More...

Inheritance diagram for ICUParagraphLayout:
ParagraphLayouter

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 LineNextLine (int max_width) override
 

Private Attributes

icu::ParagraphLayout * p
 The actual ICU paragraph layout.
 

Detailed Description

Wrapper for doing layouts with ICU.

Definition at line 125 of file gfx_layout.cpp.


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