OpenTTD Source  12.0-beta2
ICUParagraphLayout::ICUVisualRun Class Reference

Visual run contains data about the bit of text with the same font. More...

Inheritance diagram for ICUParagraphLayout::ICUVisualRun:
ParagraphLayouter::VisualRun

Public Member Functions

 ICUVisualRun (const icu::ParagraphLayout::VisualRun *vr)
 
const Font * GetFont () const override
 
int GetGlyphCount () const override
 
const GlyphIDGetGlyphs () const override
 
const float * GetPositions () const override
 
int GetLeading () const override
 
const int * GetGlyphToCharMap () const override
 

Private Attributes

const icu::ParagraphLayout::VisualRun * vr
 The actual ICU vr.
 

Detailed Description

Visual run contains data about the bit of text with the same font.

Definition at line 129 of file gfx_layout.cpp.


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