We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241c37b commit b0f8f31Copy full SHA for b0f8f31
include/SDL3_ttf/SDL_ttf.h
@@ -616,7 +616,8 @@ extern SDL_DECLSPEC int SDLCALL TTF_GetNumFontFaces(const TTF_Font *font);
616
* - `TTF_HINTING_LIGHT_SUBPIXEL` (available in SDL_ttf 3.0.0 and later)
617
*
618
* \param font the font to query.
619
- * \returns the font's current hinter value, or TTF_HINTING_INVALID if the font is invalid.
+ * \returns the font's current hinter value, or TTF_HINTING_INVALID if the
620
+ * font is invalid.
621
622
* \threadsafety It is safe to call this function from any thread.
623
0 commit comments