sdl2_ttf

TrueType font rendering library for SDL2 applications

brewmacoslinux
Try with needOr install directly
Source

About

Library for using TrueType fonts in SDL applications

Commands

sdl2_ttf

Examples

Check SDL2_ttf installation and version info$ pkg-config --modversion SDL2_ttf
Compile C program using SDL2_ttf library$ gcc myapp.c $(pkg-config --cflags --libs SDL2_ttf) -o myapp
Get compiler flags for SDL2_ttf integration$ pkg-config --cflags --libs SDL2_ttf