Home

Awesome

T1utils

T1utils is a collection of simple programs for manipulating PostScript Type 1 fonts. Together, they allow you to convert between PFA (ASCII) and PFB (binary) formats, disassemble PFA or PFB files into human-readable form, and reassemble them into PFA or PFB format. Additionally you can extract font resources from a Macintosh font file or create a Macintosh Type 1 font file from a PFA or PFB font.

There are currently six programs:

Installation

You need an ANSI C compiler, such as gcc.

Just type ./configure, then make. make install will build and install the utilities and their manual pages.

./configure accepts the usual options. See INSTALL for more details. The most commonly used option is --prefix, which can be used to install the utilities in a place other than /usr/local.

Copyright and license

The original t1utils were (c) 1992 I. Lee Hetherington, ilh@lcs.mit.edu. Changes since version 1.2 are (c) 1998-2017 Eddie Kohler. Distribution is under the Click LICENSE, a BSD-like license described in the LICENSE file in this directory.

Note that these tools should not be used to illegally copy Type 1 font programs. Typeface design is an intricate art that should be rewarded.

Eddie Kohler, ekohler@gmail.com