diff options
-rw-r--r-- | cmaps/chinese_t/ETenms-B5-H | 61 | ||||
-rw-r--r-- | cmaps/chinese_t/ETenms-B5-V | 81 | ||||
-rw-r--r-- | mupdf/Jamfile | 2 | ||||
-rw-r--r-- | mupdf/pdf_cmap_table.c | 4 |
4 files changed, 148 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 diff --git a/mupdf/Jamfile b/mupdf/Jamfile index 4201fc48..5debe696 100644 --- a/mupdf/Jamfile +++ b/mupdf/Jamfile @@ -104,6 +104,8 @@ GenFile cmap_chinese_t.c : cmapdump ETen-B5-H ETen-B5-UCS2 ETen-B5-V + ETenms-B5-H + ETenms-B5-V HKscs-B5-H HKscs-B5-V UniCNS-UCS2-H diff --git a/mupdf/pdf_cmap_table.c b/mupdf/pdf_cmap_table.c index c5d2ed11..001dacf2 100644 --- a/mupdf/pdf_cmap_table.c +++ b/mupdf/pdf_cmap_table.c @@ -35,6 +35,8 @@ extern pdf_cmap pdf_cmap_CNS_EUC_V; extern pdf_cmap pdf_cmap_ETen_B5_H; extern pdf_cmap pdf_cmap_ETen_B5_UCS2; extern pdf_cmap pdf_cmap_ETen_B5_V; +extern pdf_cmap pdf_cmap_ETenms_B5_H; +extern pdf_cmap pdf_cmap_ETenms_B5_V; extern pdf_cmap pdf_cmap_HKscs_B5_H; extern pdf_cmap pdf_cmap_HKscs_B5_V; extern pdf_cmap pdf_cmap_UniCNS_UCS2_H; @@ -110,6 +112,8 @@ pdf_cmap *pdf_cmaptable[] = &pdf_cmap_ETen_B5_H, &pdf_cmap_ETen_B5_UCS2, &pdf_cmap_ETen_B5_V, + &pdf_cmap_ETenms_B5_H, + &pdf_cmap_ETenms_B5_V, &pdf_cmap_HKscs_B5_H, &pdf_cmap_HKscs_B5_V, &pdf_cmap_UniCNS_UCS2_H, |