Helper class to construct a new FallbackParagraphLayout.
More...
|
|
typedef WChar | CharType |
| | Helper for GetLayouter, to get the right type.
|
| |
|
|
static const bool | SUPPORTS_RTL = false |
| | Helper for GetLayouter, to get whether the layouter supports RTL.
|
| |
Helper class to construct a new FallbackParagraphLayout.
Definition at line 293 of file gfx_layout.cpp.
◆ AppendToBuffer()
| static size_t FallbackParagraphLayoutFactory::AppendToBuffer |
( |
WChar * |
buff, |
|
|
const WChar * |
buffer_last, |
|
|
WChar |
c |
|
) |
| |
|
inlinestatic |
Append a wide character to the internal buffer.
- Parameters
-
| buff | The buffer to append to. |
| buffer_last | The end of the buffer. |
| c | The character to add. |
- Returns
- The number of buffer spaces that were used.
Definition at line 319 of file gfx_layout.cpp.
◆ GetParagraphLayout()
Get the actual ParagraphLayout for the given buffer.
- Parameters
-
| buff | The begin of the buffer. |
| buff_end | The location after the last element in the buffer. |
| fontMapping | THe mapping of the fonts. |
- Returns
- The ParagraphLayout instance.
Definition at line 307 of file gfx_layout.cpp.
The documentation for this class was generated from the following file: