#include <impeller.hpp>
Public Member Functions | |
| ParagraphBuilder (const TypographyContext &context) | |
| Paragraph | Build (float width) |
| ParagraphBuilder & | PushStyle (const ParagraphStyle &style) |
| ParagraphBuilder & | PopStyle () |
| ParagraphBuilder & | AddText (const uint8_t *utf8_data, uint32_t length) |
| ParagraphBuilder & | AddText (const std::string &string) |
| ParagraphBuilder & | AddText (const std::string_view &string) |
Public Member Functions inherited from IMPELLER_HPP_NAMESPACE::Object< ImpellerParagraphBuilder, ImpellerParagraphBuilderTraits > | |
| Object ()=default | |
| Object (ImpellerParagraphBuilder object) | |
| Object (ImpellerParagraphBuilder object, AdoptTag) | |
| Object (Object &&other) | |
| Object (const Object &other) | |
| ~Object () | |
| Object & | operator= (Object &&other) |
| Object & | operator= (const Object &other) |
| ImpellerParagraphBuilder | Get () const |
| operator bool () const | |
Definition at line 1245 of file impeller.hpp.
|
inlineexplicit |
Definition at line 1248 of file impeller.hpp.
References IMPELLER_HPP_NAMESPACE::kAdopt.
|
inline |
Definition at line 1290 of file impeller.hpp.
|
inline |
|
inline |
Definition at line 1282 of file impeller.hpp.
References IMPELLER_HPP_NAMESPACE::Object< ImpellerParagraphBuilder, ImpellerParagraphBuilderTraits >::Get(), and IMPELLER_HPP_NAMESPACE::gGlobalProcTable.
Referenced by AddText().
|
inline |
Definition at line 1255 of file impeller.hpp.
References IMPELLER_HPP_NAMESPACE::Object< ImpellerParagraphBuilder, ImpellerParagraphBuilderTraits >::Get(), IMPELLER_HPP_NAMESPACE::gGlobalProcTable, and IMPELLER_HPP_NAMESPACE::kAdopt.
|
inline |
Definition at line 1274 of file impeller.hpp.
References IMPELLER_HPP_NAMESPACE::Object< ImpellerParagraphBuilder, ImpellerParagraphBuilderTraits >::Get(), and IMPELLER_HPP_NAMESPACE::gGlobalProcTable.
|
inline |