mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
![]() Introduced New APIs under the experimental tags. - Result Text::font(const char* name, float size, const char* style = nullptr); - Result Text::text(const char* text); - Result Text::fill(uint8_t r, uint8_t g, uint8_t b); - static Result Text::load(const std::string& path); - static Result Text::unload(const std::string& path); - static Text::std::unique_ptr<Text> gen(); - static Text::uint32_t identifier() @Issue: https://github.com/thorvg/thorvg/issues/969 |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h |