SDL2ttf
SDL2ttf, commonly referred to as SDL2_ttf, is a separate library that adds TrueType font rendering support to the SDL 2 multimedia framework. It is built on top of the FreeType font rasterizer and provides text rendering capabilities for applications using SDL2, enabling fonts to be loaded from TrueType files and rendered to surfaces or textures.
The library offers font loading and metric querying, allowing programs to open a font file at a
Common usage involves initializing the library with TTF_Init, loading a font via TTF_OpenFont, and rendering text
SDL2_ttf requires the FreeType library and is designed to be cross-platform, functioning on Windows, macOS, Linux,