summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/cfftot1.1
blob: 43057e099eb9205442759eff74d8dd7cf3d4231f (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.ds V 2.108
.de M
.BR "\\$1" "(\\$2)\\$3"
..
.de Sp
.if n .sp
.if t .sp 0.4
..
.TH CFFTOT1 1 "LCDF Typetools" "Version \*V"
.SH NAME
cfftot1 \- convert PostScript font from CFF to Type 1
.SH SYNOPSIS
.B cfftot1
\%[\fB\-a\fR]
\%[\fIinput\fR [\fIoutput\fR]]
.SH DESCRIPTION
.BR Cfftot1
converts PostScript font programs in the Compact Font Format (CFF) into
Type 1 font programs in PFB or PFA format, preserving all hints that can be
represented in Type 1. The input file should be a raw CFF file or a
PostScript-flavored OpenType font. If the file
.I output
is not specified output goes to the standard output.
If the file
.I input
is not specified input comes from the standard input.
'
.SH OPTIONS
.PD 0
.TP 5
.BI \-a "\fR, " \-\-pfa
Output font in ASCII PFA format.
'
.Sp
.TP 5
.BI \-b "\fR, " \-\-pfb
Output font in binary PFB format. This is the default.
'
.Sp
.TP 5
.BI \-n " name\fR, " \-\-name " name"
Output the CFF's component font named
.IR name .
CFF files can contain more than one font, although few do. Use this option
to select a particular font from a multi-font collection. By default
cfftot1 chooses the collection's first font.
'
.Sp
.TP 5
.BI \-o " file\fR, " \-\-output " file"
Write output font to
.IR file
instead of the standard output.
'
.Sp
.TP 5
.BR \-q ", " \-\-quiet
Do not generate any error messages.
'
.Sp
.TP 5
.BR \-h ", " \-\-help
Print usage information and exit.
'
.Sp
.TP 5
.BR \-v ", " \-\-version
Print the version number and some short non-warranty information and exit.
.PD
'
.SH "SEE ALSO"
.LP
.M t1binary 1 ,
.M t1ascii 1
.LP
.I "Adobe Type 1 Font Format"
.LP
Adobe Technical Notes #5176,
.IR "The Compact Font Format Specification" ,
and #5177,
.I "The Type 2 Charstring Format"
.LP
.IR "OpenType Specification" ,
Version 1.4
'
.SH AUTHOR
Eddie Kohler (ekohler@gmail.com)