SDL Wiki
(This function is part of SDL_rtf, a separate library from SDL.)

RTF_Render

Render the RTF document to a rectangle in an SDL_Renderer.

Header File

Defined in SDL_rtf.h

Syntax

void RTF_Render(RTF_Context *ctx, SDL_Rect *rect, int yOffset);

Function Parameters

ctx the RTF context render to.
rect the area to render text into.
yOffset offset up (and clip) by this many pixels.

Remarks

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.

Version

This function is available since SDL_rtf 3.0.0.


CategoryAPI, CategoryAPIFunction


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.