This is a sample library which allows you to use TrueType fonts in your SDL applications.
Saw this post here about using SDL_ttf to render text in a game. However that approach requires calling SDL_…
fonts sdl sdl-2 true-type-fonts sdl-ttfI'm using OpenGL and SDL to create a window in my program. How do I use SDL_ttf with an …
opengl sdl sdl-ttfI just started using SDL2_ttf. I've figured out how to get some text on the screen with TTF_RenderText_…
sdl sdl-ttf