home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / cmds / root.3 / usr / lib / lp / postscript / fatcourier.ps / fatcourier
Text File  |  1998-08-19  |  769b  |  28 lines

  1. %ident    "@(#)fatcourier.ps    1.2"
  2. %
  3. % Fat versions of the stroked Courier and Courier-Oblique - from Johnathan Shopiro.
  4. % Can be selectively pulled in using the -C option that's available with all the
  5. % PostScript translators or permanently added to any of the prologues. Helps on
  6. % Linotronic typesetters, where Courier and Courier-Oblique are too light!
  7. %
  8.  
  9. /newdict /Courier findfont length dict def
  10. /Courier findfont {
  11.     1 index /FID ne
  12.         {newdict 3 1 roll put}
  13.         {pop pop}
  14.     ifelse
  15. } forall
  16. newdict /StrokeWidth 60 put
  17. /Courier newdict definefont pop
  18.  
  19. /newdict /Courier-Oblique findfont length dict def
  20. /Courier-Oblique findfont {
  21.     1 index /FID ne
  22.         {newdict 3 1 roll put}
  23.         {pop pop}
  24.     ifelse
  25. } forall
  26. newdict /StrokeWidth 60 put
  27. /Courier-Oblique newdict definefont pop
  28.