blob: 68302f08f0c25db6f329883809f5c406c2f4f065 (
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 "22 September 2001" 7.02 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 7.02.
.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.
|