home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 August / Personal_Computer_World_Aug_97.iso / multi / xres / data.z / DFL5.PS < prev    next >
Encoding:
Text File  |  1995-12-28  |  1.1 KB  |  47 lines

  1. %!
  2.  
  3. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4. %%                                    %%
  5. %% DefaultType5Halftone is the default halftone dictionary that's   %%
  6. %% appropriate for colour output devices.  This will not work with  %%
  7. %% old code that attempts to use currentcolorscreen and             %%
  8. %% setcolorscreen to modify the screening.                          %%
  9. %%                                    %%
  10. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11.  
  12. /DefaultType5Halftone <<
  13.   /HalftoneName /DefaultColour
  14.   /HalftoneType 5
  15.   /Cyan <<
  16.     /HalftoneType 1
  17.     /Frequency 60
  18.     /Angle 75
  19.     /SpotFunction /defaultspot load
  20.   >>
  21.   /Magenta <<
  22.     /HalftoneType 1
  23.     /Frequency 60
  24.     /Angle 15
  25.     /SpotFunction /defaultspot load
  26.   >>
  27.   /Yellow <<
  28.     /HalftoneType 1
  29.     /Frequency 60
  30.     /Angle 0
  31.     /SpotFunction /defaultspot load
  32.   >>
  33.   /Black <<
  34.     /HalftoneType 1
  35.     /Frequency 60
  36.     /Angle 45
  37.     /SpotFunction /defaultspot load
  38.   >>
  39.   /Default <<
  40.     /HalftoneType 1
  41.     /Frequency 60 
  42.     /Angle 45
  43.     /SpotFunction /defaultspot load
  44.   >>
  45. >> /Halftone defineresource
  46.  
  47.