Wrapper for doing layouts with ICU.
More...
|
| | ICUParagraphLayout (std::vector< ICURun > &&runs, UChar *buff, size_t buff_length) |
| void | Reflow () override |
| | Reset the position to the start of the paragraph.
|
| std::unique_ptr< const Line > | NextLine (int max_width) override |
| | Construct a new line with a maximum width.
|
|
virtual | ~ParagraphLayouter ()=default |
| | Ensure the destructor of the sub classes are called as well.
|
Wrapper for doing layouts with ICU.
Definition at line 59 of file gfx_layout_icu.cpp.
◆ ICUParagraphLayout()
| ICUParagraphLayout::ICUParagraphLayout |
( |
std::vector< ICURun > && | runs, |
|
|
UChar * | buff, |
|
|
size_t | buff_length ) |
|
inline |
◆ NextLine()
◆ Reflow()
| void ICUParagraphLayout::Reflow |
( |
| ) |
|
|
inlineoverridevirtual |
◆ buff
| UChar* ICUParagraphLayout::buff |
|
private |
◆ buff_length
| size_t ICUParagraphLayout::buff_length |
|
private |
◆ current_run
| std::vector<ICURun>::iterator ICUParagraphLayout::current_run |
|
private |
◆ partial_offset
| int ICUParagraphLayout::partial_offset |
|
private |
◆ runs
| std::vector<ICURun> ICUParagraphLayout::runs |
|
private |
The documentation for this class was generated from the following file: