home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s053 / 29.ddi / reloc.3 / $POSTSCRIPT / fatcourier.ps < prev    next >
Encoding:
Text File  |  1990-12-08  |  824 b   |  28 lines

  1. %ident    "@(#)////usr/lib/lp/postscript/fatcourier..sl 1.1 4.0 12/08/90 42009 AT&T-USL"
  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.