From 9b2fbbbbaa2da2f0dbd8cbc30d6de3866df2d871 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]
(cherry picked from commit b0f8f31f55136cb1a0b2406cfa2f8f0195005309)
---
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 3d2e305c..7b1ae119 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.
*