t1lib

C library to generate and rasterize bitmaps from Type 1 fonts

brewmacoslinux
Try with needOr install directly
Source

About

C library to generate/rasterize bitmaps from Type 1 fonts

Commands

t1lib

Examples

Convert a Type 1 font to a bitmap at specified size$ t1lib -font myfont.pfb -size 12 -output bitmap.pbm
Generate font metrics and character information$ t1lib -font myfont.pfb -info
Rasterize text string using Type 1 font$ t1lib -font myfont.pfb -text 'Hello World' -size 24 -output text.pbm