Initialize SDL_ttf.
Defined in <SDL3_ttf/SDL_ttf.h>
bool TTF_Init(void);
(bool) Returns true on success or false on failure; call SDL_GetError() for more information.
You must successfully call this function before it is safe to call any other function in this library.
It is safe to call this more than once, and each successful TTF_Init() call should be paired with a matching TTF_Quit() call.
This function is available since SDL_ttf 3.0.0.