home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 September / PCWorld_2004-09_cd.bin / software / temacd / paintshop / psp810entr.exe / Data1.cab / pdfprolog.ps < prev    next >
Encoding:
Text File  |  2003-10-02  |  940 b   |  34 lines

  1. %
  2. % Standard prolog file for BengtPS
  3. % Copyright (C) Bengt Computer Graphics 1996-2001
  4. %
  5. 0 _verbose
  6.  
  7. % System operators which may be needed 
  8. true setglobal
  9.  
  10. systemdict begin
  11.  
  12. % Font and Encoding stuff --
  13. /bd {bind def} bind def
  14. /findencoding    { /Encoding findresource } bd
  15. /findfont    { /Font findresource } bd
  16. /definefont    { /Font defineresource } bd
  17. /undefinefont    { /Font undefineresource } bd
  18. /packedarray    { array astore } bd
  19.  
  20. % bind the system FontDirectory and GlobalFontDirectory to the
  21. % global font resource instance dictionary
  22. /Font /Category findresource
  23. dup /GlobalResInstances get /GlobalFontDirectory exch def
  24. /GlobalResInstances get /SharedFontDirectory exch def
  25. % Alternate pdf show commands
  26. /' {T* Tj} bd
  27. /" {exch Tc exch Tw T* Tj} bd
  28.  
  29. end
  30. false setglobal
  31. <</AccurateScreens true>> setuserparams
  32. % set the default crd for pdf
  33. /RelativeColorimetric /ColorRendering findresource setcolorrendering
  34.