summaryrefslogtreecommitdiff
path: root/gs/man/font2c.1
blob: 3653370f25a0c2e5f11445e43333357dc1b0c977 (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
.\" $Id$
.TH FONT2C 1 "19 March 2001" 6.62 Ghostscript \" -*- nroff -*-
.SH NAME
font2c \- Write PostScript Type 0 or Type 1 font as C code
.SH SYNOPSIS
\fBfont2c\fR \fIfontnames\fR
.SH DESCRIPTION
This script invokes
.BR gs (1)
with the following options:

.ce
.B -q -dNODISPLAY -dWRITESYSTEMDICT

followed by the arguments from the command line.
This will write out a PostScript Type 0 or Type 1 font as C code
that can be linked with the interpreter.
.SH SEE ALSO
gs(1)
.SH VERSION
This document was last revised for Ghostscript version 6.62.
.SH AUTHOR
L. Peter Deutsch <ghost@aladdin.com> is the principal author of Ghostscript.
Russell J. Lang <rjl@aladdin.com> is the author of most of the MS Windows
code in Ghostscript.
This manpage by George Ferguson.