#include <paragraph_builder.h>
Definition at line 19 of file paragraph_builder.h.
◆ ParagraphBuilder() [1/2]
◆ ~ParagraphBuilder()
impeller::interop::ParagraphBuilder::~ParagraphBuilder |
( |
| ) |
|
|
overridedefault |
◆ ParagraphBuilder() [2/2]
impeller::interop::ParagraphBuilder::ParagraphBuilder |
( |
const ParagraphBuilder & |
| ) |
|
|
delete |
◆ AddText()
void impeller::interop::ParagraphBuilder::AddText |
( |
const uint8_t * |
data, |
|
|
size_t |
byte_length |
|
) |
| |
Definition at line 30 of file paragraph_builder.cc.
31 GetBuilder()->AddText(
data, byte_length);
std::shared_ptr< const fml::Mapping > data
References data.
◆ Build()
Definition at line 34 of file paragraph_builder.cc.
35 auto txt_paragraph = GetBuilder()->Build();
39 txt_paragraph->Layout(width);
40 return Create<Paragraph>(std::move(txt_paragraph));
◆ IsValid()
bool impeller::interop::ParagraphBuilder::IsValid |
( |
| ) |
const |
◆ operator=()
◆ PopStyle()
void impeller::interop::ParagraphBuilder::PopStyle |
( |
| ) |
|
◆ PushStyle()
void impeller::interop::ParagraphBuilder::PushStyle |
( |
const ParagraphStyle & |
style | ) |
|
The documentation for this class was generated from the following files: