libdrawtext

Library for anti-aliased text rendering in OpenGL applications

brewmacoslinux
Try with needOr install directly
Source

About

Library for anti-aliased text rendering in OpenGL

Commands

libdrawtext

Examples

Link libdrawtext library in C/C++ project compilation$ gcc -o myapp myapp.c -ldrawtext -lGL
Check installed libdrawtext version and location$ pkg-config --modversion libdrawtext
Get compiler and linker flags for libdrawtext integration$ pkg-config --cflags --libs libdrawtext