libsdl-org / SDL_ttf

Support for TrueType (.ttf) font files with Simple Directmedia Layer.
zlib License
402 stars 131 forks source link

Added support for custom font atlas and text drawing implementations #385

Closed slouken closed 1 month ago

slouken commented 1 month ago

Included are two implementations for SDL_Surface and SDL_Renderer

icculus commented 1 month ago

Overall, I'm glad SDL_ttf is getting some love for SDL3.