|
OpenTTD Source 20251117-master-g7398d2e290
|
Helper class to construct a new CoreTextParagraphLayout. More...
#include <string_osx.h>
Public Types | |
| typedef UniChar | CharType |
| Helper for GetLayouter, to get the right type. | |
Static Public Member Functions | |
| static std::unique_ptr< ParagraphLayouter > | GetParagraphLayout (CharType *buff, CharType *buff_end, FontMap &font_mapping) |
| Get the actual ParagraphLayout for the given buffer. | |
| static size_t | AppendToBuffer (CharType *buff, const CharType *buffer_last, char32_t c) |
| Append a wide character to the internal buffer. | |
Static Public Attributes | |
| static const bool | SUPPORTS_RTL = true |
| Helper for GetLayouter, to get whether the layouter supports RTL. | |
Helper class to construct a new CoreTextParagraphLayout.
Definition at line 41 of file string_osx.h.
| typedef UniChar CoreTextParagraphLayoutFactory::CharType |
Helper for GetLayouter, to get the right type.
Definition at line 44 of file string_osx.h.
|
inlinestatic |
Append a wide character to the internal buffer.
| buff | The buffer to append to. |
| buffer_last | The end of the buffer. |
| c | The character to add. |
Definition at line 64 of file string_osx.h.
|
static |
Get the actual ParagraphLayout for the given buffer.
| buff | The begin of the buffer. |
| buff_end | The location after the last element in the buffer. |
| font_mapping | The mapping of the fonts. |
Definition at line 153 of file string_osx.cpp.
References _font_cache, and MacOSVersionIsAtLeast().
|
static |
Helper for GetLayouter, to get whether the layouter supports RTL.
Definition at line 46 of file string_osx.h.