Render the RTF document to a rectangle in an SDL_Renderer.
void RTF_Render(RTF_Context *ctx, SDL_Rect *rect, int yOffset);
ctx | the RTF context render to. |
rect | the area to render text into. |
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.