t1mac --version (return code: 0)
t1mac (LCDF t1utils) 1.39
Copyright (C) 2000-2010 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.
t1mac --help (return code: 0)
`T1mac' translates a PostScript Type 1 font from PFA or PFB format into
Macintosh Type 1 format. The result can be written in MacBinary II format (the
default), AppleSingle format, AppleDouble format, or BinHex format, or as a
raw resource fork. It is sent to the standard output unless an OUTPUT file is
given.
Usage: t1mac [OPTION]... [INPUT [OUTPUT]]
Options:
-r, --raw Output is a raw Macintosh resource fork.
--macbinary Output is in MacBinary format (default).
--applesingle Output is in AppleSingle format.
--appledouble Output is in AppleDouble format.
--binhex Output is in BinHex format.
-n, --filename NAME Macintosh font filename will be NAME.
-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>.