cfftot1 --version (return code: 0)
cfftot1 (LCDF typetools) 2.106
Copyright (C) 2002-2016 Eddie Kohler
This is free software; see the source for copying conditions.
There is NO warranty, not even for merchantability or fitness for a
particular purpose.
cfftot1 --help (return code: 0)
'Cfftot1' translates a PostScript font from the Compact Font Format (CFF) to
the usual Type 1 format. The input file should be either a raw CFF font or a
PostScript-flavored OpenType font. The result, which is usually written to the
standard output, is written in PFB or PFA format.
Usage: cfftot1 [OPTIONS] [FONTFILE [OUTPUTFILE]]
Options:
-a, --pfa Output PFA font.
-b, --pfb Output PFB font. This is the default.
-n, --name=NAME Select font NAME from CFF.
-o, --output=FILE Write output to FILE.
-q, --quiet Do not generate any error messages.
-h, --help Print this message and exit.
-v, --version Print version number and exit.
Report bugs to <ekohler@gmail.com>.