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