OpenTTD Source  12.0-beta2
ICUParagraphLayout::ICULine Class Reference

A single line worth of VisualRuns. More...

Inheritance diagram for ICUParagraphLayout::ICULine:
ParagraphLayouter::Line

Public Member Functions

 ICULine (icu::ParagraphLayout::Line *l)
 
int GetLeading () const override
 
int GetWidth () const override
 
int CountRuns () const override
 
const ParagraphLayouter::VisualRunGetVisualRun (int run) const override
 
int GetInternalCharLength (WChar c) const override
 

Private Attributes

icu::ParagraphLayout::Line * l
 The actual ICU line.
 

Detailed Description

A single line worth of VisualRuns.

Definition at line 144 of file gfx_layout.cpp.


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