Get the height of an RTF render area given a certain width.
Defined in <SDL3_rtf/SDL_rtf.h>
int RTF_GetHeight(RTF_Context *ctx, int width);
RTF_Context * | ctx | the RTF context to query. |
int | width | the width, in pixels, to use for text flow. |
(int) Returns the height, in pixels, of an RTF render area.
The text is automatically reflowed to this new width, and should match the width of the clipping rectangle used for rendering later.
This function is available since SDL_rtf 3.0.0.