font2c.1 745 B

12345678910111213141516171819202122232425
  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. .ce
  12. .B -q -dNODISPLAY -dWRITESYSTEMDICT
  13. followed by the arguments from the command line.
  14. This will write out a PostScript Type 0 or Type 1 font as C code
  15. that can be linked with the interpreter.
  16. .SH SEE ALSO
  17. gs(1)
  18. .SH VERSION
  19. This document was last revised for Ghostscript version 8.53.
  20. .SH AUTHOR
  21. artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
  22. primary maintainers of Ghostscript.
  23. This manpage by George Ferguson.