OpenTTD
|
Helper class to construct a new FallbackParagraphLayout. More...
Public Types | |
typedef WChar | CharType |
Helper for GetLayouter, to get the right type. More... | |
Static Public Member Functions | |
static ParagraphLayouter * | GetParagraphLayout (WChar *buff, WChar *buff_end, FontMap &fontMapping) |
Get the actual ParagraphLayout for the given buffer. More... | |
static size_t | AppendToBuffer (WChar *buff, const WChar *buffer_last, WChar c) |
Append a wide character to the internal buffer. More... | |
Static Public Attributes | |
static const bool | SUPPORTS_RTL = false |
Helper for GetLayouter, to get whether the layouter supports RTL. More... | |
Helper class to construct a new FallbackParagraphLayout.
Definition at line 294 of file gfx_layout.cpp.
Helper for GetLayouter, to get the right type.
Definition at line 297 of file gfx_layout.cpp.
|
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 320 of file gfx_layout.cpp.
|
inlinestatic |
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. |
fontMapping | THe mapping of the fonts. |
Definition at line 308 of file gfx_layout.cpp.
|
static |
Helper for GetLayouter, to get whether the layouter supports RTL.
Definition at line 299 of file gfx_layout.cpp.