cffsubr - Man Page

cffsubr – compress OpenType Font’s CFF or CFF2 table by computing subroutines

Synopsis

cffsubr [-h] [-o OUTPUT_FILE | -i] [-f {1,2}] [-N] [-d] input_file

Options

Positional Arguments

input_file

Input font file. Must contain either CFF or CFF2 table

Optional Arguments

-h--help

Show a help message and exit.

-o OUTPUT_FILE--output-file OUTPUT_FILE

Optional path to output file. By default, dump binary data to stdout.

-i--inplace

Whether to overwrite the input file.

-f {1,2}, --cff-version {1,2}

Output CFF table format version.

-N--no-glyph-names

Whether to drop postscript glyph names when converting from CFF to CFF2.

-d--desubroutinize

Don’t subroutinize, instead remove all subroutines (in any).

Info

October 2021