Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

font2c(1) [suse man page]

FONT2C(1)							    Ghostscript 							 FONT2C(1)

NAME
font2c - Write PostScript Type 0 or Type 1 font as C code SYNOPSIS
font2c fontnames DESCRIPTION
This script invokes gs(1) with the following options: -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. SEE ALSO
gs(1) VERSION
This document was last revised for Ghostscript version 8.70. AUTHOR
Artifex Software, Inc. are the primary maintainers of Ghostscript. This manpage by George Ferguson. 8.70 31 July 2009 FONT2C(1)

Check Out this Related Man Page

PS2PDFWR(1)                                                         Ghostscript                                                        PS2PDFWR(1)

NAME
ps2pdfwr - Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript SYNOPSIS
ps2pdfwr [options...] {input.[e]ps|-} [output.pdf|-] DESCRIPTION
This wrapper script invokes gs(1) with following arguments -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite as well as the appropriate -dOutputFile argument, all preceded and followed by any command-line arguments. Finally, the security option -dSAFER is prepended before all the other options. The version-specific ps2pdf scripts all invoke this one with the addition of the respective compatibility level option. SEE ALSO
gs(1), ps2pdf(1) VERSION
This document was last revised for Ghostscript version 8.70. AUTHOR
Artifex Software, Inc. are the primary maintainers of Ghostscript. This manpage by George Ferguson. 8.70 31 July 2009 PS2PDFWR(1)
Man Page