diff options
Diffstat (limited to 'cMap/Adobe-GB1/GBpc-EUC-UCS2')
-rw-r--r-- | cMap/Adobe-GB1/GBpc-EUC-UCS2 | 58 |
1 files changed, 57 insertions, 1 deletions
diff --git a/cMap/Adobe-GB1/GBpc-EUC-UCS2 b/cMap/Adobe-GB1/GBpc-EUC-UCS2 index 147f491..3c80abe 100644 --- a/cMap/Adobe-GB1/GBpc-EUC-UCS2 +++ b/cMap/Adobe-GB1/GBpc-EUC-UCS2 @@ -1 +1,57 @@ -%!PS-Adobe-3.0 Resource-CMap
%%DocumentNeededResources: ProcSet (CIDInit)
%%DocumentNeededResources: CMap (GBpc-EUC-UCS2C)
%%IncludeResource: ProcSet (CIDInit)
%%IncludeResource: CMap (GBpc-EUC-UCS2C)
%%BeginResource: CMap (GBpc-EUC-UCS2)
%%Title: (GBpc-EUC-UCS2)
%%Version: 4.002
%%Copyright: -----------------------------------------------------------
%%Copyright: Copyright 1990-1997 Adobe Systems Incorporated.
%%Copyright: All Rights Reserved.
%%Copyright:
%%Copyright: Patents Pending
%%Copyright:
%%Copyright: NOTICE: All information contained herein is the property
%%Copyright: of Adobe Systems Incorporated.
%%Copyright:
%%Copyright: Permission is granted for redistribution of this file
%%Copyright: provided this copyright notice is maintained intact and
%%Copyright: that the contents of this file are not altered in any
%%Copyright: way from its original form.
%%Copyright:
%%Copyright: PostScript and Display PostScript are trademarks of
%%Copyright: Adobe Systems Incorporated which may be registered in
%%Copyright: certain jurisdictions.
%%Copyright: -----------------------------------------------------------
%%EndComments
/CIDInit /ProcSet findresource begin
12 dict begin
begincmap
/GBpc-EUC-UCS2C usecmap
/CIDSystemInfo 3 dict dup begin
/Registry (Adobe) def
/Ordering (GBpc_EUC_UCS2) def
/Supplement 2 def
end def
/CMapName /GBpc-EUC-UCS2 def
/CMapVersion 4.002 def
/CMapType 1 def
/WMode 0 def
1 beginbfrange
<a8bf> <a8bf> <006e0300>
endbfrange
endcmap
CMapName currentdict /CMap defineresource pop
end
end
%%EndResource
%%EOF
\ No newline at end of file +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%DocumentNeededResources: CMap (GBpc-EUC-UCS2C) +%%IncludeResource: ProcSet (CIDInit) +%%IncludeResource: CMap (GBpc-EUC-UCS2C) +%%BeginResource: CMap (GBpc-EUC-UCS2) +%%Title: (GBpc-EUC-UCS2) +%%Version: 4.002 +%%Copyright: ----------------------------------------------------------- +%%Copyright: Copyright 1990-1997 Adobe Systems Incorporated. +%%Copyright: All Rights Reserved. +%%Copyright: +%%Copyright: Patents Pending +%%Copyright: +%%Copyright: NOTICE: All information contained herein is the property +%%Copyright: of Adobe Systems Incorporated. +%%Copyright: +%%Copyright: Permission is granted for redistribution of this file +%%Copyright: provided this copyright notice is maintained intact and +%%Copyright: that the contents of this file are not altered in any +%%Copyright: way from its original form. +%%Copyright: +%%Copyright: PostScript and Display PostScript are trademarks of +%%Copyright: Adobe Systems Incorporated which may be registered in +%%Copyright: certain jurisdictions. +%%Copyright: ----------------------------------------------------------- +%%EndComments + +/CIDInit /ProcSet findresource begin + +12 dict begin + +begincmap + +/GBpc-EUC-UCS2C usecmap + +/CIDSystemInfo 3 dict dup begin + /Registry (Adobe) def + /Ordering (GBpc_EUC_UCS2) def + /Supplement 2 def +end def + +/CMapName /GBpc-EUC-UCS2 def +/CMapVersion 4.002 def +/CMapType 1 def +/WMode 0 def + +1 beginbfrange +<a8bf> <a8bf> <006e0300> +endbfrange + +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF |