1CFFTOT1(1) General Commands Manual CFFTOT1(1)
2
3
4
6 cfftot1 - convert PostScript font from CFF to Type 1
7
9 cfftot1 [-a] [input [output]]
10
12 Cfftot1 converts PostScript font programs in the Compact Font Format
13 (CFF) into Type 1 font programs in PFB or PFA format, preserving all
14 hints that can be represented in Type 1. The input file should be a raw
15 CFF file or a PostScript-flavored OpenType font. If the file output is
16 not specified output goes to the standard output. If the file input is
17 not specified input comes from the standard input.
18
20 -a, --pfa
21 Output font in ASCII PFA format.
22
23 -b, --pfb
24 Output font in binary PFB format. This is the default.
25
26 -n name, --name name
27 Output the CFF's component font named name. CFF files can contain
28 more than one font, although few do. Use this option to select a
29 particular font from a multi-font collection. By default cfftot1
30 chooses the collection's first font.
31
32 -o file, --output file
33 Write output font to file instead of the standard output.
34
35 -q, --quiet
36 Do not generate any error messages.
37
38 -h, --help
39 Print usage information and exit.
40
41 -v, --version
42 Print the version number and some short non-warranty information
43 and exit.
44
46 t1binary(1), t1ascii(1)
47
48 Adobe Type 1 Font Format
49
50 Adobe Technical Notes #5176, The Compact Font Format Specification, and
51 #5177, The Type 2 Charstring Format
52
53 OpenType Specification, Version 1.4
54
56 Eddie Kohler (ekohler@gmail.com)
57
58
59
60Version 2.108 LCDF Typetools CFFTOT1(1)