#include <paragraph.h>
Definition at line 14 of file paragraph.h.
◆ Paragraph() [1/2]
| impeller::interop::Paragraph::Paragraph |
( |
std::unique_ptr< txt::Paragraph > |
paragraph | ) |
|
|
explicit |
Definition at line 9 of file paragraph.cc.
10 : paragraph_(std::move(paragraph)) {}
◆ ~Paragraph()
| impeller::interop::Paragraph::~Paragraph |
( |
| ) |
|
|
overridedefault |
◆ Paragraph() [2/2]
| impeller::interop::Paragraph::Paragraph |
( |
const Paragraph & |
| ) |
|
|
delete |
◆ GetAlphabeticBaseline()
| Scalar impeller::interop::Paragraph::GetAlphabeticBaseline |
( |
| ) |
const |
Definition at line 38 of file paragraph.cc.
39 return paragraph_->GetAlphabeticBaseline();
◆ GetHandle()
| const std::unique_ptr< txt::Paragraph > & impeller::interop::Paragraph::GetHandle |
( |
| ) |
const |
◆ GetHeight()
| Scalar impeller::interop::Paragraph::GetHeight |
( |
| ) |
const |
Definition at line 18 of file paragraph.cc.
19 return paragraph_->GetHeight();
◆ GetIdeographicBaseline()
| Scalar impeller::interop::Paragraph::GetIdeographicBaseline |
( |
| ) |
const |
Definition at line 34 of file paragraph.cc.
35 return paragraph_->GetIdeographicBaseline();
◆ GetLineCount()
| uint32_t impeller::interop::Paragraph::GetLineCount |
( |
| ) |
const |
Definition at line 42 of file paragraph.cc.
43 return paragraph_->GetNumberOfLines();
◆ GetLongestLineWidth()
| Scalar impeller::interop::Paragraph::GetLongestLineWidth |
( |
| ) |
const |
Definition at line 22 of file paragraph.cc.
23 return paragraph_->GetLongestLine();
◆ GetMaxIntrinsicWidth()
| Scalar impeller::interop::Paragraph::GetMaxIntrinsicWidth |
( |
| ) |
const |
Definition at line 30 of file paragraph.cc.
31 return paragraph_->GetMaxIntrinsicWidth();
◆ GetMaxWidth()
| Scalar impeller::interop::Paragraph::GetMaxWidth |
( |
| ) |
const |
Definition at line 14 of file paragraph.cc.
15 return paragraph_->GetMaxWidth();
◆ GetMinIntrinsicWidth()
| Scalar impeller::interop::Paragraph::GetMinIntrinsicWidth |
( |
| ) |
const |
Definition at line 26 of file paragraph.cc.
27 return paragraph_->GetMinIntrinsicWidth();
◆ operator=()
The documentation for this class was generated from the following files: