![]() |
ThorVG
v0.13
|
This is the complete list of members for Text, including all inherited members.
| blend(BlendMethod method) const noexcept | Paint | |
| blend() const noexcept | Paint | |
| bounds(float *x, float *y, float *w, float *h) const noexcept | Paint | |
| bounds(float *x, float *y, float *w, float *h, bool transformed) const noexcept | Paint | |
| composite(std::unique_ptr< Paint > target, CompositeMethod method) noexcept | Paint | |
| composite(const Paint **target) const noexcept | Paint | |
| duplicate() const noexcept | Paint | |
| fill(uint8_t r, uint8_t g, uint8_t b) noexcept | Text | |
| fill(std::unique_ptr< Fill > f) noexcept | Text | |
| font(const char *name, float size, const char *style=nullptr) noexcept | Text | |
| gen() noexcept | Text | static |
| identifier() noexcept | Text | static |
| tvg::Paint::identifier() const noexcept | Paint | |
| load(const std::string &path) noexcept | Text | static |
| opacity(uint8_t o) noexcept | Paint | |
| opacity() const noexcept | Paint | |
| rotate(float degree) noexcept | Paint | |
| scale(float factor) noexcept | Paint | |
| text(const char *text) noexcept | Text | |
| transform(const Matrix &m) noexcept | Paint | |
| transform() noexcept | Paint | |
| translate(float x, float y) noexcept | Paint | |
| unload(const std::string &path) noexcept | Text | static |