diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-04-08 11:42:56 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-04-08 11:42:56 +0200 |
commit | c9b9f61d311aa7238e288dc751832b396e17e6bc (patch) | |
tree | 33639dc2f031e142e94b553503f766485b0e0905 /cmaps | |
parent | c8264eba716eda2bc498a3ad9491e46c394987e8 (diff) | |
download | mupdf-c9b9f61d311aa7238e288dc751832b396e17e6bc.tar.xz |
Add ETenms-B5-H CMap which is not listed in the PDF spec but often used.
Diffstat (limited to 'cmaps')
-rw-r--r-- | cmaps/chinese_t/ETenms-B5-H | 61 | ||||
-rw-r--r-- | cmaps/chinese_t/ETenms-B5-V | 81 |
2 files changed, 142 insertions, 0 deletions
diff --git a/cmaps/chinese_t/ETenms-B5-H b/cmaps/chinese_t/ETenms-B5-H new file mode 100644 index 00000000..9d22f9e6 --- /dev/null +++ b/cmaps/chinese_t/ETenms-B5-H @@ -0,0 +1,61 @@ +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%DocumentNeededResources: CMap (ETen-B5-H) +%%IncludeResource: ProcSet (CIDInit) +%%IncludeResource: CMap (ETen-B5-H) +%%BeginResource: CMap (ETenms-B5-H) +%%Title: (ETenms-B5-H Adobe CNS1 0) +%%Version: 10.000 +%%Copyright: ----------------------------------------------------------- +%%Copyright: Copyright 1990-2001 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 + +/ETen-B5-H usecmap + +/CIDSystemInfo 3 dict dup begin + /Registry (Adobe) def + /Ordering (CNS1) def + /Supplement 0 def +end def + +/CMapName /ETenms-B5-H def +/CMapVersion 10.000 def +/CMapType 1 def + +/XUID [1 10 25596] def + +/WMode 0 def + +1 begincidrange +<20> <7e> 1 +endcidrange + +endcmap +CMapName currentdict /CMap defineresource pop +end +end + +%%EndResource +%%EOF diff --git a/cmaps/chinese_t/ETenms-B5-V b/cmaps/chinese_t/ETenms-B5-V new file mode 100644 index 00000000..9419ba8d --- /dev/null +++ b/cmaps/chinese_t/ETenms-B5-V @@ -0,0 +1,81 @@ +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%DocumentNeededResources: CMap (ETenms-B5-H) +%%IncludeResource: ProcSet (CIDInit) +%%IncludeResource: CMap (ETenms-B5-H) +%%BeginResource: CMap (ETenms-B5-V) +%%Title: (ETenms-B5-V Adobe CNS1 0) +%%Version: 10.000 +%%Copyright: ----------------------------------------------------------- +%%Copyright: Copyright 1990-2001 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 + +/ETenms-B5-H usecmap + +/CIDSystemInfo 3 dict dup begin + /Registry (Adobe) def + /Ordering (CNS1) def + /Supplement 0 def +end def + +/CMapName /ETenms-B5-V def +/CMapVersion 10.000 def +/CMapType 1 def + +/XUID [1 10 25597] def + +/WMode 1 def + +6 begincidchar +<a14b> 13646 +<a14c> 109 +<a156> 312 +<a158> 122 +<a15a> 13743 +<a15c> 13745 +endcidchar + +12 begincidrange +<a15d> <a15e> 130 +<a161> <a162> 134 +<a165> <a166> 138 +<a169> <a16a> 142 +<a16d> <a16e> 146 +<a171> <a172> 150 +<a175> <a176> 154 +<a179> <a17a> 158 +<a17d> <a17e> 130 +<a1a1> <a1a2> 134 +<a1a3> <a1a4> 138 +<c6e4> <c6e5> 14097 +endcidrange + +endcmap +CMapName currentdict /CMap defineresource pop +end +end + +%%EndResource +%%EOF |