Blame SOURCES/Identity-UTF16-H
|
|
0bf0fe |
% Copyright (C) 2003 Artifex Software. All rights reserved.
|
|
|
0bf0fe |
%
|
|
|
0bf0fe |
% This software is provided AS-IS with no warranty, either express or
|
|
|
0bf0fe |
% implied.
|
|
|
0bf0fe |
%
|
|
|
0bf0fe |
% This software is distributed under license and may not be copied,
|
|
|
0bf0fe |
% modified or distributed except as expressly authorized under the terms
|
|
|
0bf0fe |
% of the license contained in the file LICENSE in this distribution.
|
|
|
0bf0fe |
%
|
|
|
0bf0fe |
% For more information about licensing, please refer to
|
|
|
0bf0fe |
% http://www.ghostscript.com/licensing/. For information on
|
|
|
0bf0fe |
% commercial licensing, go to http://www.artifex.com/licensing/ or
|
|
|
0bf0fe |
% contact Artifex Software, Inc., 101 Lucas Valley Road #110,
|
|
|
0bf0fe |
% San Rafael, CA 94903, U.S.A., +1(415)492-9861.
|
|
|
0bf0fe |
%
|
|
|
0bf0fe |
% $Id$
|
|
|
0bf0fe |
% Identity-UTF16-H CMap
|
|
|
0bf0fe |
% An identity mapping of UTF16 codes to CIDs.
|
|
|
0bf0fe |
|
|
|
0bf0fe |
/CIDInit /ProcSet findresource begin
|
|
|
0bf0fe |
|
|
|
0bf0fe |
12 dict begin
|
|
|
0bf0fe |
|
|
|
0bf0fe |
begincmap
|
|
|
0bf0fe |
|
|
|
0bf0fe |
/CIDSystemInfo 3 dict dup begin
|
|
|
0bf0fe |
/Registry (Artifex) def
|
|
|
0bf0fe |
/Ordering (Unicode) def
|
|
|
0bf0fe |
/Supplement 0 def
|
|
|
0bf0fe |
end def
|
|
|
0bf0fe |
|
|
|
0bf0fe |
/CMapName /Identity-UTF16-H def
|
|
|
0bf0fe |
/CMapVersion 1.000 def
|
|
|
0bf0fe |
/CMapType 1 def
|
|
|
0bf0fe |
|
|
|
0bf0fe |
/UIDOffset 0 def
|
|
|
0bf0fe |
% No XUID yet obtained.
|
|
|
0bf0fe |
|
|
|
0bf0fe |
/WMode 0 def
|
|
|
0bf0fe |
|
|
|
0bf0fe |
1 begincodespacerange
|
|
|
0bf0fe |
<0000> <FFFF>
|
|
|
0bf0fe |
endcodespacerange
|
|
|
0bf0fe |
|
|
|
0bf0fe |
1 begincidrange
|
|
|
0bf0fe |
<0000> <FFFF> 0
|
|
|
0bf0fe |
endcidrange
|
|
|
0bf0fe |
endcmap
|
|
|
0bf0fe |
CMapName currentdict /CMap defineresource pop
|
|
|
0bf0fe |
end
|
|
|
0bf0fe |
end
|
|
|
0bf0fe |
|
|
|
0bf0fe |
%%EndResource
|
|
|
0bf0fe |
%%EOF
|