source: other-projects/trunk/mac-binaries/intel/ghostscript/share/ghostscript/8.63/Resource/CMap/Adobe-Japan1-6@ 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: 3.2 KB
Line 
1%!PS-Adobe-3.0 Resource-CMap
2%%DocumentNeededResources: ProcSet (CIDInit)
3%%IncludeResource: ProcSet (CIDInit)
4%%BeginResource: CMap (Identity)
5%%Title: (Identity Adobe Japan1 6)
6%%Version: 1.001
7%%Copyright: -----------------------------------------------------------
8%%Copyright: Copyright 1990-2005 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 (Japan1) def
36 /Supplement 6 def
37end def
38
39/CMapName /Adobe-Japan1-6 def
40/CMapVersion 1.001 def
41/CMapType 1 def
42
43/XUID [1 10 25614] def
44
45/WMode 0 def
46
47/CIDCount 23058 def
48
491 begincodespacerange
50 <0000> <5AFF>
51endcodespacerange
52
5391 begincidrange
54<0000> <00ff> 0
55<0100> <01ff> 256
56<0200> <02ff> 512
57<0300> <03ff> 768
58<0400> <04ff> 1024
59<0500> <05ff> 1280
60<0600> <06ff> 1536
61<0700> <07ff> 1792
62<0800> <08ff> 2048
63<0900> <09ff> 2304
64<0a00> <0aff> 2560
65<0b00> <0bff> 2816
66<0c00> <0cff> 3072
67<0d00> <0dff> 3328
68<0e00> <0eff> 3584
69<0f00> <0fff> 3840
70<1000> <10ff> 4096
71<1100> <11ff> 4352
72<1200> <12ff> 4608
73<1300> <13ff> 4864
74<1400> <14ff> 5120
75<1500> <15ff> 5376
76<1600> <16ff> 5632
77<1700> <17ff> 5888
78<1800> <18ff> 6144
79<1900> <19ff> 6400
80<1a00> <1aff> 6656
81<1b00> <1bff> 6912
82<1c00> <1cff> 7168
83<1d00> <1dff> 7424
84<1e00> <1eff> 7680
85<1f00> <1fff> 7936
86<2000> <20ff> 8192
87<2100> <21ff> 8448
88<2200> <22ff> 8704
89<2300> <23ff> 8960
90<2400> <24ff> 9216
91<2500> <25ff> 9472
92<2600> <26ff> 9728
93<2700> <27ff> 9984
94<2800> <28ff> 10240
95<2900> <29ff> 10496
96<2a00> <2aff> 10752
97<2b00> <2bff> 11008
98<2c00> <2cff> 11264
99<2d00> <2dff> 11520
100<2e00> <2eff> 11776
101<2f00> <2fff> 12032
102<3000> <30ff> 12288
103<3100> <31ff> 12544
104<3200> <32ff> 12800
105<3300> <33ff> 13056
106<3400> <34ff> 13312
107<3500> <35ff> 13568
108<3600> <36ff> 13824
109<3700> <37ff> 14080
110<3800> <38ff> 14336
111<3900> <39ff> 14592
112<3a00> <3aff> 14848
113<3b00> <3bff> 15104
114<3c00> <3cff> 15360
115<3d00> <3dff> 15616
116<3e00> <3eff> 15872
117<3f00> <3fff> 16128
118<4000> <40ff> 16384
119<4100> <41ff> 16640
120<4200> <42ff> 16896
121<4300> <43ff> 17152
122<4400> <44ff> 17408
123<4500> <45ff> 17664
124<4600> <46ff> 17920
125<4700> <47ff> 18176
126<4800> <48ff> 18432
127<4900> <49ff> 18688
128<4a00> <4aff> 18944
129<4b00> <4bff> 19200
130<4c00> <4cff> 19456
131<4d00> <4dff> 19712
132<4e00> <4eff> 19968
133<4f00> <4fff> 20224
134<5000> <50ff> 20480
135<5100> <51ff> 20736
136<5200> <52ff> 20992
137<5300> <53ff> 21248
138<5400> <54ff> 21504
139<5500> <55ff> 21760
140<5600> <56ff> 22016
141<5700> <57ff> 22272
142<5800> <58ff> 22528
143<5900> <59ff> 22784
144<5a00> <5a11> 23040
145endcidrange
146endcmap
147CMapName currentdict /CMap defineresource pop
148end
149end
150
151%%EndResource
152%%EOF
Note: See TracBrowser for help on using the repository browser.