source: other-projects/trunk/mac-binaries/intel/ghostscript/share/ghostscript/8.63/Resource/CMap/Identity-UTF16-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.2 KB
Line 
1% Copyright (C) 2003 Artifex Software. All rights reserved.
2%
3% This software is provided AS-IS with no warranty, either express or
4% implied.
5%
6% This software is distributed under license and may not be copied,
7% modified or distributed except as expressly authorized under the terms
8% of the license contained in the file LICENSE in this distribution.
9%
10% For more information about licensing, please refer to
11% http://www.ghostscript.com/licensing/. For information on
12% commercial licensing, go to http://www.artifex.com/licensing/ or
13% contact Artifex Software, Inc., 101 Lucas Valley Road #110,
14% San Rafael, CA 94903, U.S.A., +1(415)492-9861.
15%
16% $Id: Identity-UTF16-V 7095 2006-10-10 10:03:37Z leonardo $
17% Identity-UTF16-H CMap
18% An identity mapping of UTF16 codes to CIDs.
19
20/CIDInit /ProcSet findresource begin
21
2212 dict begin
23
24begincmap
25
26/CIDSystemInfo 3 dict dup begin
27 /Registry (Artifex) def
28 /Ordering (Unicode) def
29 /Supplement 0 def
30end def
31
32/CMapName /Identity-UTF16-V def
33/CMapVersion 1.000 def
34/CMapType 1 def
35
36/UIDOffset 0 def
37% No XUID yet obtained.
38
39/WMode 1 def
40
411 begincodespacerange
42 <0000> <FFFF>
43endcodespacerange
44
451 begincidrange
46<0000> <FFFF> 0
47endcidrange
48endcmap
49CMapName currentdict /CMap defineresource pop
50end
51end
52
53%%EndResource
54%%EOF
Note: See TracBrowser for help on using the repository browser.