TTFRenderTextBlendedWrapped
TTF_RenderText_Blended_Wrapped is a function in the SDL_ttf library that renders a string of text to an SDL_Surface using a TrueType font with anti-aliased blending and automatic word wrapping. It is the wrapped variant of TTF_RenderText_Blended and is intended for rendering multi-line text that must fit within a fixed width.
Parameters: font is a pointer to a loaded TTF_Font; text is the C string to render; fg
Return: The function returns a new SDL_Surface containing the rendered text. The caller owns the surface and
Notes: The rendering uses blended antialiasing, producing smooth glyph edges with per-pixel alpha. The resulting surface