OpenTTD Source 20250513-master-gc718858999
|
A single line worth of VisualRuns. More...
Public Member Functions | |
CoreTextLine (CFAutoRelease< CTLineRef > line, const FontMap &font_mapping, const CoreTextParagraphLayoutFactory::CharType *buff) | |
int | GetLeading () const override |
Get the height of the line. | |
int | GetWidth () const override |
Get the width of this line. | |
int | CountRuns () const override |
const VisualRun & | GetVisualRun (int run) const override |
int | GetInternalCharLength (char32_t c) const override |
A single line worth of VisualRuns.
Definition at line 97 of file string_osx.cpp.
|
inline |
Definition at line 99 of file string_osx.cpp.
|
inlineoverridevirtual |
Implements ParagraphLayouter::Line.
Definition at line 115 of file string_osx.cpp.
|
inlineoverridevirtual |
Implements ParagraphLayouter::Line.
Definition at line 118 of file string_osx.cpp.
|
overridevirtual |
Get the height of the line.
Implements ParagraphLayouter::Line.
Definition at line 271 of file string_osx.cpp.
|
inlineoverridevirtual |
Implements ParagraphLayouter::Line.
Definition at line 116 of file string_osx.cpp.
|
overridevirtual |
Get the width of this line.
Implements ParagraphLayouter::Line.
Definition at line 285 of file string_osx.cpp.