t1asm --version (return code: 0)
t1asm (LCDF t1utils) 1.39
Copyright (C) 1992-2010 I. Lee Hetherington, Eddie Kohler et al.
This is free software; see the source for copying conditions.
There is NO warranty, not even for merchantability or fitness for a
particular purpose.
t1asm --help (return code: 0)
`T1asm' translates a human-readable version of a PostScript Type 1 font into
standard PFB or PFA format. The result is written to the standard output
unless an OUTPUT file is given.
Usage: t1asm [OPTION]... [INPUT [OUTPUT]]
Options:
-a, --pfa Output font in ASCII (PFA) format.
-b, --pfb Output font in binary (PFB) format. This is
the default.
-l, --block-length NUM Set max block length for PFB output.
-l, --line-length NUM Set max encrypted line length for PFA output.
-o, --output=FILE Write output to FILE.
-h, --help Print this message and exit.
--version Print version number and warranty and exit.
Report bugs to <ekohler@gmail.com>.