Fix broken documentation for msdf_shape_orient_contours

This commit is contained in:
KitsuneAlex 2024-05-10 05:18:09 +02:00
parent 382164d4e6
commit bc14445bd0
No known key found for this signature in database
GPG Key ID: 6B0CE864BB69B7D0
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ MSDF_API int msdf_shape_bound_miters(msdf_shape_const_handle shape, msdf_bounds_
/**
* Orients all contours associated with the given shape before rendering.
* @param shape A pointer to a shape whose contours to orient.
* @returns @code MSDF_SUCCESS@endcode on success, otherwise one of the constants prefixed with @code MSDF_ERR_@endcode.
*/
MSDF_API int msdf_shape_orient_contours(msdf_shape_handle shape);