libxfont2

X11 font rasterisation library for rendering bitmap and scalable fonts

brewmacoslinux
Try with needOr install directly
Source

About

X11 font rasterisation library

Commands

libxfont2

Examples

Check if libxfont2 is installed and linked correctly$ pkg-config --modversion xfont2
Verify library installation by locating the shared library$ find /usr/local/opt/libxfont2 -name '*.dylib' -o -name '*.so'
Get compiler flags for linking against libxfont2 in development$ pkg-config --cflags --libs xfont2