1CFFSUBR(1) User Commands CFFSUBR(1)
2
3
4
6 cffsubr – compress OpenType Font’s CFF or CFF2 table by computing sub‐
7 routines
8
10 cffsubr [-h] [-o OUTPUT_FILE | -i] [-f {1,2}] [-N] [-d] input_file
11
13 POSITIONAL ARGUMENTS
14 input_file
15 Input font file. Must contain either CFF or CFF2 table
16
17 OPTIONAL ARGUMENTS
18 -h, --help
19 Show a help message and exit.
20
21 -o OUTPUT_FILE, --output-file OUTPUT_FILE
22 Optional path to output file. By default, dump binary data to
23 stdout.
24
25 -i, --inplace
26 Whether to overwrite the input file.
27
28 -f {1,2}, --cff-version {1,2}
29 Output CFF table format version.
30
31 -N, --no-glyph-names
32 Whether to drop postscript glyph names when converting from CFF
33 to CFF2.
34
35 -d, --desubroutinize
36 Don’t subroutinize, instead remove all subroutines (in any).
37
38
39
40 October 2021 CFFSUBR(1)