sdl3_ttf

TrueType font rendering library for SDL3 applications

brewmacoslinux
Try with needOr install directly
Source

About

Library for using TrueType fonts in SDL applications

Commands

sdl3_ttf

Examples

Link SDL3_ttf library in a C/C++ project compilation$ gcc -o myapp myapp.c `pkg-config --cflags --libs SDL3_ttf`
Check SDL3_ttf version and installation details$ pkg-config --modversion SDL3_ttf
Get compiler flags needed for SDL3_ttf development$ pkg-config --cflags SDL3_ttf