Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_posix/sys/src/cmd/gs/man/font2c.1 – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
.\" $Id: font2c.1,v 1.37 2005/10/20 19:46:55 ray Exp $
2
.TH FONT2C 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
3
.SH NAME
4
font2c \- Write PostScript Type 0 or Type 1 font as C code
5
.SH SYNOPSIS
6
\fBfont2c\fR \fIfontnames\fR
7
.SH DESCRIPTION
8
This script invokes
9
.BR gs (1)
10
with the following options:
11
 
12
.ce
13
.B -q -dNODISPLAY -dWRITESYSTEMDICT
14
 
15
followed by the arguments from the command line.
16
This will write out a PostScript Type 0 or Type 1 font as C code
17
that can be linked with the interpreter.
18
.SH SEE ALSO
19
gs(1)
20
.SH VERSION
21
This document was last revised for Ghostscript version 8.53.
22
.SH AUTHOR
23
artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
24
primary maintainers of Ghostscript.
25
This manpage by George Ferguson.