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

Last change on this file since 17625 was 17625, checked in by max, 15 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.3 KB
Line 
1%!PS-Adobe-3.0 Resource-CMap
2%%DocumentNeededResources: ProcSet (CIDInit)
3%%IncludeResource: ProcSet (CIDInit)
4%%BeginResource: CMap (Adobe-Japan1-H-CID)
5%%Title: (Adobe-Japan1-H-CID Identity Japan1 2)
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_Japan1_H_CID) def
36 /Supplement 2 def
37end def
38
39/CMapName /Adobe-Japan1-H-CID def
40/CMapVersion 2.000 def
41/CMapType 1 def
42
43/UIDOffset 0 def
44/XUID [1 10 25404 99996] def
45
46/WMode 0 def
47
481 begincodespacerange
49 <0000> <FFFF>
50endcodespacerange
51
520 usefont
531 begincidrange
54<0000> <FFFF> 0
55endcidrange
56
57% Map CIDs 1 thru 95 to Ascii codes 0x20 - 0x7F in fontID 1.
58% leave 3d, yen in font 0
591 usefont
602 beginbfrange
61<0001> <003c> <20>
62<003e> <005f> <5d>
63endbfrange
64
65% Map CIDs 8284 to 8358 to fontID 2. Supplement 1
662 usefont
671 begincidrange
68<205C> <20A6> 8284
69endcidrange
70
71% Map CIDs 8359 to 8719 to fontID 3. Supplement 2
723 usefont
733 begincidrange
74<20A7> <20FF> 8359
75<2100> <21FF> 8448
76<2200> <220F> 8704
77endcidrange
78
79% Map CIDs 8720 to 9353 to fontID 4. Supplement 3
804 usefont
813 begincidrange
82<2210> <22FF> 8720
83<2300> <23FF> 8960
84<2400> <2489> 9216
85endcidrange
86
87% Map CIDs 9354 to 15443 to fontID 5. Supplement 4
88% Also map the remaining CIDs up to 65535 to this fontID
895 usefont
902 begincidrange
91<248A> <24FF> 9354
92<2500> <FFFF> 9472
93endcidrange
94
95endcmap
96CMapName currentdict /CMap defineresource pop
97end
98end
99
100%%EndResource
101%%EOF
Note: See TracBrowser for help on using the repository browser.