source: other-projects/trunk/mac-binaries/intel/ghostscript/share/ghostscript/8.63/Resource/CMap/WP-Symbol@ 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: 1.9 KB
Line 
1%!PS-Adobe-3.0 Resource-CMap
2%%DocumentNeededResources: ProcSet (CIDInit)
3%%IncludeResource: ProcSet (CIDInit)
4%%BeginResource: CMap (WP-Symbol)
5%%Title: (WP-Symbol Adobe Japan1 0)
6%%Version: 10.001
7%%Copyright: -----------------------------------------------------------
8%%Copyright: Copyright 1990-1998 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 0 def
37end def
38
39/CMapName /WP-Symbol def
40/CMapVersion 10.001 def
41/CMapType 1 def
42
43/UIDOffset 868 def
44/XUID [1 10 25352] def
45
46/WMode 0 def
47
481 begincodespacerange
49 <00> <FF>
50endcodespacerange
51
5227 begincidrange
53<01> <01> 8056
54<02> <02> 8058
55<03> <03> 8191
56<04> <04> 8196
57<05> <18> 8061
58<19> <22> 8092
59<23> <23> 8186
60<24> <25> 8020
61<26> <26> 8187
62<27> <28> 8022
63<29> <29> 8188
64<2a> <2a> 8037
65<2b> <2d> 8024
66<2e> <2f> 8189
67<30> <31> 8192
68<32> <33> 7899
69<34> <34> 7894
70<35> <35> 8194
71<36> <36> 8035
72<37> <39> 8027
73<3a> <3a> 8195
74<3b> <54> 8112
75<55> <5d> 8197
76<5e> <5e> 8151
77<61> <71> 8206
78<72> <72> 8057
79<73> <77> 8223
80endcidrange
81endcmap
82CMapName currentdict /CMap defineresource pop
83end
84end
85
86%%EndResource
87%%EOF
Note: See TracBrowser for help on using the repository browser.