source: other-projects/trunk/mac-binaries/intel/ghostscript/share/ghostscript/8.63/Resource/CMap/Adobe-Japan1-3@ 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.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 3)
6%%Version: 1.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 (Japan1) def
36 /Supplement 3 def
37end def
38
39/CMapName /Adobe-Japan1-3 def
40/CMapVersion 1.000 def
41/CMapType 1 def
42
43/XUID [1 10 25534] def
44
45/WMode 0 def
46
47/CIDCount 9354 def
48
491 begincodespacerange
50 <0000> <24FF>
51endcodespacerange
52
5337 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> <2489> 9216
91endcidrange
92endcmap
93CMapName currentdict /CMap defineresource pop
94end
95end
96
97%%EndResource
98%%EOF
Note: See TracBrowser for help on using the repository browser.