Skip to content

Commit b0f8f31

Browse files
committed
Sync SDL3_ttf wiki -> header
[ci skip]
1 parent 241c37b commit b0f8f31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/SDL3_ttf/SDL_ttf.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,8 @@ extern SDL_DECLSPEC int SDLCALL TTF_GetNumFontFaces(const TTF_Font *font);
616616
* - `TTF_HINTING_LIGHT_SUBPIXEL` (available in SDL_ttf 3.0.0 and later)
617617
*
618618
* \param font the font to query.
619-
* \returns the font's current hinter value, or TTF_HINTING_INVALID if the font is invalid.
619+
* \returns the font's current hinter value, or TTF_HINTING_INVALID if the
620+
* font is invalid.
620621
*
621622
* \threadsafety It is safe to call this function from any thread.
622623
*

0 commit comments

Comments
 (0)