Render the RTF document to a rectangle in an SDL_Renderer.
Defined in <SDL3_rtf/SDL_rtf.h>
void RTF_Render(RTF_Context *ctx, SDL_Rect *rect, int yOffset);
RTF_Context * | ctx | the RTF context render to. |
SDL_Rect * | rect | the area to render text into. |
int | yOffset | offset up (and clip) by this many pixels. |
Rendering is done through the SDL_Renderer specified in RTF_CreateContext.
The text is reflowed to match the width of the rectangle.
The rendering is offset up (and clipped) by yOffset pixels.
This function is available since SDL_rtf 3.0.0.