#include <impeller.hpp>
Public Member Functions | |
| TypographyContext () | |
| bool | RegisterFont (std::unique_ptr< Mapping > mapping, const char *optional_family_name_alias=nullptr) |
Public Member Functions inherited from IMPELLER_HPP_NAMESPACE::Object< ImpellerTypographyContext, ImpellerTypographyContextTraits > | |
| Object ()=default | |
| Object (ImpellerTypographyContext object) | |
| Object (ImpellerTypographyContext object, AdoptTag) | |
| Object (Object &&other) | |
| Object (const Object &other) | |
| ~Object () | |
| Object & | operator= (Object &&other) |
| Object & | operator= (const Object &other) |
| ImpellerTypographyContext | Get () const |
| operator bool () const | |
Definition at line 1212 of file impeller.hpp.
|
inline |
Definition at line 1215 of file impeller.hpp.
References IMPELLER_HPP_NAMESPACE::kAdopt.
|
inline |
Definition at line 1222 of file impeller.hpp.
References ImpellerMapping::data, IMPELLER_HPP_NAMESPACE::Object< ImpellerTypographyContext, ImpellerTypographyContextTraits >::Get(), IMPELLER_HPP_NAMESPACE::gGlobalProcTable, ImpellerMapping::length, and ImpellerMapping::on_release.