From 9de716d0af1558d4a377a343eb68510a27b179c8 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 21 Oct 2024 10:02:28 +0000
Subject: [PATCH] Sync SDL3_ttf wiki -> header
[ci skip]
---
include/SDL3_ttf/SDL_ttf.h | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index 43043c50..ab7c492b 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -1026,9 +1026,12 @@ extern SDL_DECLSPEC bool SDLCALL TTF_GetStringSizeWrapped(TTF_Font *font, const
* \param text text to calculate, in UTF-8 encoding.
* \param length the length of the text, in bytes, or 0 for null terminated
* text.
- * \param max_width maximum width, in pixels, available for the string, or 0 for unbounded width.
- * \param measured_width a pointer filled in with the width, in pixels, of the string that will fit, may be NULL.
- * \param measured_length a pointer filled in with the length, in bytes, of the string that will fit, may be NULL.
+ * \param max_width maximum width, in pixels, available for the string, or 0
+ * for unbounded width.
+ * \param measured_width a pointer filled in with the width, in pixels, of the
+ * string that will fit, may be NULL.
+ * \param measured_length a pointer filled in with the length, in bytes, of
+ * the string that will fit, may be NULL.
* \returns true on success or false on failure; call SDL_GetError() for more
* information.
*