Skip to content

Commit

Permalink
Sync SDL3_ttf wiki -> header
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Sep 28, 2024
1 parent 1750fed commit 4134289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/SDL3_ttf/SDL_ttf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4134289

Please sign in to comment.