home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / getfont.zip / getfont.doc < prev    next >
Text File  |  1999-08-23  |  602b  |  14 lines

  1. getfont: Extract embedded fonts from a postscript document.
  2.  
  3. Postscript files containing imbedded fonts usually (but not always) identify them with the comments 
  4. "%%beginfont" and "%%endfont".  This program scans the postscript document
  5. and pulls out the fonts.  
  6.  
  7. Usage: getfont Postscript_file [font_name ...]
  8.        Postscript_file is the input file containing the imbedded fonts.
  9.        If all font_name are omitted, all imbedded fonts will be
  10.        extracted, otherwise only the listed fonts.  The output files
  11.        will be named "font_name".afm.
  12.  
  13. Requires: emx runtime libraries.
  14.