1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH STATMAKE "1" "December 2021" "statmake 0.4.1" "User Commands"
.SH NAME
statmake \- applies STAT information from a Stylespace to a variable font
.SH DESCRIPTION
usage: statmake [\-h] [\-\-version] [\-\-stylespace STYLESPACE] \fB\-\-designspace\fR
.IP
DESIGNSPACE [\-\-output\-path OUTPUT_PATH]
variable_font
.SS "positional arguments:"
.TP
variable_font
The path to the variable font file.
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-version\fR
show program's version number and exit
.TP
\fB\-\-stylespace\fR STYLESPACE
The path to the Stylespace file, if it is not
contained in the Designspace.
.TP
\fB\-\-designspace\fR DESIGNSPACE, \fB\-m\fR DESIGNSPACE
The path to the Designspace file used to generate the
variable font.
.TP
\fB\-\-output\-path\fR OUTPUT_PATH
Write the modified font to this path instead of inplace.
|