hexapdf 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (142) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +68 -0
  3. data/CONTRIBUTERS +1 -1
  4. data/README.md +35 -4
  5. data/Rakefile +1 -0
  6. data/VERSION +1 -1
  7. data/data/hexapdf/cmap/83pv-RKSJ-H +314 -0
  8. data/data/hexapdf/cmap/90ms-RKSJ-H +259 -0
  9. data/data/hexapdf/cmap/90ms-RKSJ-V +156 -0
  10. data/data/hexapdf/cmap/90msp-RKSJ-H +257 -0
  11. data/data/hexapdf/cmap/90msp-RKSJ-V +155 -0
  12. data/data/hexapdf/cmap/90pv-RKSJ-H +355 -0
  13. data/data/hexapdf/cmap/Add-RKSJ-H +738 -0
  14. data/data/hexapdf/cmap/Add-RKSJ-V +135 -0
  15. data/data/hexapdf/cmap/Adobe-CNS1-UCS2 +18209 -0
  16. data/data/hexapdf/cmap/Adobe-GB1-UCS2 +14267 -0
  17. data/data/hexapdf/cmap/Adobe-Japan1-UCS2 +19159 -0
  18. data/data/hexapdf/cmap/Adobe-Korea1-UCS2 +9267 -0
  19. data/data/hexapdf/cmap/B5pc-H +337 -0
  20. data/data/hexapdf/cmap/B5pc-V +90 -0
  21. data/data/hexapdf/cmap/CNS-EUC-H +490 -0
  22. data/data/hexapdf/cmap/CNS-EUC-V +538 -0
  23. data/data/hexapdf/cmap/ETen-B5-H +343 -0
  24. data/data/hexapdf/cmap/ETen-B5-V +91 -0
  25. data/data/hexapdf/cmap/ETenms-B5-H +79 -0
  26. data/data/hexapdf/cmap/ETenms-B5-V +99 -0
  27. data/data/hexapdf/cmap/EUC-H +207 -0
  28. data/data/hexapdf/cmap/EUC-V +105 -0
  29. data/data/hexapdf/cmap/Ext-RKSJ-H +768 -0
  30. data/data/hexapdf/cmap/Ext-RKSJ-V +117 -0
  31. data/data/hexapdf/cmap/GB-EUC-H +173 -0
  32. data/data/hexapdf/cmap/GB-EUC-V +98 -0
  33. data/data/hexapdf/cmap/GBK-EUC-H +4273 -0
  34. data/data/hexapdf/cmap/GBK-EUC-V +97 -0
  35. data/data/hexapdf/cmap/GBK2K-H +5325 -0
  36. data/data/hexapdf/cmap/GBK2K-V +118 -0
  37. data/data/hexapdf/cmap/GBKp-EUC-H +4272 -0
  38. data/data/hexapdf/cmap/GBKp-EUC-V +97 -0
  39. data/data/hexapdf/cmap/GBpc-EUC-H +175 -0
  40. data/data/hexapdf/cmap/GBpc-EUC-V +98 -0
  41. data/data/hexapdf/cmap/H +200 -0
  42. data/data/hexapdf/cmap/HKscs-B5-H +1331 -0
  43. data/data/hexapdf/cmap/HKscs-B5-V +90 -0
  44. data/data/hexapdf/cmap/Identity-H +339 -0
  45. data/data/hexapdf/cmap/Identity-V +73 -0
  46. data/data/hexapdf/cmap/KSC-EUC-H +562 -0
  47. data/data/hexapdf/cmap/KSC-EUC-V +94 -0
  48. data/data/hexapdf/cmap/KSCms-UHC-H +776 -0
  49. data/data/hexapdf/cmap/KSCms-UHC-HW-H +775 -0
  50. data/data/hexapdf/cmap/KSCms-UHC-HW-V +93 -0
  51. data/data/hexapdf/cmap/KSCms-UHC-V +94 -0
  52. data/data/hexapdf/cmap/KSCpc-EUC-H +608 -0
  53. data/data/hexapdf/cmap/LICENSE.txt +26 -0
  54. data/data/hexapdf/cmap/README.txt +9 -0
  55. data/data/hexapdf/cmap/UniCNS-UCS2-H +16992 -0
  56. data/data/hexapdf/cmap/UniCNS-UCS2-V +90 -0
  57. data/data/hexapdf/cmap/UniCNS-UTF16-H +19117 -0
  58. data/data/hexapdf/cmap/UniCNS-UTF16-V +94 -0
  59. data/data/hexapdf/cmap/UniGB-UCS2-H +14321 -0
  60. data/data/hexapdf/cmap/UniGB-UCS2-V +101 -0
  61. data/data/hexapdf/cmap/UniGB-UTF16-H +14381 -0
  62. data/data/hexapdf/cmap/UniGB-UTF16-V +104 -0
  63. data/data/hexapdf/cmap/UniJIS-UCS2-H +8870 -0
  64. data/data/hexapdf/cmap/UniJIS-UCS2-HW-H +81 -0
  65. data/data/hexapdf/cmap/UniJIS-UCS2-HW-V +279 -0
  66. data/data/hexapdf/cmap/UniJIS-UCS2-V +275 -0
  67. data/data/hexapdf/cmap/UniJIS-UTF16-H +14450 -0
  68. data/data/hexapdf/cmap/UniJIS-UTF16-V +299 -0
  69. data/data/hexapdf/cmap/UniKS-UCS2-H +8725 -0
  70. data/data/hexapdf/cmap/UniKS-UCS2-V +95 -0
  71. data/data/hexapdf/cmap/UniKS-UTF16-H +8895 -0
  72. data/data/hexapdf/cmap/UniKS-UTF16-V +99 -0
  73. data/data/hexapdf/cmap/V +105 -0
  74. data/examples/arc.rb +3 -3
  75. data/examples/merging.rb +4 -1
  76. data/examples/optimizing.rb +3 -0
  77. data/examples/show_char_bboxes.rb +2 -2
  78. data/examples/truetype.rb +2 -2
  79. data/lib/hexapdf/cli.rb +40 -1
  80. data/lib/hexapdf/cli/batch.rb +72 -0
  81. data/lib/hexapdf/cli/command.rb +112 -15
  82. data/lib/hexapdf/cli/files.rb +2 -2
  83. data/lib/hexapdf/cli/images.rb +14 -6
  84. data/lib/hexapdf/cli/info.rb +6 -8
  85. data/lib/hexapdf/cli/inspect.rb +5 -8
  86. data/lib/hexapdf/cli/merge.rb +13 -20
  87. data/lib/hexapdf/cli/modify.rb +4 -7
  88. data/lib/hexapdf/cli/optimize.rb +2 -5
  89. data/lib/hexapdf/configuration.rb +32 -3
  90. data/lib/hexapdf/content/canvas.rb +130 -37
  91. data/lib/hexapdf/content/parser.rb +40 -6
  92. data/lib/hexapdf/content/processor.rb +4 -4
  93. data/lib/hexapdf/document.rb +40 -10
  94. data/lib/hexapdf/document/fonts.rb +1 -0
  95. data/lib/hexapdf/encryption/security_handler.rb +8 -12
  96. data/lib/hexapdf/filter/flate_decode.rb +25 -2
  97. data/lib/hexapdf/font/cmap.rb +124 -8
  98. data/lib/hexapdf/font/cmap/parser.rb +65 -15
  99. data/lib/hexapdf/font/encoding/base.rb +2 -2
  100. data/lib/hexapdf/font/encoding/glyph_list.rb +2 -4
  101. data/lib/hexapdf/font/true_type.rb +1 -0
  102. data/lib/hexapdf/font/true_type/builder.rb +75 -0
  103. data/lib/hexapdf/font/true_type/optimizer.rb +65 -0
  104. data/lib/hexapdf/font/true_type/subsetter.rb +9 -22
  105. data/lib/hexapdf/font/true_type_wrapper.rb +9 -21
  106. data/lib/hexapdf/font_loader.rb +1 -1
  107. data/lib/hexapdf/importer.rb +1 -1
  108. data/lib/hexapdf/serializer.rb +5 -3
  109. data/lib/hexapdf/type.rb +2 -0
  110. data/lib/hexapdf/type/cid_font.rb +120 -0
  111. data/lib/hexapdf/type/font.rb +32 -12
  112. data/lib/hexapdf/type/font_simple.rb +34 -42
  113. data/lib/hexapdf/type/font_type0.rb +148 -0
  114. data/lib/hexapdf/type/form.rb +4 -4
  115. data/lib/hexapdf/type/page.rb +12 -11
  116. data/lib/hexapdf/type/resources.rb +14 -0
  117. data/lib/hexapdf/utils/graphics_helpers.rb +77 -0
  118. data/lib/hexapdf/version.rb +1 -1
  119. data/man/man1/hexapdf.1 +43 -1
  120. data/test/hexapdf/content/test_canvas.rb +76 -0
  121. data/test/hexapdf/content/test_parser.rb +20 -1
  122. data/test/hexapdf/content/test_processor.rb +11 -7
  123. data/test/hexapdf/document/test_fonts.rb +3 -1
  124. data/test/hexapdf/font/cmap/test_parser.rb +42 -7
  125. data/test/hexapdf/font/encoding/test_base.rb +1 -1
  126. data/test/hexapdf/font/encoding/test_glyph_list.rb +3 -3
  127. data/test/hexapdf/font/test_cmap.rb +104 -0
  128. data/test/hexapdf/font/test_true_type_wrapper.rb +63 -46
  129. data/test/hexapdf/font/true_type/test_builder.rb +37 -0
  130. data/test/hexapdf/font/true_type/test_optimizer.rb +27 -0
  131. data/test/hexapdf/font/true_type/test_subsetter.rb +6 -13
  132. data/test/hexapdf/test_configuration.rb +12 -7
  133. data/test/hexapdf/test_document.rb +24 -0
  134. data/test/hexapdf/test_importer.rb +9 -1
  135. data/test/hexapdf/test_writer.rb +2 -2
  136. data/test/hexapdf/type/test_cid_font.rb +61 -0
  137. data/test/hexapdf/type/test_font.rb +31 -4
  138. data/test/hexapdf/type/test_font_simple.rb +6 -21
  139. data/test/hexapdf/type/test_font_type0.rb +114 -0
  140. data/test/hexapdf/type/test_resources.rb +17 -1
  141. data/test/hexapdf/utils/test_graphics_helpers.rb +29 -0
  142. metadata +82 -3
@@ -0,0 +1,99 @@
1
+ %!PS-Adobe-3.0 Resource-CMap
2
+ %%DocumentNeededResources: ProcSet (CIDInit)
3
+ %%DocumentNeededResources: CMap (ETenms-B5-H)
4
+ %%IncludeResource: ProcSet (CIDInit)
5
+ %%IncludeResource: CMap (ETenms-B5-H)
6
+ %%BeginResource: CMap (ETenms-B5-V)
7
+ %%Title: (ETenms-B5-V Adobe CNS1 0)
8
+ %%Version: 10.004
9
+ %%Copyright: -----------------------------------------------------------
10
+ %%Copyright: Copyright 1990-2015 Adobe Systems Incorporated.
11
+ %%Copyright: All rights reserved.
12
+ %%Copyright:
13
+ %%Copyright: Redistribution and use in source and binary forms, with or
14
+ %%Copyright: without modification, are permitted provided that the
15
+ %%Copyright: following conditions are met:
16
+ %%Copyright:
17
+ %%Copyright: Redistributions of source code must retain the above
18
+ %%Copyright: copyright notice, this list of conditions and the following
19
+ %%Copyright: disclaimer.
20
+ %%Copyright:
21
+ %%Copyright: Redistributions in binary form must reproduce the above
22
+ %%Copyright: copyright notice, this list of conditions and the following
23
+ %%Copyright: disclaimer in the documentation and/or other materials
24
+ %%Copyright: provided with the distribution.
25
+ %%Copyright:
26
+ %%Copyright: Neither the name of Adobe Systems Incorporated nor the names
27
+ %%Copyright: of its contributors may be used to endorse or promote
28
+ %%Copyright: products derived from this software without specific prior
29
+ %%Copyright: written permission.
30
+ %%Copyright:
31
+ %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
32
+ %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
33
+ %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
34
+ %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
35
+ %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
36
+ %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
37
+ %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
38
+ %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
39
+ %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
40
+ %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
41
+ %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
42
+ %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
43
+ %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44
+ %%Copyright: -----------------------------------------------------------
45
+ %%EndComments
46
+
47
+ /CIDInit /ProcSet findresource begin
48
+
49
+ 12 dict begin
50
+
51
+ begincmap
52
+
53
+ /ETenms-B5-H usecmap
54
+
55
+ /CIDSystemInfo 3 dict dup begin
56
+ /Registry (Adobe) def
57
+ /Ordering (CNS1) def
58
+ /Supplement 0 def
59
+ end def
60
+
61
+ /CMapName /ETenms-B5-V def
62
+ /CMapVersion 10.004 def
63
+ /CMapType 1 def
64
+
65
+ /XUID [1 10 25597] def
66
+
67
+ /WMode 1 def
68
+
69
+ 6 begincidchar
70
+ <a14b> 13646
71
+ <a14c> 109
72
+ <a156> 312
73
+ <a158> 122
74
+ <a15a> 13743
75
+ <a15c> 13745
76
+ endcidchar
77
+
78
+ 12 begincidrange
79
+ <a15d> <a15e> 130
80
+ <a161> <a162> 134
81
+ <a165> <a166> 138
82
+ <a169> <a16a> 142
83
+ <a16d> <a16e> 146
84
+ <a171> <a172> 150
85
+ <a175> <a176> 154
86
+ <a179> <a17a> 158
87
+ <a17d> <a17e> 130
88
+ <a1a1> <a1a2> 134
89
+ <a1a3> <a1a4> 138
90
+ <c6e4> <c6e5> 14097
91
+ endcidrange
92
+
93
+ endcmap
94
+ CMapName currentdict /CMap defineresource pop
95
+ end
96
+ end
97
+
98
+ %%EndResource
99
+ %%EOF
@@ -0,0 +1,207 @@
1
+ %!PS-Adobe-3.0 Resource-CMap
2
+ %%DocumentNeededResources: ProcSet (CIDInit)
3
+ %%IncludeResource: ProcSet (CIDInit)
4
+ %%BeginResource: CMap (EUC-H)
5
+ %%Title: (EUC-H Adobe Japan1 1)
6
+ %%Version: 10.005
7
+ %%Copyright: -----------------------------------------------------------
8
+ %%Copyright: Copyright 1990-2015 Adobe Systems Incorporated.
9
+ %%Copyright: All rights reserved.
10
+ %%Copyright:
11
+ %%Copyright: Redistribution and use in source and binary forms, with or
12
+ %%Copyright: without modification, are permitted provided that the
13
+ %%Copyright: following conditions are met:
14
+ %%Copyright:
15
+ %%Copyright: Redistributions of source code must retain the above
16
+ %%Copyright: copyright notice, this list of conditions and the following
17
+ %%Copyright: disclaimer.
18
+ %%Copyright:
19
+ %%Copyright: Redistributions in binary form must reproduce the above
20
+ %%Copyright: copyright notice, this list of conditions and the following
21
+ %%Copyright: disclaimer in the documentation and/or other materials
22
+ %%Copyright: provided with the distribution.
23
+ %%Copyright:
24
+ %%Copyright: Neither the name of Adobe Systems Incorporated nor the names
25
+ %%Copyright: of its contributors may be used to endorse or promote
26
+ %%Copyright: products derived from this software without specific prior
27
+ %%Copyright: written permission.
28
+ %%Copyright:
29
+ %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
30
+ %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
31
+ %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
32
+ %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33
+ %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
34
+ %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
35
+ %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
36
+ %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
37
+ %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38
+ %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
39
+ %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
40
+ %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
41
+ %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42
+ %%Copyright: -----------------------------------------------------------
43
+ %%EndComments
44
+
45
+ /CIDInit /ProcSet findresource begin
46
+
47
+ 12 dict begin
48
+
49
+ begincmap
50
+
51
+ /CIDSystemInfo 3 dict dup begin
52
+ /Registry (Adobe) def
53
+ /Ordering (Japan1) def
54
+ /Supplement 1 def
55
+ end def
56
+
57
+ /CMapName /EUC-H def
58
+ /CMapVersion 10.005 def
59
+ /CMapType 1 def
60
+
61
+ /UIDOffset 680 def
62
+ /XUID [1 10 25329] def
63
+
64
+ /WMode 0 def
65
+
66
+ 3 begincodespacerange
67
+ <00> <80>
68
+ <8EA0> <8EDF>
69
+ <A1A1> <FEFE>
70
+ endcodespacerange
71
+
72
+ 1 beginnotdefrange
73
+ <00> <1f> 231
74
+ endnotdefrange
75
+
76
+ 100 begincidrange
77
+ <20> <7e> 231
78
+ <8ea0> <8edf> 326
79
+ <a1a1> <a1fe> 633
80
+ <a2a1> <a2ae> 727
81
+ <a2ba> <a2c1> 741
82
+ <a2ca> <a2d0> 749
83
+ <a2dc> <a2ea> 756
84
+ <a2f2> <a2f9> 771
85
+ <a2fe> <a2fe> 779
86
+ <a3b0> <a3b9> 780
87
+ <a3c1> <a3da> 790
88
+ <a3e1> <a3fa> 816
89
+ <a4a1> <a4f3> 842
90
+ <a5a1> <a5f6> 925
91
+ <a6a1> <a6b8> 1011
92
+ <a6c1> <a6d8> 1035
93
+ <a7a1> <a7c1> 1059
94
+ <a7d1> <a7f1> 1092
95
+ <a8a1> <a8a1> 7479
96
+ <a8a2> <a8a2> 7481
97
+ <a8a3> <a8a3> 7491
98
+ <a8a4> <a8a4> 7495
99
+ <a8a5> <a8a5> 7503
100
+ <a8a6> <a8a6> 7499
101
+ <a8a7> <a8a7> 7507
102
+ <a8a8> <a8a8> 7523
103
+ <a8a9> <a8a9> 7515
104
+ <a8aa> <a8aa> 7531
105
+ <a8ab> <a8ab> 7539
106
+ <a8ac> <a8ac> 7480
107
+ <a8ad> <a8ad> 7482
108
+ <a8ae> <a8ae> 7494
109
+ <a8af> <a8af> 7498
110
+ <a8b0> <a8b0> 7506
111
+ <a8b1> <a8b1> 7502
112
+ <a8b2> <a8b2> 7514
113
+ <a8b3> <a8b3> 7530
114
+ <a8b4> <a8b4> 7522
115
+ <a8b5> <a8b5> 7538
116
+ <a8b6> <a8b6> 7554
117
+ <a8b7> <a8b7> 7511
118
+ <a8b8> <a8b8> 7526
119
+ <a8b9> <a8b9> 7519
120
+ <a8ba> <a8ba> 7534
121
+ <a8bb> <a8bb> 7542
122
+ <a8bc> <a8bc> 7508
123
+ <a8bd> <a8bd> 7527
124
+ <a8be> <a8be> 7516
125
+ <a8bf> <a8bf> 7535
126
+ <a8c0> <a8c0> 7545
127
+ <b0a1> <b0fe> 1125
128
+ <b1a1> <b1fe> 1219
129
+ <b2a1> <b2fe> 1313
130
+ <b3a1> <b3fe> 1407
131
+ <b4a1> <b4fe> 1501
132
+ <b5a1> <b5fe> 1595
133
+ <b6a1> <b6fe> 1689
134
+ <b7a1> <b7fe> 1783
135
+ <b8a1> <b8fe> 1877
136
+ <b9a1> <b9fe> 1971
137
+ <baa1> <bafe> 2065
138
+ <bba1> <bbfe> 2159
139
+ <bca1> <bcfe> 2253
140
+ <bda1> <bdfe> 2347
141
+ <bea1> <befe> 2441
142
+ <bfa1> <bffe> 2535
143
+ <c0a1> <c0fe> 2629
144
+ <c1a1> <c1fe> 2723
145
+ <c2a1> <c2fe> 2817
146
+ <c3a1> <c3fe> 2911
147
+ <c4a1> <c4fe> 3005
148
+ <c5a1> <c5fe> 3099
149
+ <c6a1> <c6fe> 3193
150
+ <c7a1> <c7fe> 3287
151
+ <c8a1> <c8fe> 3381
152
+ <c9a1> <c9fe> 3475
153
+ <caa1> <cafe> 3569
154
+ <cba1> <cbfe> 3663
155
+ <cca1> <ccfe> 3757
156
+ <cda1> <cdfe> 3851
157
+ <cea1> <cefe> 3945
158
+ <cfa1> <cfd3> 4039
159
+ <d0a1> <d0fe> 4090
160
+ <d1a1> <d1fe> 4184
161
+ <d2a1> <d2fe> 4278
162
+ <d3a1> <d3fe> 4372
163
+ <d4a1> <d4fe> 4466
164
+ <d5a1> <d5fe> 4560
165
+ <d6a1> <d6fe> 4654
166
+ <d7a1> <d7fe> 4748
167
+ <d8a1> <d8fe> 4842
168
+ <d9a1> <d9fe> 4936
169
+ <daa1> <dafe> 5030
170
+ <dba1> <dbfe> 5124
171
+ <dca1> <dcfe> 5218
172
+ <dda1> <ddfe> 5312
173
+ <dea1> <defe> 5406
174
+ <dfa1> <dffe> 5500
175
+ <e0a1> <e0fe> 5594
176
+ <e1a1> <e1fe> 5688
177
+ endcidrange
178
+
179
+ 20 begincidrange
180
+ <e2a1> <e2fe> 5782
181
+ <e3a1> <e3fe> 5876
182
+ <e4a1> <e4fe> 5970
183
+ <e5a1> <e5fe> 6064
184
+ <e6a1> <e6fe> 6158
185
+ <e7a1> <e7fe> 6252
186
+ <e8a1> <e8fe> 6346
187
+ <e9a1> <e9fe> 6440
188
+ <eaa1> <eafe> 6534
189
+ <eba1> <ebfe> 6628
190
+ <eca1> <ecfe> 6722
191
+ <eda1> <edfe> 6816
192
+ <eea1> <eefe> 6910
193
+ <efa1> <effe> 7004
194
+ <f0a1> <f0fe> 7098
195
+ <f1a1> <f1fe> 7192
196
+ <f2a1> <f2fe> 7286
197
+ <f3a1> <f3fe> 7380
198
+ <f4a1> <f4a4> 7474
199
+ <f4a5> <f4a6> 8284
200
+ endcidrange
201
+ endcmap
202
+ CMapName currentdict /CMap defineresource pop
203
+ end
204
+ end
205
+
206
+ %%EndResource
207
+ %%EOF
@@ -0,0 +1,105 @@
1
+ %!PS-Adobe-3.0 Resource-CMap
2
+ %%DocumentNeededResources: ProcSet (CIDInit)
3
+ %%DocumentNeededResources: CMap (EUC-H)
4
+ %%IncludeResource: ProcSet (CIDInit)
5
+ %%IncludeResource: CMap (EUC-H)
6
+ %%BeginResource: CMap (EUC-V)
7
+ %%Title: (EUC-V Adobe Japan1 1)
8
+ %%Version: 12.004
9
+ %%Copyright: -----------------------------------------------------------
10
+ %%Copyright: Copyright 1990-2015 Adobe Systems Incorporated.
11
+ %%Copyright: All rights reserved.
12
+ %%Copyright:
13
+ %%Copyright: Redistribution and use in source and binary forms, with or
14
+ %%Copyright: without modification, are permitted provided that the
15
+ %%Copyright: following conditions are met:
16
+ %%Copyright:
17
+ %%Copyright: Redistributions of source code must retain the above
18
+ %%Copyright: copyright notice, this list of conditions and the following
19
+ %%Copyright: disclaimer.
20
+ %%Copyright:
21
+ %%Copyright: Redistributions in binary form must reproduce the above
22
+ %%Copyright: copyright notice, this list of conditions and the following
23
+ %%Copyright: disclaimer in the documentation and/or other materials
24
+ %%Copyright: provided with the distribution.
25
+ %%Copyright:
26
+ %%Copyright: Neither the name of Adobe Systems Incorporated nor the names
27
+ %%Copyright: of its contributors may be used to endorse or promote
28
+ %%Copyright: products derived from this software without specific prior
29
+ %%Copyright: written permission.
30
+ %%Copyright:
31
+ %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
32
+ %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
33
+ %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
34
+ %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
35
+ %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
36
+ %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
37
+ %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
38
+ %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
39
+ %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
40
+ %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
41
+ %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
42
+ %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
43
+ %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44
+ %%Copyright: -----------------------------------------------------------
45
+ %%EndComments
46
+
47
+ /CIDInit /ProcSet findresource begin
48
+
49
+ 12 dict begin
50
+
51
+ begincmap
52
+
53
+ /EUC-H usecmap
54
+
55
+ /CIDSystemInfo 3 dict dup begin
56
+ /Registry (Adobe) def
57
+ /Ordering (Japan1) def
58
+ /Supplement 1 def
59
+ end def
60
+
61
+ /CMapName /EUC-V def
62
+ /CMapVersion 12.004 def
63
+ /CMapType 1 def
64
+
65
+ /UIDOffset 800 def
66
+ /XUID [1 10 25330] def
67
+
68
+ /WMode 1 def
69
+
70
+ 27 begincidrange
71
+ <a1a2> <a1a3> 7887
72
+ <a1b1> <a1b2> 7889
73
+ <a1bc> <a1be> 7891
74
+ <a1c1> <a1c5> 7894
75
+ <a1ca> <a1db> 7899
76
+ <a1e1> <a1e1> 7917
77
+ <a4a1> <a4a1> 7918
78
+ <a4a3> <a4a3> 7919
79
+ <a4a5> <a4a5> 7920
80
+ <a4a7> <a4a7> 7921
81
+ <a4a9> <a4a9> 7922
82
+ <a4c3> <a4c3> 7923
83
+ <a4e3> <a4e3> 7924
84
+ <a4e5> <a4e5> 7925
85
+ <a4e7> <a4e7> 7926
86
+ <a4ee> <a4ee> 7927
87
+ <a5a1> <a5a1> 7928
88
+ <a5a3> <a5a3> 7929
89
+ <a5a5> <a5a5> 7930
90
+ <a5a7> <a5a7> 7931
91
+ <a5a9> <a5a9> 7932
92
+ <a5c3> <a5c3> 7933
93
+ <a5e3> <a5e3> 7934
94
+ <a5e5> <a5e5> 7935
95
+ <a5e7> <a5e7> 7936
96
+ <a5ee> <a5ee> 7937
97
+ <a5f5> <a5f6> 7938
98
+ endcidrange
99
+ endcmap
100
+ CMapName currentdict /CMap defineresource pop
101
+ end
102
+ end
103
+
104
+ %%EndResource
105
+ %%EOF
@@ -0,0 +1,768 @@
1
+ %!PS-Adobe-3.0 Resource-CMap
2
+ %%DocumentNeededResources: ProcSet (CIDInit)
3
+ %%IncludeResource: ProcSet (CIDInit)
4
+ %%BeginResource: CMap (Ext-RKSJ-H)
5
+ %%Title: (Ext-RKSJ-H Adobe Japan1 2)
6
+ %%Version: 11.005
7
+ %%Copyright: -----------------------------------------------------------
8
+ %%Copyright: Copyright 1990-2015 Adobe Systems Incorporated.
9
+ %%Copyright: All rights reserved.
10
+ %%Copyright:
11
+ %%Copyright: Redistribution and use in source and binary forms, with or
12
+ %%Copyright: without modification, are permitted provided that the
13
+ %%Copyright: following conditions are met:
14
+ %%Copyright:
15
+ %%Copyright: Redistributions of source code must retain the above
16
+ %%Copyright: copyright notice, this list of conditions and the following
17
+ %%Copyright: disclaimer.
18
+ %%Copyright:
19
+ %%Copyright: Redistributions in binary form must reproduce the above
20
+ %%Copyright: copyright notice, this list of conditions and the following
21
+ %%Copyright: disclaimer in the documentation and/or other materials
22
+ %%Copyright: provided with the distribution.
23
+ %%Copyright:
24
+ %%Copyright: Neither the name of Adobe Systems Incorporated nor the names
25
+ %%Copyright: of its contributors may be used to endorse or promote
26
+ %%Copyright: products derived from this software without specific prior
27
+ %%Copyright: written permission.
28
+ %%Copyright:
29
+ %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
30
+ %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
31
+ %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
32
+ %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33
+ %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
34
+ %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
35
+ %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
36
+ %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
37
+ %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38
+ %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
39
+ %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
40
+ %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
41
+ %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42
+ %%Copyright: -----------------------------------------------------------
43
+ %%EndComments
44
+
45
+ /CIDInit /ProcSet findresource begin
46
+
47
+ 12 dict begin
48
+
49
+ begincmap
50
+
51
+ /CIDSystemInfo 3 dict dup begin
52
+ /Registry (Adobe) def
53
+ /Ordering (Japan1) def
54
+ /Supplement 2 def
55
+ end def
56
+
57
+ /CMapName /Ext-RKSJ-H def
58
+ /CMapVersion 11.005 def
59
+ /CMapType 1 def
60
+
61
+ /UIDOffset 70 def
62
+ /XUID [1 10 25332] def
63
+
64
+ /WMode 0 def
65
+
66
+ 4 begincodespacerange
67
+ <00> <80>
68
+ <8140> <9FFC>
69
+ <A0> <DF>
70
+ <E040> <FCFC>
71
+ endcodespacerange
72
+
73
+ 1 beginnotdefrange
74
+ <00> <1f> 231
75
+ endnotdefrange
76
+
77
+ 100 begincidrange
78
+ <20> <7e> 231
79
+ <8140> <817e> 633
80
+ <8180> <8188> 696
81
+ <8189> <8189> 7478
82
+ <818a> <81ac> 706
83
+ <824f> <8258> 780
84
+ <8260> <8279> 790
85
+ <8281> <829a> 816
86
+ <829f> <82f1> 842
87
+ <8340> <837e> 925
88
+ <8380> <8396> 988
89
+ <839f> <83b6> 1011
90
+ <83bf> <83d6> 1035
91
+ <8440> <8460> 1059
92
+ <8470> <847e> 1092
93
+ <8480> <8491> 1107
94
+ <8540> <857e> 232
95
+ <8580> <8580> 390
96
+ <8581> <859e> 296
97
+ <859f> <85dd> 327
98
+ <85de> <85fc> 391
99
+ <8640> <867e> 422
100
+ <8680> <8691> 485
101
+ <8692> <8692> 295
102
+ <8693> <869e> 503
103
+ <86a2> <86ed> 7479
104
+ <8740> <875d> 7555
105
+ <875f> <8775> 7585
106
+ <877e> <877e> 8323
107
+ <8780> <878f> 7608
108
+ <8790> <8790> 762
109
+ <8791> <8791> 761
110
+ <8792> <8792> 769
111
+ <8793> <8799> 7624
112
+ <879a> <879a> 768
113
+ <879b> <879c> 7631
114
+ <889f> <889f> 1125
115
+ <88a0> <88a0> 7633
116
+ <88a1> <88b0> 1127
117
+ <88b1> <88b1> 7330
118
+ <88b2> <88b8> 1144
119
+ <88b9> <88b9> 7634
120
+ <88ba> <88eb> 1152
121
+ <88ec> <88ec> 7635
122
+ <88ed> <88f0> 1203
123
+ <88f1> <88f1> 7636
124
+ <88f2> <88f9> 1208
125
+ <88fa> <88fa> 7637
126
+ <88fb> <88fc> 1217
127
+ <8940> <8948> 1219
128
+ <8949> <8949> 7638
129
+ <894a> <8953> 1229
130
+ <8954> <8954> 7639
131
+ <8955> <8957> 1240
132
+ <8958> <8958> 7640
133
+ <8959> <895a> 1244
134
+ <895b> <895c> 7641
135
+ <895d> <8960> 1248
136
+ <8961> <8961> 7643
137
+ <8962> <897e> 1253
138
+ <8980> <898a> 1282
139
+ <898b> <898b> 7644
140
+ <898c> <89a5> 1294
141
+ <89a6> <89a6> 7645
142
+ <89a7> <89a7> 7369
143
+ <89a8> <89a8> 7646
144
+ <89a9> <89dd> 1323
145
+ <89de> <89de> 7647
146
+ <89df> <89f7> 1377
147
+ <89f8> <89f8> 7648
148
+ <89f9> <89fa> 1403
149
+ <89fb> <89fb> 7649
150
+ <89fc> <89fc> 1406
151
+ <8a40> <8a40> 1407
152
+ <8a41> <8a41> 7650
153
+ <8a42> <8a60> 1409
154
+ <8a61> <8a61> 6497
155
+ <8a62> <8a67> 1441
156
+ <8a68> <8a68> 5023
157
+ <8a69> <8a7e> 1448
158
+ <8a80> <8a84> 1470
159
+ <8a85> <8a85> 7651
160
+ <8a86> <8a8a> 1476
161
+ <8a8b> <8a8b> 7652
162
+ <8a8c> <8a92> 1482
163
+ <8a93> <8a93> 7653
164
+ <8a94> <8a95> 1490
165
+ <8a96> <8a96> 5937
166
+ <8a97> <8a99> 1493
167
+ <8a9a> <8a9a> 7654
168
+ <8a9b> <8abf> 1497
169
+ <8ac0> <8ac0> 7655
170
+ <8ac1> <8ac1> 5490
171
+ <8ac2> <8aca> 1536
172
+ <8acb> <8acb> 7656
173
+ <8acc> <8acf> 1546
174
+ <8ad0> <8ad0> 6688
175
+ <8ad1> <8ae2> 1551
176
+ <8ae3> <8ae3> 7657
177
+ <8ae4> <8afc> 1570
178
+ endcidrange
179
+
180
+ 100 begincidrange
181
+ <8b40> <8b49> 1595
182
+ <8b4a> <8b4a> 7658
183
+ <8b4b> <8b5e> 1606
184
+ <8b5f> <8b5f> 7659
185
+ <8b60> <8b7e> 1627
186
+ <8b80> <8b9f> 1658
187
+ <8ba0> <8ba0> 7660
188
+ <8ba1> <8ba7> 1691
189
+ <8ba8> <8ba8> 7661
190
+ <8ba9> <8bc3> 1699
191
+ <8bc4> <8bc4> 7474
192
+ <8bc5> <8bcc> 1727
193
+ <8bcd> <8bcd> 7662
194
+ <8bce> <8bea> 1736
195
+ <8beb> <8beb> 7663
196
+ <8bec> <8bf1> 1766
197
+ <8bf2> <8bf2> 7664
198
+ <8bf3> <8bf8> 1773
199
+ <8bf9> <8bf9> 7665
200
+ <8bfa> <8bfa> 1780
201
+ <8bfb> <8bfb> 7666
202
+ <8bfc> <8bfc> 1782
203
+ <8c40> <8c42> 1783
204
+ <8c43> <8c43> 7667
205
+ <8c44> <8c55> 1787
206
+ <8c56> <8c56> 7668
207
+ <8c57> <8c63> 1806
208
+ <8c64> <8c64> 7669
209
+ <8c65> <8c6c> 1820
210
+ <8c6d> <8c6d> 7670
211
+ <8c6e> <8c70> 1829
212
+ <8c71> <8c71> 7671
213
+ <8c72> <8c73> 1833
214
+ <8c74> <8c74> 7672
215
+ <8c75> <8c79> 1836
216
+ <8c7a> <8c7a> 7181
217
+ <8c7b> <8c7e> 1842
218
+ <8c80> <8c83> 1846
219
+ <8c84> <8c84> 7673
220
+ <8c85> <8c90> 1851
221
+ <8c91> <8c91> 7674
222
+ <8c92> <8c98> 1864
223
+ <8c99> <8c99> 7675
224
+ <8c9a> <8c9d> 1872
225
+ <8c9e> <8c9e> 7676
226
+ <8c9f> <8cb1> 1877
227
+ <8cb2> <8cb2> 7677
228
+ <8cb3> <8cbe> 1897
229
+ <8cbf> <8cbf> 7678
230
+ <8cc0> <8cfc> 1910
231
+ <8d40> <8d49> 1971
232
+ <8d4a> <8d4a> 7679
233
+ <8d4b> <8d55> 1982
234
+ <8d56> <8d56> 7680
235
+ <8d57> <8d60> 1994
236
+ <8d61> <8d61> 7681
237
+ <8d62> <8d7a> 2005
238
+ <8d7b> <8d7b> 5853
239
+ <8d7c> <8d7e> 2031
240
+ <8d80> <8d8c> 2034
241
+ <8d8d> <8d8d> 7682
242
+ <8d8e> <8d93> 2048
243
+ <8d94> <8d94> 7683
244
+ <8d95> <8d98> 2055
245
+ <8d99> <8d99> 7684
246
+ <8d9a> <8dd0> 2060
247
+ <8dd1> <8dd1> 7685
248
+ <8dd2> <8de4> 2116
249
+ <8de5> <8de5> 7686
250
+ <8de6> <8df1> 2136
251
+ <8df2> <8df2> 7687
252
+ <8df3> <8dfc> 2149
253
+ <8e40> <8e45> 2159
254
+ <8e46> <8e46> 7688
255
+ <8e47> <8e48> 2166
256
+ <8e49> <8e49> 7689
257
+ <8e4a> <8e4a> 2169
258
+ <8e4b> <8e4b> 7690
259
+ <8e4c> <8e57> 2171
260
+ <8e58> <8e58> 7691
261
+ <8e59> <8e7e> 2184
262
+ <8e80> <8eb5> 2222
263
+ <8eb6> <8eb6> 7692
264
+ <8eb7> <8ec5> 2277
265
+ <8ec6> <8ec6> 7693
266
+ <8ec7> <8ec7> 6441
267
+ <8ec8> <8ed4> 2294
268
+ <8ed5> <8ed5> 7694
269
+ <8ed6> <8eda> 2308
270
+ <8edb> <8edc> 7695
271
+ <8edd> <8efc> 2315
272
+ <8f40> <8f49> 2347
273
+ <8f4a> <8f4a> 7697
274
+ <8f4b> <8f54> 2358
275
+ <8f55> <8f55> 7698
276
+ <8f56> <8f7e> 2369
277
+ <8f80> <8f8b> 2410
278
+ <8f8c> <8f8d> 7699
279
+ <8f8e> <8f91> 2424
280
+ <8f92> <8f93> 7701
281
+ endcidrange
282
+
283
+ 100 begincidrange
284
+ <8f94> <8fa2> 2430
285
+ <8fa3> <8fa3> 7703
286
+ <8fa4> <8fb0> 2446
287
+ <8fb1> <8fb1> 7704
288
+ <8fb2> <8fbc> 2460
289
+ <8fbd> <8fbd> 7705
290
+ <8fbe> <8fd2> 2472
291
+ <8fd3> <8fd3> 7706
292
+ <8fd4> <8fdc> 2494
293
+ <8fdd> <8fdd> 7707
294
+ <8fde> <8fe1> 2504
295
+ <8fe2> <8fe2> 7708
296
+ <8fe3> <8ffc> 2509
297
+ <9040> <9048> 2535
298
+ <9049> <9049> 7709
299
+ <904a> <9077> 2545
300
+ <9078> <9078> 7710
301
+ <9079> <907e> 2592
302
+ <9080> <9080> 7711
303
+ <9081> <9088> 2599
304
+ <9089> <9089> 7712
305
+ <908a> <909f> 2608
306
+ <90a0> <90a0> 7713
307
+ <90a1> <90bf> 2631
308
+ <90c0> <90c0> 7714
309
+ <90c1> <90e3> 2663
310
+ <90e4> <90e4> 7715
311
+ <90e5> <90ee> 2699
312
+ <90ef> <90f0> 7716
313
+ <90f1> <90f6> 2711
314
+ <90f7> <90f8> 7718
315
+ <90f9> <90fc> 2719
316
+ <9140> <9145> 2723
317
+ <9146> <9146> 7720
318
+ <9147> <9147> 6766
319
+ <9148> <9157> 2731
320
+ <9158> <9158> 7721
321
+ <9159> <916a> 2748
322
+ <916b> <916b> 7722
323
+ <916c> <916d> 2767
324
+ <916e> <916e> 7723
325
+ <916f> <917d> 2770
326
+ <917e> <917e> 7724
327
+ <9180> <9188> 2786
328
+ <9189> <9189> 7725
329
+ <918a> <91ba> 2796
330
+ <91bb> <91bb> 7726
331
+ <91bc> <91ca> 2846
332
+ <91cb> <91cb> 7727
333
+ <91cc> <91d9> 2862
334
+ <91da> <91da> 7728
335
+ <91db> <91e0> 2877
336
+ <91e1> <91e1> 7729
337
+ <91e2> <91ec> 2884
338
+ <91ed> <91ed> 7730
339
+ <91ee> <91f2> 2896
340
+ <91f3> <91f4> 7731
341
+ <91f5> <91fa> 2903
342
+ <91fb> <91fb> 7733
343
+ <91fc> <91fc> 2910
344
+ <9240> <9245> 2911
345
+ <9246> <9246> 7734
346
+ <9247> <9247> 2918
347
+ <9248> <9249> 7735
348
+ <924a> <924b> 2921
349
+ <924c> <924d> 7737
350
+ <924e> <925b> 2925
351
+ <925c> <925c> 7739
352
+ <925d> <927e> 2940
353
+ <9280> <928f> 2974
354
+ <9290> <9290> 7740
355
+ <9291> <9294> 2991
356
+ <9295> <9295> 7741
357
+ <9296> <929b> 2996
358
+ <929c> <929c> 7742
359
+ <929d> <92ba> 3003
360
+ <92bb> <92bb> 7743
361
+ <92bc> <92c5> 3034
362
+ <92c6> <92c6> 7744
363
+ <92c7> <92c7> 3045
364
+ <92c8> <92c8> 7745
365
+ <92c9> <92ca> 3047
366
+ <92cb> <92cb> 7746
367
+ <92cc> <92cc> 3050
368
+ <92cd> <92cd> 7747
369
+ <92ce> <92d8> 3052
370
+ <92d9> <92d9> 4533
371
+ <92da> <92fc> 3064
372
+ <9340> <9340> 3099
373
+ <9341> <9341> 7748
374
+ <9342> <9345> 3101
375
+ <9346> <9346> 7749
376
+ <9347> <934c> 3106
377
+ <934d> <934d> 7750
378
+ <934e> <9354> 3113
379
+ <9355> <9355> 7751
380
+ <9356> <935d> 3121
381
+ <935e> <935e> 7752
382
+ <935f> <9366> 3130
383
+ <9367> <9367> 7753
384
+ endcidrange
385
+
386
+ 100 begincidrange
387
+ <9368> <9369> 3139
388
+ <936a> <936a> 7754
389
+ <936b> <936f> 3142
390
+ <9370> <9371> 7755
391
+ <9372> <9375> 3149
392
+ <9376> <9376> 5855
393
+ <9377> <937e> 3154
394
+ <9380> <9383> 3162
395
+ <9384> <9384> 7757
396
+ <9385> <938d> 3167
397
+ <938e> <938e> 5200
398
+ <938f> <9392> 3177
399
+ <9393> <9393> 5430
400
+ <9394> <9397> 3182
401
+ <9398> <9398> 7758
402
+ <9399> <93bb> 3187
403
+ <93bc> <93bc> 7759
404
+ <93bd> <93bf> 3223
405
+ <93c0> <93c0> 7760
406
+ <93c1> <93d1> 3227
407
+ <93d2> <93d3> 7761
408
+ <93d4> <93d8> 3246
409
+ <93d9> <93da> 7763
410
+ <93db> <93de> 3253
411
+ <93df> <93df> 7765
412
+ <93e0> <93e3> 3258
413
+ <93e4> <93e5> 7766
414
+ <93e6> <93e7> 3264
415
+ <93e8> <93e8> 7768
416
+ <93e9> <93f3> 3267
417
+ <93f4> <93f4> 6893
418
+ <93f5> <93fc> 3279
419
+ <9440> <9447> 3287
420
+ <9448> <9448> 7769
421
+ <9449> <9457> 3296
422
+ <9458> <9458> 7770
423
+ <9459> <9475> 3312
424
+ <9476> <9476> 7771
425
+ <9477> <947e> 3342
426
+ <9480> <9486> 3350
427
+ <9487> <9487> 7772
428
+ <9488> <9488> 6537
429
+ <9489> <9489> 7773
430
+ <948a> <948c> 3360
431
+ <948d> <948d> 7774
432
+ <948e> <94a1> 3364
433
+ <94a2> <94a2> 7775
434
+ <94a3> <94ab> 3385
435
+ <94ac> <94ac> 7776
436
+ <94ad> <94ad> 3395
437
+ <94ae> <94ae> 7777
438
+ <94af> <94d1> 3397
439
+ <94d2> <94d2> 7778
440
+ <94d3> <94df> 3433
441
+ <94e0> <94e0> 7779
442
+ <94e1> <94f2> 3447
443
+ <94f3> <94f3> 7780
444
+ <94f4> <94fc> 3466
445
+ <9540> <9540> 3475
446
+ <9541> <9542> 7781
447
+ <9543> <954d> 3478
448
+ <954e> <954e> 7783
449
+ <954f> <954f> 5179
450
+ <9550> <9550> 3491
451
+ <9551> <9551> 7784
452
+ <9552> <9553> 3493
453
+ <9554> <9554> 7785
454
+ <9555> <955e> 3496
455
+ <955f> <955f> 7786
456
+ <9560> <956c> 3507
457
+ <956d> <956d> 7787
458
+ <956e> <956f> 3521
459
+ <9570> <9570> 7788
460
+ <9571> <957e> 3524
461
+ <9580> <95c0> 3538
462
+ <95c1> <95c1> 7789
463
+ <95c2> <95ca> 3604
464
+ <95cb> <95cb> 7790
465
+ <95cc> <95d7> 3614
466
+ <95d8> <95d8> 7791
467
+ <95d9> <95f6> 3627
468
+ <95f7> <95f7> 7792
469
+ <95f8> <95fc> 3658
470
+ <9640> <9640> 3663
471
+ <9641> <9641> 7793
472
+ <9642> <9647> 3665
473
+ <9648> <9648> 7794
474
+ <9649> <9669> 3672
475
+ <966a> <966a> 7795
476
+ <966b> <967e> 3706
477
+ <9680> <9689> 3726
478
+ <968a> <968a> 7475
479
+ <968b> <968f> 3737
480
+ <9690> <9690> 7796
481
+ <9691> <9698> 3743
482
+ <9699> <9699> 4143
483
+ <969a> <96ca> 3752
484
+ <96cb> <96cb> 7797
485
+ <96cc> <96d6> 3802
486
+ <96d7> <96d7> 7798
487
+ endcidrange
488
+
489
+ 100 begincidrange
490
+ <96d8> <96dc> 3814
491
+ <96dd> <96dd> 7799
492
+ <96de> <96df> 3820
493
+ <96e0> <96e0> 7800
494
+ <96e1> <96f6> 3823
495
+ <96f7> <96f7> 6453
496
+ <96f8> <96f8> 7801
497
+ <96f9> <96f9> 3847
498
+ <96fa> <96fa> 7802
499
+ <96fb> <96fb> 3849
500
+ <96fc> <96fc> 7803
501
+ <9740> <9750> 3851
502
+ <9751> <9751> 7804
503
+ <9752> <976e> 3869
504
+ <976f> <976f> 7805
505
+ <9770> <9772> 3899
506
+ <9773> <9773> 7806
507
+ <9774> <9778> 3903
508
+ <9779> <9779> 7476
509
+ <977a> <977e> 3909
510
+ <9780> <9788> 3914
511
+ <9789> <9789> 7807
512
+ <978a> <97c8> 3924
513
+ <97c9> <97c9> 7808
514
+ <97ca> <97f7> 3988
515
+ <97f8> <97f9> 7809
516
+ <97fa> <97fc> 4036
517
+ <9840> <9840> 7811
518
+ <9841> <984f> 4040
519
+ <9850> <9850> 7812
520
+ <9851> <9854> 4056
521
+ <9855> <9855> 6007
522
+ <9856> <9857> 4061
523
+ <9858> <9858> 7813
524
+ <9859> <9872> 4064
525
+ <989f> <98d3> 4090
526
+ <98d4> <98d4> 3751
527
+ <98d5> <98fc> 4144
528
+ <9940> <995b> 4184
529
+ <995c> <995c> 7814
530
+ <995d> <9965> 4213
531
+ <9966> <9966> 7815
532
+ <9967> <9969> 4223
533
+ <996a> <996a> 7816
534
+ <996b> <996b> 4227
535
+ <996c> <996c> 7817
536
+ <996d> <997e> 4229
537
+ <9980> <99fc> 4247
538
+ <9a40> <9a4e> 4372
539
+ <9a4f> <9a4f> 7818
540
+ <9a50> <9a58> 4388
541
+ <9a59> <9a59> 7819
542
+ <9a5a> <9a6e> 4398
543
+ <9a6f> <9a6f> 7820
544
+ <9a70> <9a7c> 4420
545
+ <9a7d> <9a7d> 7821
546
+ <9a7e> <9a7e> 4434
547
+ <9a80> <9a8a> 4435
548
+ <9a8b> <9a8b> 7822
549
+ <9a8c> <9ac1> 4447
550
+ <9ac2> <9ac2> 7823
551
+ <9ac3> <9ae1> 4502
552
+ <9ae2> <9ae2> 3063
553
+ <9ae3> <9afc> 4534
554
+ <9b40> <9b5b> 4560
555
+ <9b5c> <9b5c> 7824
556
+ <9b5d> <9b7e> 4589
557
+ <9b80> <9b82> 4623
558
+ <9b83> <9b83> 7825
559
+ <9b84> <9b9f> 4627
560
+ <9ba0> <9ba0> 7826
561
+ <9ba1> <9bef> 4656
562
+ <9bf0> <9bf0> 7827
563
+ <9bf1> <9bfc> 4736
564
+ <9c40> <9c7e> 4748
565
+ <9c80> <9ca1> 4811
566
+ <9ca2> <9ca2> 7828
567
+ <9ca3> <9cfc> 4846
568
+ <9d40> <9d7e> 4936
569
+ <9d80> <9d80> 7829
570
+ <9d81> <9d8b> 5000
571
+ <9d8c> <9d8c> 7830
572
+ <9d8d> <9d97> 5012
573
+ <9d98> <9d98> 1447
574
+ <9d99> <9db6> 5024
575
+ <9db7> <9db7> 7831
576
+ <9db8> <9dca> 5055
577
+ <9dcb> <9dcb> 7832
578
+ <9dcc> <9dfc> 5075
579
+ <9e40> <9e63> 5124
580
+ <9e64> <9e64> 7833
581
+ <9e65> <9e68> 5161
582
+ <9e69> <9e69> 7834
583
+ <9e6a> <9e76> 5166
584
+ <9e77> <9e77> 3490
585
+ <9e78> <9e7e> 5180
586
+ <9e80> <9e8a> 5187
587
+ <9e8b> <9e8b> 7835
588
+ <9e8c> <9e8c> 5199
589
+ <9e8d> <9e8d> 3176
590
+ endcidrange
591
+
592
+ 100 begincidrange
593
+ <9e8e> <9e93> 5201
594
+ <9e94> <9e94> 7836
595
+ <9e95> <9efc> 5208
596
+ <9f40> <9f7e> 5312
597
+ <9f80> <9fb6> 5375
598
+ <9fb7> <9fb7> 3181
599
+ <9fb8> <9fcd> 5431
600
+ <9fce> <9fce> 7837
601
+ <9fcf> <9ff2> 5454
602
+ <9ff3> <9ff3> 1535
603
+ <9ff4> <9ffc> 5491
604
+ <a0> <df> 326
605
+ <e040> <e07e> 5500
606
+ <e080> <e092> 5563
607
+ <e093> <e093> 7838
608
+ <e094> <e0a3> 5583
609
+ <e0a4> <e0a4> 7839
610
+ <e0a5> <e0dc> 5600
611
+ <e0dd> <e0dd> 7840
612
+ <e0de> <e0f3> 5657
613
+ <e0f4> <e0f4> 7477
614
+ <e0f5> <e0fc> 5680
615
+ <e140> <e149> 5688
616
+ <e14a> <e14a> 7841
617
+ <e14b> <e14e> 5699
618
+ <e14f> <e150> 7842
619
+ <e151> <e17e> 5705
620
+ <e180> <e1a8> 5751
621
+ <e1a9> <e1a9> 7844
622
+ <e1aa> <e1e5> 5793
623
+ <e1e6> <e1e6> 2030
624
+ <e1e7> <e1e7> 5854
625
+ <e1e8> <e1e8> 3153
626
+ <e1e9> <e1ec> 5856
627
+ <e1ed> <e1ed> 7845
628
+ <e1ee> <e1fc> 5861
629
+ <e240> <e268> 5876
630
+ <e269> <e269> 7846
631
+ <e26a> <e272> 5918
632
+ <e273> <e273> 7847
633
+ <e274> <e27c> 5928
634
+ <e27d> <e27d> 1492
635
+ <e27e> <e27e> 5938
636
+ <e280> <e2b6> 5939
637
+ <e2b7> <e2b7> 7848
638
+ <e2b8> <e2c3> 5995
639
+ <e2c4> <e2c4> 4060
640
+ <e2c5> <e2e1> 6008
641
+ <e2e2> <e2e2> 7849
642
+ <e2e3> <e2eb> 6038
643
+ <e2ec> <e2ec> 7850
644
+ <e2ed> <e2fc> 6048
645
+ <e340> <e357> 6064
646
+ <e358> <e358> 7851
647
+ <e359> <e359> 6089
648
+ <e35a> <e35a> 7852
649
+ <e35b> <e364> 6091
650
+ <e365> <e365> 7853
651
+ <e366> <e37e> 6102
652
+ <e380> <e3c3> 6127
653
+ <e3c4> <e3c4> 7854
654
+ <e3c5> <e3fc> 6196
655
+ <e440> <e47e> 6252
656
+ <e480> <e483> 6315
657
+ <e484> <e484> 7855
658
+ <e485> <e488> 6320
659
+ <e489> <e489> 7856
660
+ <e48a> <e491> 6325
661
+ <e492> <e492> 7857
662
+ <e493> <e4b1> 6334
663
+ <e4b2> <e4b2> 7858
664
+ <e4b3> <e4b8> 6366
665
+ <e4b9> <e4b9> 7859
666
+ <e4ba> <e4f1> 6373
667
+ <e4f2> <e4f2> 7860
668
+ <e4f3> <e4fc> 6430
669
+ <e540> <e540> 6440
670
+ <e541> <e541> 2293
671
+ <e542> <e54c> 6442
672
+ <e54d> <e54d> 3845
673
+ <e54e> <e55a> 6454
674
+ <e55b> <e55b> 7861
675
+ <e55c> <e578> 6468
676
+ <e579> <e579> 1440
677
+ <e57a> <e57e> 6498
678
+ <e580> <e5a1> 6503
679
+ <e5a2> <e5a2> 3358
680
+ <e5a3> <e5a4> 6538
681
+ <e5a5> <e5a5> 7862
682
+ <e5a6> <e5ba> 6541
683
+ <e5bb> <e5bb> 7863
684
+ <e5bc> <e5ec> 6563
685
+ <e5ed> <e5ed> 7864
686
+ <e5ee> <e5fc> 6613
687
+ <e640> <e650> 6628
688
+ <e651> <e651> 7865
689
+ <e652> <e67b> 6646
690
+ <e67c> <e67c> 1550
691
+ <e67d> <e67e> 6689
692
+ <e680> <e685> 6691
693
+ endcidrange
694
+
695
+ 65 begincidrange
696
+ <e686> <e686> 7866
697
+ <e687> <e695> 6698
698
+ <e696> <e696> 7867
699
+ <e697> <e6ca> 6714
700
+ <e6cb> <e6cb> 2730
701
+ <e6cc> <e6e6> 6767
702
+ <e6e7> <e6e7> 7868
703
+ <e6e8> <e6f1> 6795
704
+ <e6f2> <e6f2> 7869
705
+ <e6f3> <e6fc> 6806
706
+ <e740> <e76c> 6816
707
+ <e76d> <e76d> 7870
708
+ <e76e> <e77e> 6862
709
+ <e780> <e78b> 6879
710
+ <e78c> <e78c> 7871
711
+ <e78d> <e78d> 6892
712
+ <e78e> <e78e> 7872
713
+ <e78f> <e7a6> 6894
714
+ <e7a7> <e7a7> 7873
715
+ <e7a8> <e7ba> 6919
716
+ <e7bb> <e7bb> 7874
717
+ <e7bc> <e7d4> 6939
718
+ <e7d5> <e7d5> 7875
719
+ <e7d6> <e7fc> 6965
720
+ <e840> <e87e> 7004
721
+ <e880> <e884> 7067
722
+ <e885> <e885> 7876
723
+ <e886> <e8b0> 7073
724
+ <e8b1> <e8b1> 7877
725
+ <e8b2> <e8c2> 7117
726
+ <e8c3> <e8c3> 7878
727
+ <e8c4> <e8ce> 7135
728
+ <e8cf> <e8cf> 7879
729
+ <e8d0> <e8d4> 7147
730
+ <e8d5> <e8d5> 7880
731
+ <e8d6> <e8f1> 7153
732
+ <e8f2> <e8f2> 1841
733
+ <e8f3> <e8f3> 7881
734
+ <e8f4> <e8fc> 7183
735
+ <e940> <e97e> 7192
736
+ <e980> <e9aa> 7255
737
+ <e9ab> <e9ab> 7882
738
+ <e9ac> <e9b9> 7299
739
+ <e9ba> <e9ba> 7883
740
+ <e9bb> <e9ca> 7314
741
+ <e9cb> <e9cb> 1143
742
+ <e9cc> <e9cc> 7884
743
+ <e9cd> <e9f1> 7332
744
+ <e9f2> <e9f2> 1321
745
+ <e9f3> <e9fc> 7370
746
+ <ea40> <ea6f> 7380
747
+ <ea70> <ea70> 7885
748
+ <ea71> <ea7e> 7429
749
+ <ea80> <ea9c> 7443
750
+ <ea9d> <ea9d> 7886
751
+ <ea9e> <ea9e> 7473
752
+ <ed40> <ed7e> 8359
753
+ <ed80> <edb3> 8422
754
+ <edb4> <edb4> 1993
755
+ <edb5> <edfc> 8474
756
+ <ee40> <ee7e> 8546
757
+ <ee80> <eeec> 8609
758
+ <eeef> <eef8> 8092
759
+ <eef9> <eef9> 751
760
+ <eefa> <eefc> 8005
761
+ endcidrange
762
+ endcmap
763
+ CMapName currentdict /CMap defineresource pop
764
+ end
765
+ end
766
+
767
+ %%EndResource
768
+ %%EOF