From 617958145a0347e47809527661e90dcd9353a331 Mon Sep 17 00:00:00 2001 From: Thorbjrn Lindeijer Date: Fri, 26 Apr 2024 13:29:38 +0000 Subject: [PATCH] SDL3_ttf/TTF_SetFontScriptName: Fix parameter description Live page is here: https://wiki.libsdl.org/SDL3_ttf/TTF_SetFontScriptName --- SDL3_ttf/TTF_SetFontScriptName.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL3_ttf/TTF_SetFontScriptName.md b/SDL3_ttf/TTF_SetFontScriptName.md index f0e7d1202..a64afad47 100644 --- a/SDL3_ttf/TTF_SetFontScriptName.md +++ b/SDL3_ttf/TTF_SetFontScriptName.md @@ -18,7 +18,7 @@ int TTF_SetFontScriptName(TTF_Font *font, const char *script); | | | | -------------- | ----------------------------------------------- | -| **font** | the font to specify a direction for. | +| **font** | the font to specify a script name for. | | **script** | null-terminated string of exactly 4 characters. | ## Return Value