DOKK / manpages / debian 13 / libsdl3-ttf-doc / TTF_DestroyRendererTextEngine.3.en
TTF_DestroyRendererTextEngine(3) SDL_ttf3 FUNCTIONS TTF_DestroyRendererTextEngine(3)

TTF_DestroyRendererTextEngine - Destroy a text engine created for drawing text on an SDL renderer.

Defined in SDL3_ttf/SDL_ttf.h

#include "SDL3_ttf/SDL_ttf.h"
void TTF_DestroyRendererTextEngine(TTF_TextEngine *engine);

All text created by this engine should be destroyed before calling this function.

a TTF_TextEngine
object created with TTF_CreateRendererTextEngine ().

This function should be called on the thread that created the engine.

This function is available since SDL_ttf 3.0.0.

(3), TTF_CreateRendererTextEngine(3)

SDL_ttf 3.2.2 SDL_ttf