Skip to content

Commit

Permalink
Sync SDL2_ttf wiki -> header
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed May 9, 2024
1 parent 35c58ed commit 2dc9270
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SDL_ttf.h
Original file line number Diff line number Diff line change
Expand Up @@ -1649,6 +1649,9 @@ extern DECLSPEC SDL_Surface * SDLCALL TTF_RenderText_Blended_Wrapped(TTF_Font *f
* \param font the font to render with.
* \param text text to render, in UTF-8 encoding.
* \param fg the foreground color for the text.
* \param wrapLength the text is wrapped to multiple lines on line endings and
* on word boundaries if it extends beyond this value in
* pixels.
* \returns a new 32-bit, ARGB surface, or NULL if there was an error.
*
* \since This function is available since SDL_ttf 2.0.18.
Expand Down Expand Up @@ -1684,6 +1687,9 @@ extern DECLSPEC SDL_Surface * SDLCALL TTF_RenderUTF8_Blended_Wrapped(TTF_Font *f
* \param font the font to render with.
* \param text text to render, in UCS-2 encoding.
* \param fg the foreground color for the text.
* \param wrapLength the text is wrapped to multiple lines on line endings and
* on word boundaries if it extends beyond this value in
* pixels.
* \returns a new 32-bit, ARGB surface, or NULL if there was an error.
*
* \since This function is available since SDL_ttf 2.0.18.
Expand Down

0 comments on commit 2dc9270

Please sign in to comment.