ftgl

OpenGL text rendering library using FreeType fonts

brewmacoslinux
Try with needOr install directly
Source

About

Freetype / OpenGL bridge

Commands

ftgl

Examples

Link ftgl library in C/C++ project compilation$ gcc myprogram.c -o myprogram $(pkg-config --cflags --libs ftgl)
Check ftgl installation and version via pkg-config$ pkg-config --modversion ftgl
Verify ftgl library files location$ pkg-config --variable=libdir ftgl