home *** CD-ROM | disk | FTP | other *** search
- %
- % Jasc EPS import filter main resource file
- %
- % This file is read by the PostScript import filter
- % to locate and load external resources (such as fonts)
- % needed by some postscript files.
- %
- % For a complete understanding of PostScript resources
- % and resource management, read section 3.9 of the PostScript
- % Language Reference Manual. (ISBN 0-201-37922-8).
- %
- % format:
- % category InstanceName FileName and optional String
- % -------- ------- ------------ -------- ---------------
- % Category (explicit) resources
- % (these are all based on the Generic category's implementation)
- Category Font catimpl.ps "/Font /dicttype"
- Category CMap catimpl.ps "/CMap /dicttype"
- Category CIDFont catimpl.ps "/CIDFont /dicttype"
- Category ProcSet catimpl.ps "/ProcSet /dicttype"
- Category FontSet catimpl.ps "/FontSet /dicttype"
- Category Encoding catimpl.ps "/Encoding /arraytype"
- Category Form catimpl.ps "/Form /dicttype"
- Category Pattern catimpl.ps "/Pattern /dicttype"
- Category ColorSpace catimpl.ps "/ColorSpace /dicttype"
- Category Halftone catimpl.ps "/Halftone /dicttype"
- Category ColorRendering catimpl.ps "/ColorRendering /dicttype"
-
- %
- % Below are the internal procsets we currently support (do not change these)
- ProcSet _PDF intprocs.ps "/_PDF"
- ProcSet _AI intprocs.ps "/_AI"
- ProcSet CIDInit intprocs.ps "/CIDInit"
- ProcSet FontSetInit intprocs.ps "/FontSetInit"
-
- Halftone Default defht.ps
-
- Encoding SymbolEncoding symenc.ps ""
- Encoding StandardEncoding getenc.ps "/StandardEncoding StandardEncoding"
- Encoding ISOLatin1Encoding getenc.ps "/ISOLatin1Encoding ISOLatin1Encoding"
- Encoding MacEncoding getenc.ps "/MacEncoding _MacEncoding"
- Encoding WinAnsiEncoding getenc.ps "/WinAnsiEncoding _WinAnsiEncoding"
- Encoding PDFDocEncoding getenc.ps "/PDFDocEncoding _PDFDocEncoding"
- Encoding SymbolEncoding getenc.ps "/SymbolEncoding _SymbolEncoding"
-
- ColorRendering DefaultColorRendering crd.ps
- ColorRendering Default crd.ps
-
- % Define this for PDF
- ColorRendering RelativeColorimetric ivcalrgb.ps
-
- DefaultFontFamily Courier
-
- % User defined resources below
-
- FontSub fontsub.map ""
-
- % Additional font folders
- Folder Font fonts
-