mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
api: fix typo
This commit is contained in:
parent
0ecd2c0fd4
commit
c5ae9a5045
1 changed files with 1 additions and 1 deletions
|
@ -1610,7 +1610,7 @@ public:
|
||||||
* @note If you are unsure about the MIME type, you can provide an empty value like @c nullptr, and thorvg will attempt to figure it out.
|
* @note If you are unsure about the MIME type, you can provide an empty value like @c nullptr, and thorvg will attempt to figure it out.
|
||||||
* @see Text::font(const char* name, float size, const char* style)
|
* @see Text::font(const char* name, float size, const char* style)
|
||||||
*
|
*
|
||||||
* @note 0.15
|
* @since 0.15
|
||||||
*/
|
*/
|
||||||
static Result load(const char* name, const char* data, uint32_t size, const char* mimeType = "ttf", bool copy = false) noexcept;
|
static Result load(const char* name, const char* data, uint32_t size, const char* mimeType = "ttf", bool copy = false) noexcept;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue