freetype

Library to render TrueType and OpenType fonts to bitmaps.

brewmacoslinux
Try with needOr install directly
Source

About

Software library to render fonts

Examples

check freetype version installed$ freetype-config --version
get compiler flags needed to use freetype$ freetype-config --cflags
get linker flags to compile with freetype library$ freetype-config --libs
show all freetype configuration options$ freetype-config --help
verify freetype installation and dependencies$ brew list freetype && brew test freetype