home *** CD-ROM | disk | FTP | other *** search
- %!
-
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %% %%
- %% DefaultType1Halftone is the default halftone dictionary that's %%
- %% appropriate for monochrome devices, as well as for compatibility %%
- %% with old code that modifies the screening parameters without %%
- %% replacing them wholesale. %%
- %% %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %% %%
- %% defaultspot is a TPro-specific operator that is used to avoid %%
- %% the interpretation overhead for a spot function in cases where %%
- %% you only want the default. %%
- %% %%
- %% It produces a Euclidean dot at resolutions below 400dpi, and a %%
- %% diamond spot at resolutions above 400dpi. %%
- %% %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- /DefaultType1Halftone <<
- /HalftoneName /DefaultMonochrome
- /HalftoneType 1
- /Frequency 60
- /Angle 45
- /SpotFunction /defaultspot load
- >> /Halftone defineresource
-
-