SDL_ttf
TTF_Quit
void TTF_Quit()
Shutdown and cleanup the truetype font API. After calling this the SDL_ttf functions should not be used, excepting TTF_WasInit and TTF_Init. You may, of course, use TTF_Init to use the functionality again.
TTF_Quit(); // you could SDL_Quit(); here...or not.
