PFB (PostScript font)
Also known as: .pfb file, Printer Font Binary, Type 1 PFB
PFB (Printer Font Binary) is the binary container for a PostScript Type 1 font’s outline data. It holds the actual glyph shapes and usually travels with a separate metrics file before being installed.
- Binary container for PostScript Type 1 outlines
- Usually paired with a PFM metrics file
- Type 1 is deprecated; convert to OTF or TTF
PFB in the Type 1 system
A classic PostScript Type 1 font on Windows shipped as a pair: a PFB with the encrypted glyph outlines and a PFM with the spacing and metrics. On the Mac the equivalents were carried differently, but the outline data is the same kind.
PFB is the Windows binary form; a related PFA stores the same data as ASCII text.
PFB today
Type 1 fonts are deprecated in current design software, which now expects OTF or TTF. Font tools can convert a PFB (with its metrics) into OpenType for modern use.