source: other-projects/trunk/mac-binaries/intel/ghostscript/share/ghostscript/8.63/Resource/CMap/Adobe-GB1-H-CID@ 17625

Last change on this file since 17625 was 17625, checked in by max, 16 years ago

Adding GhostScript 8.63 for Intel Mac and changing the location of ImageMagick 6.4.4 for Intel Mac that can process JPEG2000 files by default.

File size: 2.1 KB
Line 
1%!PS-Adobe-3.0 Resource-CMap
2%%DocumentNeededResources: ProcSet (CIDInit)
3%%IncludeResource: ProcSet (CIDInit)
4%%BeginResource: CMap (Adobe-GB1-H-CID)
5%%Title: (Adobe-GB1-H-CID Adobe GB1 0)
6%%Version: 2.000
7%%Copyright: -----------------------------------------------------------
8%%Copyright: Copyright 1990-2000 Adobe Systems Incorporated.
9%%Copyright: All Rights Reserved.
10%%Copyright:
11%%Copyright: Patents Pending
12%%Copyright:
13%%Copyright: NOTICE: All information contained herein is the property
14%%Copyright: of Adobe Systems Incorporated.
15%%Copyright:
16%%Copyright: Permission is granted for redistribution of this file
17%%Copyright: provided this copyright notice is maintained intact and
18%%Copyright: that the contents of this file are not altered in any
19%%Copyright: way from its original form.
20%%Copyright:
21%%Copyright: PostScript and Display PostScript are trademarks of
22%%Copyright: Adobe Systems Incorporated which may be registered in
23%%Copyright: certain jurisdictions.
24%%Copyright: -----------------------------------------------------------
25%%EndComments
26
27/CIDInit /ProcSet findresource begin
28
2912 dict begin
30
31begincmap
32
33/CIDSystemInfo 3 dict dup begin
34 /Registry (Adobe) def
35 /Ordering (Adobe_GB1_H_CID) def
36 /Supplement 0 def
37end def
38
39/CMapName /Adobe-GB1-H-CID def
40/CMapVersion 2.000 def
41/CMapType 1 def
42
43/UIDOffset 0 def
44
45/WMode 0 def
46
471 begincodespacerange
48 <0000> <FFFF>
49endcodespacerange
50
510 usefont
521 begincidrange
53<0000> <FFFF> 0
54endcidrange
55
56% Map CIDs 1 thru 95 to Ascii codes 0x20 - 0x7F in fontID 1.
571 usefont
581 beginbfrange
59<0001> <005F> <20>
60endbfrange
61
62% Map CIDs 7717 - 9896 to fontID 2 for Supplement 1
632 usefont
644 begincidrange
65<1E25> <1EFF> 7717
66<1F00> <1FFF> 7936
67<2000> <25FF> 8192
68<2600> <26A8> 9728
69endcidrange
70
71% Map CIDs 9897 - 22126 to fontID 3 for Supplement 2
723 usefont
733 begincidrange
74<26A9> <26FF> 9897
75<2700> <55FF> 9984
76<5600> <566E> 22016
77endcidrange
78
79% Map CIDs 22127 - 22352 to fontID 4 for Supplement 3
80% Also map CIDS upto 65535 to this fontID for any future supplements.
814 usefont
822 begincidrange
83<566F> <56FF> 22127
84<5700> <FFFF> 22272
85endcidrange
86
87
88endcmap
89CMapName currentdict /CMap defineresource pop
90end
91end
92
93%%EndResource
94%%EOF
Note: See TracBrowser for help on using the repository browser.