OpenTTD Source
1.11.2
|
Visual run contains data about the bit of text with the same font. More...
Public Member Functions | |
ICUVisualRun (const icu::ParagraphLayout::VisualRun *vr) | |
const Font * | GetFont () const override |
int | GetGlyphCount () const override |
const GlyphID * | GetGlyphs () 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. | |
Visual run contains data about the bit of text with the same font.
Definition at line 129 of file gfx_layout.cpp.