home *** CD-ROM | disk | FTP | other *** search
- %
- % Standard prolog file for BengtPS
- % Copyright (C) Bengt Computer Graphics 1996-2001
- %
- 0 _verbose
-
- % System operators which may be needed
- true setglobal
-
- systemdict begin
-
- % Font and Encoding stuff --
- /bd {bind def} bind def
- /findencoding { /Encoding findresource } bd
- /findfont { /Font findresource } bd
- /definefont { /Font defineresource } bd
- /undefinefont { /Font undefineresource } bd
- /packedarray { array astore } bd
-
- % bind the system FontDirectory and GlobalFontDirectory to the
- % global font resource instance dictionary
- /Font /Category findresource
- dup /GlobalResInstances get /GlobalFontDirectory exch def
- /GlobalResInstances get /SharedFontDirectory exch def
- % Alternate pdf show commands
- /' {T* Tj} bd
- /" {exch Tc exch Tw T* Tj} bd
-
- end
- false setglobal
- <</AccurateScreens true>> setuserparams
- % set the default crd for pdf
- /RelativeColorimetric /ColorRendering findresource setcolorrendering
-