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 b3403ac commit 35c58ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SDL_ttf.h
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,9 @@ extern DECLSPEC SDL_Surface * SDLCALL TTF_RenderUNICODE_Blended(TTF_Font *font,
* \param font the font to render with.
* \param text text to render, in Latin1 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 35c58ed

Please sign in to comment.