SDL_ttf: Sync SDL_ttf wiki -> header (2a28a)

From 2a28a44ca07cc8e647175e40af59b3b089c48b3f Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 29 Sep 2022 21:33:17 +0000
Subject: [PATCH] Sync SDL_ttf wiki -> header

---
 SDL_ttf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SDL_ttf.h b/SDL_ttf.h
index dd2d761..4abc910 100644
--- a/SDL_ttf.h
+++ b/SDL_ttf.h
@@ -845,7 +845,7 @@ extern DECLSPEC int SDLCALL TTF_SizeText(TTF_Font *font, const char *text, int *
  * This does not need to render the string to do this calculation.
  *
  * \param font the font to query.
- * \param text text to calculate, in Latin1 encoding.
+ * \param text text to calculate, in UTF-8 encoding.
  * \param w will be filled with width, in pixels, on return.
  * \param h will be filled with height, in pixels, on return.
  * \returns 0 if successful, -1 on error.