From 41342890704ef3cac661a0d301f3dd122d96a039 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sat, 28 Sep 2024 14:40:47 +0000 Subject: [PATCH] Sync SDL3_ttf wiki -> header --- include/SDL3_ttf/SDL_ttf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h index da9d30c4..14d9fef1 100644 --- a/include/SDL3_ttf/SDL_ttf.h +++ b/include/SDL3_ttf/SDL_ttf.h @@ -1163,7 +1163,8 @@ extern SDL_DECLSPEC SDL_Surface * SDLCALL TTF_RenderText_LCD(TTF_Font *font, con extern SDL_DECLSPEC SDL_Surface * SDLCALL TTF_RenderText_LCD_Wrapped(TTF_Font *font, const char *text, size_t length, SDL_Color fg, SDL_Color bg, int wrapLength); /** - * Render a single UNICODE codepoint at LCD subpixel quality to a new ARGB surface. + * Render a single UNICODE codepoint at LCD subpixel quality to a new ARGB + * surface. * * This function will allocate a new 32-bit, ARGB surface, and render * alpha-blended text using FreeType's LCD subpixel rendering. This function