api: fix typo

This commit is contained in:
Mira Grudzinska 2025-01-28 11:44:40 +01:00 committed by Hermet Park
parent 0ecd2c0fd4
commit c5ae9a5045

View file

@ -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;