From 358b4ed331ff54ed2fac7cfb7db9cc3634260915 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 2 Apr 2025 10:42:04 -0700
Subject: [PATCH] Updated the version that TTF_GetFontWeight() became available
(cherry picked from commit 8a34a05a37306718105021cead41e23f40617022)
---
include/SDL3_ttf/SDL_ttf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index 53f2f727..d1def22f 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -676,7 +676,7 @@ extern SDL_DECLSPEC bool SDLCALL TTF_GetFontSDF(const TTF_Font *font);
* \threadsafety This function should be called on the thread that created the
* font.
*
- * \since This function is available since SDL_ttf 3.4.0.
+ * \since This function is available since SDL_ttf 3.2.2.
*/
extern SDL_DECLSPEC int SDLCALL TTF_GetFontWeight(const TTF_Font *font);