OpenTTD Source
1.11.2
|
A single line worth of VisualRuns. More...
Public Member Functions | |
CoreTextLine (CFAutoRelease< CTLineRef > line, const FontMap &fontMapping, const CoreTextParagraphLayoutFactory::CharType *buff) | |
int | GetLeading () const override |
Get the height of the line. More... | |
int | GetWidth () const override |
Get the width of this line. More... | |
int | CountRuns () const override |
const VisualRun & | GetVisualRun (int run) const override |
int | GetInternalCharLength (WChar c) const override |
A single line worth of VisualRuns.
Definition at line 94 of file string_osx.cpp.
|
overridevirtual |
Get the height of the line.
Implements ParagraphLayouter::Line.
Definition at line 263 of file string_osx.cpp.
|
overridevirtual |
Get the width of this line.
Implements ParagraphLayouter::Line.
Definition at line 277 of file string_osx.cpp.