SDL_ttf
ii. Management
These functions deal with loading and freeing a TTF_Font.
- Loading
TTF_OpenFont - From a file
TTF_OpenFontRW - Using RWops
TTF_OpenFontIndex - From a file, with an index
TTF_OpenFontIndexRW - From memory, with an index
TTF_CloseFont - Free a loaded font
