source: other-projects/trunk/mac-binaries/intel/ghostscript/share/ghostscript/8.63/Resource/CMap/GBTpc-EUC-V@ 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%%DocumentNeededResources: CMap (GBTpc-EUC-H)
4%%IncludeResource: ProcSet (CIDInit)
5%%IncludeResource: CMap (GBTpc-EUC-H)
6%%BeginResource: CMap (GBTpc-EUC-V)
7%%Title: (GBTpc-EUC-V Adobe GB1 1)
8%%Version: 10.001
9%%Copyright: -----------------------------------------------------------
10%%Copyright: Copyright 1990-1998 Adobe Systems Incorporated.
11%%Copyright: All Rights Reserved.
12%%Copyright:
13%%Copyright: Patents Pending
14%%Copyright:
15%%Copyright: NOTICE: All information contained herein is the property
16%%Copyright: of Adobe Systems Incorporated.
17%%Copyright:
18%%Copyright: Permission is granted for redistribution of this file
19%%Copyright: provided this copyright notice is maintained intact and
20%%Copyright: that the contents of this file are not altered in any
21%%Copyright: way from its original form.
22%%Copyright:
23%%Copyright: PostScript and Display PostScript are trademarks of
24%%Copyright: Adobe Systems Incorporated which may be registered in
25%%Copyright: certain jurisdictions.
26%%Copyright: -----------------------------------------------------------
27%%EndComments
28
29/CIDInit /ProcSet findresource begin
30
3112 dict begin
32
33begincmap
34
35/GBTpc-EUC-H usecmap
36
37/CIDSystemInfo 3 dict dup begin
38 /Registry (Adobe) def
39 /Ordering (GB1) def
40 /Supplement 1 def
41end def
42
43/CMapName /GBTpc-EUC-V def
44/CMapVersion 10.001 def
45/CMapType 1 def
46
47/UIDOffset 680 def
48/XUID [1 10 25375] def
49
50/WMode 1 def
51
5220 begincidrange
53<a1a2> <a1a2> 575
54<a1a3> <a1a3> 574
55<a1aa> <a1aa> 598
56<a1ab> <a1ac> 7704
57<a1ad> <a1ad> 599
58<a1b2> <a1bf> 582
59<a1fe> <a1fe> 7706
60<a3a1> <a3a1> 578
61<a3a8> <a3a9> 580
62<a3ac> <a3ac> 573
63<a3ae> <a3ae> 7707
64<a3ba> <a3bb> 576
65<a3bd> <a3bd> 7708
66<a3bf> <a3bf> 579
67<a3db> <a3db> 7709
68<a3dd> <a3dd> 7710
69<a3df> <a3df> 600
70<a3fb> <a3fb> 596
71<a3fd> <a3fd> 597
72<a3fe> <a3fe> 7711
73endcidrange
74endcmap
75CMapName currentdict /CMap defineresource pop
76end
77end
78
79%%EndResource
80%%EOF
Note: See TracBrowser for help on using the repository browser.