mmpfb --version (return code: 0)
mmpfb (LCDF typetools) 2.106
Copyright (C) 1997-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.
mmpfb --help (return code: 0)
'Mmpfb' creates a single-master PostScript Type 1 font by interpolating a
multiple master font at a point you specify. The resulting font does not
contain multiple master extensions. It is written to the standard output.
Usage: mmpfb [OPTION]... FONT
FONT is either the name of a PFA or PFB multiple master font file, or a
PostScript font name. In the second case, mmpfb will find the actual outline
file using the PSRESOURCEPATH environment variable.
General options:
--amcp-info Print AMCP info, if necessary, and exit.
-a, --pfa Output PFA font.
-b, --pfb Output PFB font. This is the default.
-o, --output=FILE Write output to FILE.
-p, --precision=N Set precision to N (larger means more precise).
--subrs=N Limit output font to at most N subroutines.
--no-minimize Do not replace original font's PostScript code.
-h, --help Print this message and exit.
-q, --quiet Do not generate any error messages.
-v, --version Print version number and exit.
Interpolation settings:
-w, --weight=N Set weight to N.
-W, --width=N Set width to N.
-O, --optical-size=N Set optical size to N.
--style=N Set style axis to N.
--1=N, --2=N, --3=N, --4=N Set first (second, third, fourth) axis to N.
Report bugs to <ekohler@gmail.com>.