From b99b1ff3db099fb18f5ceba89dc68758be7b8984 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sun, 5 Apr 2026 07:27:42 -0700
Subject: [PATCH] Correct TTF_SetFontLineSkip() documentation
Fixes https://github.com/libsdl-org/SDL_ttf/issues/620
(cherry picked from commit a883e490e30fb44a5336ea3dcb990c6982c5216f)
---
SDL_ttf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SDL_ttf.h b/SDL_ttf.h
index 7860b74b..c12e9bea 100644
--- a/SDL_ttf.h
+++ b/SDL_ttf.h
@@ -649,7 +649,7 @@ extern DECLSPEC int SDLCALL TTF_FontLineSkip(const TTF_Font *font);
* \param font the font to modify.
* \param lineskip the new line spacing for the font.
*
- * \since This function is available since SDL_ttf 2.22.0.
+ * \since This function is available since SDL_ttf 2.24.0.
*/
extern DECLSPEC void SDLCALL TTF_SetFontLineSkip(TTF_Font *font, int lineskip);