source: other-projects/trunk/mac-binaries/intel/ghostscript/share/ghostscript/8.63/Resource/CMap/Adobe-Korea1-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: 1.8 KB
Line 
1%!PS-Adobe-3.0 Resource-CMap
2%%DocumentNeededResources: ProcSet (CIDInit)
3%%IncludeResource: ProcSet (CIDInit)
4%%BeginResource: CMap (Adobe-Korea1-H-CID)
5%%Title: (Adobe-Korea1-H-CID Adobe Korea1 0)
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_Korea1_H_CID) def
36 /Supplement 0 def
37end def
38
39/CMapName /Adobe-Korea1-H-CID def
40/CMapVersion 2.000 def
41/CMapType 1 def
42
43/UIDOffset 0 def
44
45/WMode 0 def
46
471 begincodespacerange
48 <0000> <FFFF>
49endcodespacerange
50
510 usefont
521 begincidrange
53<0000> <FFFF> 0
54endcidrange
55
56% Map CIDs 1 thru 95 to Ascii codes 0x20 - 0x7F in fontID 1.
571 usefont
581 beginbfrange
59<0001> <005F> <20>
60endbfrange
61
62% Map CIDs 9333 - 18154 to FontID 2 for Supplement 1
63% Also map CIDs upto 65536 to this fontID.
642 usefont
652 begincidrange
66<2475> <24FF> 9333
67<2500> <FFFF> 9472
68endcidrange
69
70endcmap
71CMapName currentdict /CMap defineresource pop
72end
73end
74
75%%EndResource
76%%EOF
Note: See TracBrowser for help on using the repository browser.