fcft

Simple library for font loading and glyph rasterization

brewmacoslinux
Try with needOr install directly
Source

About

Simple library for font loading and glyph rasterization

Commands

fcft

Examples

Library for use in C/C++ programs - include headers in compilation$ gcc -o myapp myapp.c $(pkg-config --cflags --libs fcft)
Check fcft version and installation$ pkg-config --modversion fcft
Verify fcft library is properly installed and accessible$ pkg-config --list-all | grep fcft