From b0f8f31f55136cb1a0b2406cfa2f8f0195005309 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 20 Mar 2025 15:06:24 +0000
Subject: [PATCH] Sync SDL3_ttf wiki -> header
[ci skip]
---
include/SDL3_ttf/SDL_ttf.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index 01194520..30853c48 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -616,7 +616,8 @@ extern SDL_DECLSPEC int SDLCALL TTF_GetNumFontFaces(const TTF_Font *font);
* - `TTF_HINTING_LIGHT_SUBPIXEL` (available in SDL_ttf 3.0.0 and later)
*
* \param font the font to query.
- * \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
+ * font is invalid.
*
* \threadsafety It is safe to call this function from any thread.
*