blob: d5006f1dc86c7fbb416723e0dfb96b939194dac7 (
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
|
.\" $Id$
.TH FONT2C 1 "14 March 2007" 8.56 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 8.56.
.SH AUTHOR
Artifex Software, Inc. and artofcode LLC are the
primary maintainers of Ghostscript.
This manpage by George Ferguson.
|