jinhui.wang

配置修改,样式修改

Showing 91 changed files with 27 additions and 4797 deletions
...@@ -4,14 +4,14 @@ NODE_ENV = production ...@@ -4,14 +4,14 @@ NODE_ENV = production
4 ENV = 'demo' 4 ENV = 'demo'
5 VUE_APP_BASE_ENV = "demo" 5 VUE_APP_BASE_ENV = "demo"
6 6
7 -VUE_APP_Version = '1.3.1' 7 +VUE_APP_Version = '1.0.0'
8 8
9 #测试环境 9 #测试环境
10 VUE_APP_BASE_API = 'http://192.168.1.251:7023/Exp' 10 VUE_APP_BASE_API = 'http://192.168.1.251:7023/Exp'
11 11
12 -VUE_APP_BASE_ROUTE = '/ExpDemo' 12 +VUE_APP_BASE_ROUTE = '/EcomDemo'
13 13
14 -VUE_APP_BASE_LOGINOUT = '/ExpDemo' 14 +VUE_APP_BASE_LOGINOUT = '/EcomDemo'
15 15
16 #后端版本校验版本号 16 #后端版本校验版本号
17 VUE_APP_APIVERSION = 'BD6DBD063F5AB7394879E3C08781CD72.A3889C390C14952AD666ABC3BE46BE40' 17 VUE_APP_APIVERSION = 'BD6DBD063F5AB7394879E3C08781CD72.A3889C390C14952AD666ABC3BE46BE40'
......
...@@ -3,14 +3,14 @@ ENV = 'development' ...@@ -3,14 +3,14 @@ ENV = 'development'
3 3
4 VUE_APP_BASE_ENV = "dev" 4 VUE_APP_BASE_ENV = "dev"
5 5
6 -VUE_APP_Version = '1.3.1' 6 +VUE_APP_Version = '1.0.0'
7 7
8 # FedEx 在线申报工具/开发环境 8 # FedEx 在线申报工具/开发环境
9 VUE_APP_BASE_API = 'http://101.132.100.41:7001/Ecom' 9 VUE_APP_BASE_API = 'http://101.132.100.41:7001/Ecom'
10 10
11 -VUE_APP_BASE_ROUTE = '/Exp' 11 +VUE_APP_BASE_ROUTE = '/Ecom'
12 12
13 -VUE_APP_BASE_LOGINOUT = '/Exp' 13 +VUE_APP_BASE_LOGINOUT = '/Ecom'
14 14
15 #后端版本校验版本号 15 #后端版本校验版本号
16 VUE_APP_APIVERSION = 'BFEDDF560FF988C07141DF6135A9BFCF.A3889C390C14952AD666ABC3BE46BE40' 16 VUE_APP_APIVERSION = 'BFEDDF560FF988C07141DF6135A9BFCF.A3889C390C14952AD666ABC3BE46BE40'
......
...@@ -4,14 +4,14 @@ NODE_ENV = production ...@@ -4,14 +4,14 @@ NODE_ENV = production
4 ENV = 'deving' 4 ENV = 'deving'
5 VUE_APP_BASE_ENV = "deving" 5 VUE_APP_BASE_ENV = "deving"
6 6
7 -VUE_APP_Version = '1.3.1' 7 +VUE_APP_Version = '1.0.0'
8 8
9 #测试环境 9 #测试环境
10 -VUE_APP_BASE_API = 'http://192.168.1.251:7021/Exp' 10 +VUE_APP_BASE_API = 'http://101.132.100.41:7001/Ecom'
11 11
12 -VUE_APP_BASE_ROUTE = '/ExpDev' 12 +VUE_APP_BASE_ROUTE = '/EcomDev'
13 13
14 -VUE_APP_BASE_LOGINOUT = '/ExpDev' 14 +VUE_APP_BASE_LOGINOUT = '/EcomDev'
15 15
16 #后端版本校验版本号 16 #后端版本校验版本号
17 VUE_APP_APIVERSION = 'BFEDDF560FF988C07141DF6135A9BFCF.A3889C390C14952AD666ABC3BE46BE40' 17 VUE_APP_APIVERSION = 'BFEDDF560FF988C07141DF6135A9BFCF.A3889C390C14952AD666ABC3BE46BE40'
......
...@@ -4,14 +4,14 @@ NODE_ENV = production ...@@ -4,14 +4,14 @@ NODE_ENV = production
4 ENV = 'pre' 4 ENV = 'pre'
5 VUE_APP_BASE_ENV = "pre" 5 VUE_APP_BASE_ENV = "pre"
6 6
7 -VUE_APP_Version = '1.3.1' 7 +VUE_APP_Version = '1.0.0'
8 8
9 #测试环境 9 #测试环境
10 VUE_APP_BASE_API = 'https://iclearexpuat.fedex.com.cn/Exp' 10 VUE_APP_BASE_API = 'https://iclearexpuat.fedex.com.cn/Exp'
11 11
12 -VUE_APP_BASE_ROUTE = '/Exp' 12 +VUE_APP_BASE_ROUTE = '/Ecom'
13 13
14 -VUE_APP_BASE_LOGINOUT = '/Exp' 14 +VUE_APP_BASE_LOGINOUT = '/Ecom'
15 15
16 #后端版本校验版本号 16 #后端版本校验版本号
17 VUE_APP_APIVERSION = 'D5B582ED9ED4002BF2BCB386A68519CF.A3889C390C14952AD666ABC3BE46BE40' 17 VUE_APP_APIVERSION = 'D5B582ED9ED4002BF2BCB386A68519CF.A3889C390C14952AD666ABC3BE46BE40'
......
...@@ -6,14 +6,14 @@ VUE_APP_BASE_ENV = "prod" ...@@ -6,14 +6,14 @@ VUE_APP_BASE_ENV = "prod"
6 # FedEx 在线申报工具/生产环境 6 # FedEx 在线申报工具/生产环境
7 VUE_APP_BASE_API = '/prod-api' 7 VUE_APP_BASE_API = '/prod-api'
8 8
9 -VUE_APP_Version = '1.3.1' 9 +VUE_APP_Version = '1.0.0'
10 10
11 #测试环境 11 #测试环境
12 VUE_APP_BASE_API = 'https://declaration.fedex.com.cn/Exp' 12 VUE_APP_BASE_API = 'https://declaration.fedex.com.cn/Exp'
13 13
14 -VUE_APP_BASE_ROUTE = '/Exp' 14 +VUE_APP_BASE_ROUTE = '/Ecom'
15 15
16 -VUE_APP_BASE_LOGINOUT = '/Exp' 16 +VUE_APP_BASE_LOGINOUT = '/Ecom'
17 17
18 #后端版本校验版本号 18 #后端版本校验版本号
19 VUE_APP_APIVERSION = 'C8074BB318FB85693233E64ACC64C1ED.A3889C390C14952AD666ABC3BE46BE40' 19 VUE_APP_APIVERSION = 'C8074BB318FB85693233E64ACC64C1ED.A3889C390C14952AD666ABC3BE46BE40'
......
...@@ -5,14 +5,14 @@ ENV = 'staging' ...@@ -5,14 +5,14 @@ ENV = 'staging'
5 5
6 VUE_APP_BASE_ENV = "staging" 6 VUE_APP_BASE_ENV = "staging"
7 7
8 -VUE_APP_Version = '1.3.1' 8 +VUE_APP_Version = '1.0.0'
9 9
10 #测试环境 10 #测试环境
11 -VUE_APP_BASE_API = 'http://192.168.1.251:7022/Exp' 11 +VUE_APP_BASE_API = 'http://101.132.100.41:7001/Ecom'
12 12
13 -VUE_APP_BASE_ROUTE = '/ExpTest' 13 +VUE_APP_BASE_ROUTE = '/EcomTest'
14 14
15 -VUE_APP_BASE_LOGINOUT = '/ExpTest' 15 +VUE_APP_BASE_LOGINOUT = '/EcomTest'
16 16
17 #后端版本校验版本号 17 #后端版本校验版本号
18 VUE_APP_APIVERSION = '033BD94B1168D7E4F0D644C3C95E35BF.A3889C390C14952AD666ABC3BE46BE40' 18 VUE_APP_APIVERSION = '033BD94B1168D7E4F0D644C3C95E35BF.A3889C390C14952AD666ABC3BE46BE40'
......
...@@ -5,14 +5,14 @@ ENV = 'uat' ...@@ -5,14 +5,14 @@ ENV = 'uat'
5 5
6 VUE_APP_BASE_ENV = "uat" 6 VUE_APP_BASE_ENV = "uat"
7 7
8 -VUE_APP_Version = '1.3.1' 8 +VUE_APP_Version = '1.0.0'
9 9
10 #测试环境 10 #测试环境
11 VUE_APP_BASE_API = 'https://declarationuat.fedex.com.cn/Exp' 11 VUE_APP_BASE_API = 'https://declarationuat.fedex.com.cn/Exp'
12 12
13 -VUE_APP_BASE_ROUTE = '/Exp' 13 +VUE_APP_BASE_ROUTE = '/Ecom'
14 14
15 -VUE_APP_BASE_LOGINOUT = '/Exp' 15 +VUE_APP_BASE_LOGINOUT = '/Ecom'
16 16
17 #后端版本校验版本号 17 #后端版本校验版本号
18 VUE_APP_APIVERSION = '19DD6C1CEC504AC854645F352EB03209.A3889C390C14952AD666ABC3BE46BE40' 18 VUE_APP_APIVERSION = '19DD6C1CEC504AC854645F352EB03209.A3889C390C14952AD666ABC3BE46BE40'
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 2
3 ```bash 3 ```bash
4 # 克隆项目 4 # 克隆项目
5 -git clone http://118.178.128.178/Fedex/iClearExport.git 5 +git clone http://118.178.128.178/Fedex/EcomWeb.git
6 6
7 # 进入项目目录 7 # 进入项目目录
8 cd iCealrExport-vueUI 8 cd iCealrExport-vueUI
......
1 { 1 {
2 "name": "iCearExport", 2 "name": "iCearExport",
3 - "version": "1.3.1", 3 + "version": "1.0.0",
4 "description": "FedEx 在线申报工具", 4 "description": "FedEx 在线申报工具",
5 "author": "ICE", 5 "author": "ICE",
6 "license": "MIT", 6 "license": "MIT",
......
1 { 1 {
2 "name": "iCearExport", 2 "name": "iCearExport",
3 - "version": "1.3.1", 3 + "version": "1.0.0",
4 "description": "FedEx 在线申报工具", 4 "description": "FedEx 在线申报工具",
5 "author": "ICE", 5 "author": "ICE",
6 "license": "MIT", 6 "license": "MIT",
...@@ -44,8 +44,6 @@ ...@@ -44,8 +44,6 @@
44 "core-js": "3.8.3", 44 "core-js": "3.8.3",
45 "docx-preview": "^0.1.20", 45 "docx-preview": "^0.1.20",
46 "element-ui": "^2.15.14", 46 "element-ui": "^2.15.14",
47 - "jspdf": "^2.5.0",
48 - "pdfjs-dist": "^2.5.207",
49 "vue": "2.6.14", 47 "vue": "2.6.14",
50 "vue-i18n": "^8.28.2", 48 "vue-i18n": "^8.28.2",
51 "vue-router": "3.5.2", 49 "vue-router": "3.5.2",
...@@ -76,4 +74,4 @@ ...@@ -76,4 +74,4 @@
76 "> 1%", 74 "> 1%",
77 "last 2 versions" 75 "last 2 versions"
78 ] 76 ]
79 -}
...\ No newline at end of file ...\ No newline at end of file
77 +}
......
This diff is collapsed. Click to expand it.
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (78-EUC-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (78-EUC-H)
6 -%%BeginResource: CMap (78-EUC-V)
7 -%%Title: (78-EUC-V Adobe Japan1 0)
8 -%%Version: 10.006
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2019 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from
27 -%%Copyright: this software without specific prior 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 -/78-EUC-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 0 def
57 -end def
58 -
59 -/CMapName /78-EUC-V def
60 -/CMapVersion 10.006 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25355] def
64 -
65 -/WMode 1 def
66 -
67 -27 begincidrange
68 -<a1a2> <a1a3> 7887
69 -<a1b1> <a1b2> 7889
70 -<a1bc> <a1be> 7891
71 -<a1c1> <a1c5> 7894
72 -<a1ca> <a1db> 7899
73 -<a1e1> <a1e1> 7917
74 -<a4a1> <a4a1> 7918
75 -<a4a3> <a4a3> 7919
76 -<a4a5> <a4a5> 7920
77 -<a4a7> <a4a7> 7921
78 -<a4a9> <a4a9> 7922
79 -<a4c3> <a4c3> 7923
80 -<a4e3> <a4e3> 7924
81 -<a4e5> <a4e5> 7925
82 -<a4e7> <a4e7> 7926
83 -<a4ee> <a4ee> 7927
84 -<a5a1> <a5a1> 7928
85 -<a5a3> <a5a3> 7929
86 -<a5a5> <a5a5> 7930
87 -<a5a7> <a5a7> 7931
88 -<a5a9> <a5a9> 7932
89 -<a5c3> <a5c3> 7933
90 -<a5e3> <a5e3> 7934
91 -<a5e5> <a5e5> 7935
92 -<a5e7> <a5e7> 7936
93 -<a5ee> <a5ee> 7937
94 -<a5f5> <a5f6> 7938
95 -endcidrange
96 -endcmap
97 -CMapName currentdict /CMap defineresource pop
98 -end
99 -end
100 -
101 -%%EndResource
102 -%%EOF
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniJIS-UCS2-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniJIS-UCS2-H)
6 -%%BeginResource: CMap (UniJIS-UCS2-HW-V)
7 -%%Title: (UniJIS-UCS2-HW-V Adobe Japan1 4)
8 -%%Version: 12.006
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2019 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from
27 -%%Copyright: this software without specific prior 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 -/UniJIS-UCS2-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 4 def
57 -end def
58 -
59 -/CMapName /UniJIS-UCS2-HW-V def
60 -/CMapVersion 12.006 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25449] def
64 -
65 -/WMode 1 def
66 -
67 -100 begincidrange
68 -<0020> <005b> 231
69 -<005c> <005c> 8719
70 -<005d> <007e> 292
71 -<00a5> <00a5> 291
72 -<00b0> <00b0> 8269
73 -<2010> <2010> 7893
74 -<2015> <2015> 7892
75 -<2016> <2016> 7895
76 -<2018> <2019> 8281
77 -<201c> <201d> 8279
78 -<2025> <2025> 7898
79 -<2026> <2026> 7897
80 -<2032> <2032> 8273
81 -<2033> <2033> 8283
82 -<2190> <2190> 738
83 -<2191> <2191> 736
84 -<2192> <2192> 739
85 -<2193> <2193> 737
86 -<2195> <2195> 12214
87 -<21c4> <21c4> 8311
88 -<21c5> <21c5> 8310
89 -<21c6> <21c6> 8312
90 -<21e6> <21e6> 8012
91 -<21e7> <21e7> 8014
92 -<21e8> <21e8> 8011
93 -<21e9> <21e9> 8013
94 -<2225> <2225> 7895
95 -<223c> <223c> 7894
96 -<22ef> <22ef> 7897
97 -<2500> <2501> 7481
98 -<2502> <2503> 7479
99 -<2504> <2505> 7485
100 -<2506> <2507> 7483
101 -<2508> <2509> 7489
102 -<250a> <250b> 7487
103 -<250c> <250c> 7495
104 -<250d> <250d> 7497
105 -<250e> <250e> 7496
106 -<250f> <250f> 7498
107 -<2510> <2510> 7503
108 -<2511> <2511> 7505
109 -<2512> <2512> 7504
110 -<2513> <2513> 7506
111 -<2514> <2514> 7491
112 -<2515> <2515> 7493
113 -<2516> <2516> 7492
114 -<2517> <2517> 7494
115 -<2518> <2518> 7499
116 -<2519> <2519> 7501
117 -<251a> <251a> 7500
118 -<251b> <251b> 7502
119 -<251c> <251c> 7523
120 -<251d> <251d> 7527
121 -<251e> <251e> 7525
122 -<251f> <251f> 7524
123 -<2520> <2520> 7526
124 -<2521> <2521> 7529
125 -<2522> <2522> 7528
126 -<2523> <2524> 7530
127 -<2525> <2525> 7535
128 -<2526> <2526> 7533
129 -<2527> <2527> 7532
130 -<2528> <2528> 7534
131 -<2529> <2529> 7537
132 -<252a> <252a> 7536
133 -<252b> <252b> 7538
134 -<252c> <252c> 7515
135 -<252d> <252f> 7517
136 -<2530> <2530> 7516
137 -<2531> <2533> 7520
138 -<2534> <2534> 7507
139 -<2535> <2537> 7509
140 -<2538> <2538> 7508
141 -<2539> <253b> 7512
142 -<253d> <253f> 7543
143 -<2540> <2540> 7541
144 -<2541> <2541> 7540
145 -<2542> <2542> 7542
146 -<2543> <2543> 7547
147 -<2544> <2544> 7549
148 -<2545> <2545> 7546
149 -<2546> <2546> 7548
150 -<2547> <2547> 7553
151 -<2548> <2548> 7552
152 -<2549> <254a> 7550
153 -<261c> <261c> 8221
154 -<261d> <261d> 8219
155 -<261e> <261e> 8222
156 -<261f> <261f> 8220
157 -<2702> <2702> 12178
158 -<27a1> <27a1> 8209
159 -<3001> <3002> 7887
160 -<3008> <3011> 7907
161 -<3013> <3013> 8270
162 -<3014> <3015> 7901
163 -<301c> <301c> 7894
164 -<301d> <301d> 7956
165 -<301f> <301f> 7957
166 -<3041> <3041> 7918
167 -<3043> <3043> 7919
168 -endcidrange
169 -
170 -99 begincidrange
171 -<3045> <3045> 7920
172 -<3047> <3047> 7921
173 -<3049> <3049> 7922
174 -<3063> <3063> 7923
175 -<3083> <3083> 7924
176 -<3085> <3085> 7925
177 -<3087> <3087> 7926
178 -<308e> <308e> 7927
179 -<309b> <309b> 8272
180 -<309c> <309c> 8271
181 -<30a1> <30a1> 7928
182 -<30a3> <30a3> 7929
183 -<30a5> <30a5> 7930
184 -<30a7> <30a7> 7931
185 -<30a9> <30a9> 7932
186 -<30c3> <30c3> 7933
187 -<30e3> <30e3> 7934
188 -<30e5> <30e5> 7935
189 -<30e7> <30e7> 7936
190 -<30ee> <30ee> 7937
191 -<30f5> <30f6> 7938
192 -<30fc> <30fc> 7891
193 -<3300> <3300> 8350
194 -<3301> <3302> 11958
195 -<3303> <3303> 8338
196 -<3304> <3304> 11960
197 -<3305> <3305> 8333
198 -<3306> <3306> 11961
199 -<3307> <3307> 11965
200 -<3308> <3308> 11963
201 -<3309> <3309> 11968
202 -<330a> <330a> 11966
203 -<330b> <330b> 11970
204 -<330c> <330c> 11972
205 -<330d> <330d> 7950
206 -<330e> <3313> 11973
207 -<3314> <3314> 7941
208 -<3315> <3315> 8340
209 -<3316> <3316> 8330
210 -<3317> <3317> 11980
211 -<3318> <3318> 8339
212 -<3319> <3319> 11982
213 -<331a> <331d> 11984
214 -<331e> <331e> 8353
215 -<331f> <3321> 11988
216 -<3322> <3322> 8329
217 -<3323> <3323> 8348
218 -<3324> <3324> 11991
219 -<3325> <3325> 11993
220 -<3326> <3326> 7951
221 -<3327> <3327> 7945
222 -<3328> <3329> 11996
223 -<332a> <332a> 8356
224 -<332b> <332b> 7953
225 -<332d> <332d> 11999
226 -<332e> <3330> 12002
227 -<3331> <3331> 8358
228 -<3332> <3332> 12005
229 -<3333> <3333> 8334
230 -<3334> <3335> 12008
231 -<3336> <3336> 7947
232 -<3337> <3337> 12014
233 -<3338> <3338> 12016
234 -<3339> <3339> 8343
235 -<333a> <333a> 12017
236 -<333b> <333b> 8349
237 -<333c> <333c> 12010
238 -<333d> <333d> 12018
239 -<333e> <3340> 12020
240 -<3341> <3341> 12019
241 -<3342> <3342> 8347
242 -<3343> <3346> 12023
243 -<3347> <3347> 8357
244 -<3348> <3348> 12027
245 -<3349> <3349> 7940
246 -<334a> <334a> 7954
247 -<334b> <334c> 12028
248 -<334d> <334d> 7943
249 -<334e> <334e> 8337
250 -<334f> <3350> 12030
251 -<3351> <3351> 7948
252 -<3352> <3352> 12034
253 -<3353> <3353> 12038
254 -<3354> <3354> 12035
255 -<3355> <3356> 12039
256 -<3357> <3357> 8344
257 -<337f> <337f> 8324
258 -<ff08> <ff09> 7899
259 -<ff0c> <ff0c> 8268
260 -<ff0e> <ff0e> 8274
261 -<ff1d> <ff1d> 7917
262 -<ff3b> <ff3b> 7903
263 -<ff3d> <ff3d> 7904
264 -<ff3f> <ff3f> 7890
265 -<ff5b> <ff5b> 7905
266 -<ff5c> <ff5c> 7896
267 -<ff5d> <ff5d> 7906
268 -<ff5e> <ff5e> 7894
269 -<ffe3> <ffe3> 7889
270 -endcidrange
271 -endcmap
272 -CMapName currentdict /CMap defineresource pop
273 -end
274 -end
275 -
276 -%%EndResource
277 -%%EOF
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniJIS-UCS2-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniJIS-UCS2-H)
6 -%%BeginResource: CMap (UniJIS-UCS2-V)
7 -%%Title: (UniJIS-UCS2-V Adobe Japan1 4)
8 -%%Version: 12.006
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2019 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from
27 -%%Copyright: this software without specific prior 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 -/UniJIS-UCS2-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 4 def
57 -end def
58 -
59 -/CMapName /UniJIS-UCS2-V def
60 -/CMapVersion 12.006 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25357] def
64 -
65 -/WMode 1 def
66 -
67 -100 begincidrange
68 -<00b0> <00b0> 8269
69 -<2010> <2010> 7893
70 -<2015> <2015> 7892
71 -<2016> <2016> 7895
72 -<2018> <2019> 8281
73 -<201c> <201d> 8279
74 -<2025> <2025> 7898
75 -<2026> <2026> 7897
76 -<2032> <2032> 8273
77 -<2033> <2033> 8283
78 -<2190> <2190> 738
79 -<2191> <2191> 736
80 -<2192> <2192> 739
81 -<2193> <2193> 737
82 -<2195> <2195> 12214
83 -<21c4> <21c4> 8311
84 -<21c5> <21c5> 8310
85 -<21c6> <21c6> 8312
86 -<21e6> <21e6> 8012
87 -<21e7> <21e7> 8014
88 -<21e8> <21e8> 8011
89 -<21e9> <21e9> 8013
90 -<2225> <2225> 7895
91 -<223c> <223c> 7894
92 -<22ef> <22ef> 7897
93 -<2500> <2501> 7481
94 -<2502> <2503> 7479
95 -<2504> <2505> 7485
96 -<2506> <2507> 7483
97 -<2508> <2509> 7489
98 -<250a> <250b> 7487
99 -<250c> <250c> 7495
100 -<250d> <250d> 7497
101 -<250e> <250e> 7496
102 -<250f> <250f> 7498
103 -<2510> <2510> 7503
104 -<2511> <2511> 7505
105 -<2512> <2512> 7504
106 -<2513> <2513> 7506
107 -<2514> <2514> 7491
108 -<2515> <2515> 7493
109 -<2516> <2516> 7492
110 -<2517> <2517> 7494
111 -<2518> <2518> 7499
112 -<2519> <2519> 7501
113 -<251a> <251a> 7500
114 -<251b> <251b> 7502
115 -<251c> <251c> 7523
116 -<251d> <251d> 7527
117 -<251e> <251e> 7525
118 -<251f> <251f> 7524
119 -<2520> <2520> 7526
120 -<2521> <2521> 7529
121 -<2522> <2522> 7528
122 -<2523> <2524> 7530
123 -<2525> <2525> 7535
124 -<2526> <2526> 7533
125 -<2527> <2527> 7532
126 -<2528> <2528> 7534
127 -<2529> <2529> 7537
128 -<252a> <252a> 7536
129 -<252b> <252b> 7538
130 -<252c> <252c> 7515
131 -<252d> <252f> 7517
132 -<2530> <2530> 7516
133 -<2531> <2533> 7520
134 -<2534> <2534> 7507
135 -<2535> <2537> 7509
136 -<2538> <2538> 7508
137 -<2539> <253b> 7512
138 -<253d> <253f> 7543
139 -<2540> <2540> 7541
140 -<2541> <2541> 7540
141 -<2542> <2542> 7542
142 -<2543> <2543> 7547
143 -<2544> <2544> 7549
144 -<2545> <2545> 7546
145 -<2546> <2546> 7548
146 -<2547> <2547> 7553
147 -<2548> <2548> 7552
148 -<2549> <254a> 7550
149 -<261c> <261c> 8221
150 -<261d> <261d> 8219
151 -<261e> <261e> 8222
152 -<261f> <261f> 8220
153 -<2702> <2702> 12178
154 -<27a1> <27a1> 8209
155 -<3001> <3002> 7887
156 -<3008> <3011> 7907
157 -<3013> <3013> 8270
158 -<3014> <3015> 7901
159 -<301c> <301c> 7894
160 -<301d> <301d> 7956
161 -<301f> <301f> 7957
162 -<3041> <3041> 7918
163 -<3043> <3043> 7919
164 -<3045> <3045> 7920
165 -<3047> <3047> 7921
166 -<3049> <3049> 7922
167 -<3063> <3063> 7923
168 -endcidrange
169 -
170 -95 begincidrange
171 -<3083> <3083> 7924
172 -<3085> <3085> 7925
173 -<3087> <3087> 7926
174 -<308e> <308e> 7927
175 -<309b> <309b> 8272
176 -<309c> <309c> 8271
177 -<30a1> <30a1> 7928
178 -<30a3> <30a3> 7929
179 -<30a5> <30a5> 7930
180 -<30a7> <30a7> 7931
181 -<30a9> <30a9> 7932
182 -<30c3> <30c3> 7933
183 -<30e3> <30e3> 7934
184 -<30e5> <30e5> 7935
185 -<30e7> <30e7> 7936
186 -<30ee> <30ee> 7937
187 -<30f5> <30f6> 7938
188 -<30fc> <30fc> 7891
189 -<3300> <3300> 8350
190 -<3301> <3302> 11958
191 -<3303> <3303> 8338
192 -<3304> <3304> 11960
193 -<3305> <3305> 8333
194 -<3306> <3306> 11961
195 -<3307> <3307> 11965
196 -<3308> <3308> 11963
197 -<3309> <3309> 11968
198 -<330a> <330a> 11966
199 -<330b> <330b> 11970
200 -<330c> <330c> 11972
201 -<330d> <330d> 7950
202 -<330e> <3313> 11973
203 -<3314> <3314> 7941
204 -<3315> <3315> 8340
205 -<3316> <3316> 8330
206 -<3317> <3317> 11980
207 -<3318> <3318> 8339
208 -<3319> <3319> 11982
209 -<331a> <331d> 11984
210 -<331e> <331e> 8353
211 -<331f> <3321> 11988
212 -<3322> <3322> 8329
213 -<3323> <3323> 8348
214 -<3324> <3324> 11991
215 -<3325> <3325> 11993
216 -<3326> <3326> 7951
217 -<3327> <3327> 7945
218 -<3328> <3329> 11996
219 -<332a> <332a> 8356
220 -<332b> <332b> 7953
221 -<332d> <332d> 11999
222 -<332e> <3330> 12002
223 -<3331> <3331> 8358
224 -<3332> <3332> 12005
225 -<3333> <3333> 8334
226 -<3334> <3335> 12008
227 -<3336> <3336> 7947
228 -<3337> <3337> 12014
229 -<3338> <3338> 12016
230 -<3339> <3339> 8343
231 -<333a> <333a> 12017
232 -<333b> <333b> 8349
233 -<333c> <333c> 12010
234 -<333d> <333d> 12018
235 -<333e> <3340> 12020
236 -<3341> <3341> 12019
237 -<3342> <3342> 8347
238 -<3343> <3346> 12023
239 -<3347> <3347> 8357
240 -<3348> <3348> 12027
241 -<3349> <3349> 7940
242 -<334a> <334a> 7954
243 -<334b> <334c> 12028
244 -<334d> <334d> 7943
245 -<334e> <334e> 8337
246 -<334f> <3350> 12030
247 -<3351> <3351> 7948
248 -<3352> <3352> 12034
249 -<3353> <3353> 12038
250 -<3354> <3354> 12035
251 -<3355> <3356> 12039
252 -<3357> <3357> 8344
253 -<337f> <337f> 8324
254 -<ff08> <ff09> 7899
255 -<ff0c> <ff0c> 8268
256 -<ff0e> <ff0e> 8274
257 -<ff1d> <ff1d> 7917
258 -<ff3b> <ff3b> 7903
259 -<ff3d> <ff3d> 7904
260 -<ff3f> <ff3f> 7890
261 -<ff5b> <ff5b> 7905
262 -<ff5c> <ff5c> 7896
263 -<ff5d> <ff5d> 7906
264 -<ff5e> <ff5e> 7894
265 -<ffe3> <ffe3> 7889
266 -endcidrange
267 -endcmap
268 -CMapName currentdict /CMap defineresource pop
269 -end
270 -end
271 -
272 -%%EndResource
273 -%%EOF
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniJIS-UTF16-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniJIS-UTF16-H)
6 -%%BeginResource: CMap (UniJIS-UTF16-V)
7 -%%Title: (UniJIS-UTF16-V Adobe Japan1 7)
8 -%%Version: 1.009
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2022 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from this
27 -%%Copyright: software without specific prior 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 -/UniJIS-UTF16-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 7 def
57 -end def
58 -
59 -/CMapName /UniJIS-UTF16-V def
60 -/CMapVersion 1.009 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25612] def
64 -
65 -/WMode 1 def
66 -
67 -100 begincidchar
68 -<00b0> 8269
69 -<2010> 7893
70 -<2015> 7892
71 -<2016> 7895
72 -<2025> 7898
73 -<2026> 7897
74 -<2032> 8273
75 -<2033> 8283
76 -<2190> 738
77 -<2191> 736
78 -<2192> 739
79 -<2193> 737
80 -<21c4> 8311
81 -<21c5> 8310
82 -<21c6> 8312
83 -<21e6> 8012
84 -<21e7> 8014
85 -<21e8> 8011
86 -<21e9> 8013
87 -<239b> 12148
88 -<239c> 12168
89 -<239d> 12147
90 -<239e> 12150
91 -<239f> 12168
92 -<23a0> 12149
93 -<23a1> 12156
94 -<23a2> 12168
95 -<23a3> 12155
96 -<23a4> 12158
97 -<23a5> 12168
98 -<23a6> 12157
99 -<23a7> 8168
100 -<23a8> 8167
101 -<23a9> 8166
102 -<23aa> 12168
103 -<23ab> 8172
104 -<23ac> 8171
105 -<23ad> 8170
106 -<250c> 7495
107 -<250d> 7497
108 -<250e> 7496
109 -<250f> 7498
110 -<2510> 7503
111 -<2511> 7505
112 -<2512> 7504
113 -<2513> 7506
114 -<2514> 7491
115 -<2515> 7493
116 -<2516> 7492
117 -<2517> 7494
118 -<2518> 7499
119 -<2519> 7501
120 -<251a> 7500
121 -<251b> 7502
122 -<251c> 7523
123 -<251d> 7527
124 -<251e> 7525
125 -<251f> 7524
126 -<2520> 7526
127 -<2521> 7529
128 -<2522> 7528
129 -<2525> 7535
130 -<2526> 7533
131 -<2527> 7532
132 -<2528> 7534
133 -<2529> 7537
134 -<252a> 7536
135 -<252b> 7538
136 -<252c> 7515
137 -<2530> 7516
138 -<2534> 7507
139 -<2538> 7508
140 -<2540> 7541
141 -<2541> 7540
142 -<2542> 7542
143 -<2543> 7547
144 -<2544> 7549
145 -<2545> 7546
146 -<2546> 7548
147 -<2547> 7553
148 -<2548> 7552
149 -<261c> 8221
150 -<261d> 8219
151 -<261e> 8222
152 -<261f> 8220
153 -<2702> 12178
154 -<27a1> 8209
155 -<301c> 7894
156 -<301d> 7956
157 -<301f> 7957
158 -<3041> 7918
159 -<3043> 7919
160 -<3045> 7920
161 -<3047> 7921
162 -<3049> 7922
163 -<3063> 7923
164 -<3083> 7924
165 -<3085> 7925
166 -<3087> 7926
167 -<308e> 7927
168 -endcidchar
169 -
170 -86 begincidchar
171 -<309b> 8272
172 -<309c> 8271
173 -<30a0> 16331
174 -<30a1> 7928
175 -<30a3> 7929
176 -<30a5> 7930
177 -<30a7> 7931
178 -<30a9> 7932
179 -<30c3> 7933
180 -<30e3> 7934
181 -<30e5> 7935
182 -<30e7> 7936
183 -<30ee> 7937
184 -<30fc> 7891
185 -<32ff> 23059
186 -<3300> 8350
187 -<3303> 8338
188 -<3304> 11960
189 -<3305> 8333
190 -<3306> 11961
191 -<3307> 11965
192 -<3308> 11963
193 -<3309> 11968
194 -<330a> 11966
195 -<330b> 11970
196 -<330c> 11972
197 -<330d> 7950
198 -<3314> 7941
199 -<3315> 8340
200 -<3316> 8330
201 -<3317> 11980
202 -<3318> 8339
203 -<3319> 11982
204 -<331e> 8353
205 -<3322> 8329
206 -<3323> 8348
207 -<3324> 11991
208 -<3325> 11993
209 -<3326> 7951
210 -<3327> 7945
211 -<332a> 8356
212 -<332b> 7953
213 -<332d> 11999
214 -<3331> 8358
215 -<3332> 12005
216 -<3333> 8334
217 -<3336> 7947
218 -<3337> 12014
219 -<3338> 12016
220 -<3339> 8343
221 -<333a> 12017
222 -<333b> 8349
223 -<333c> 12010
224 -<333d> 12018
225 -<3341> 12019
226 -<3342> 8347
227 -<3347> 8357
228 -<3348> 12027
229 -<3349> 7940
230 -<334a> 7954
231 -<334d> 7943
232 -<334e> 8337
233 -<3351> 7948
234 -<3352> 12034
235 -<3353> 12038
236 -<3354> 12035
237 -<3357> 8344
238 -<337b> 12044
239 -<337c> 12043
240 -<337d> 12042
241 -<337e> 12041
242 -<337f> 8324
243 -<d82cdd32> 12270
244 -<d82cdd55> 12272
245 -<ff0c> 8268
246 -<ff0e> 8274
247 -<ff1a> 12101
248 -<ff1d> 7917
249 -<ff3b> 7903
250 -<ff3d> 7904
251 -<ff3f> 7890
252 -<ff5b> 7905
253 -<ff5c> 7896
254 -<ff5d> 7906
255 -<ff5e> 7894
256 -<ffe3> 7889
257 -endcidchar
258 -
259 -37 begincidrange
260 -<23b0> <23b1> 16350
261 -<2500> <2501> 7481
262 -<2502> <2503> 7479
263 -<2504> <2505> 7485
264 -<2506> <2507> 7483
265 -<2508> <2509> 7489
266 -<250a> <250b> 7487
267 -<2523> <2524> 7530
268 -<252d> <252f> 7517
269 -<2531> <2533> 7520
270 -<2535> <2537> 7509
271 -<2539> <253b> 7512
272 -<253d> <253f> 7543
273 -<2549> <254a> 7550
274 -<3001> <3002> 7887
275 -<3008> <3011> 7907
276 -<3014> <3015> 7901
277 -<3016> <3017> 16329
278 -<3018> <3019> 12139
279 -<3095> <3096> 8264
280 -<30f5> <30f6> 7938
281 -<31f0> <31f9> 16333
282 -<31fa> <31ff> 16344
283 -<3301> <3302> 11958
284 -<330e> <3313> 11973
285 -<331a> <331d> 11984
286 -<331f> <3321> 11988
287 -<3328> <3329> 11996
288 -<332e> <3330> 12002
289 -<3334> <3335> 12008
290 -<333e> <3340> 12020
291 -<3343> <3346> 12023
292 -<334b> <334c> 12028
293 -<334f> <3350> 12030
294 -<3355> <3356> 12039
295 -<ff08> <ff09> 7899
296 -<ff5f> <ff60> 12141
297 -endcidrange
298 -
299 -endcmap
300 -CMapName currentdict /CMap defineresource pop
301 -end
302 -end
303 -
304 -%%EndResource
305 -%%EOF
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniJIS-UTF32-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniJIS-UTF32-H)
6 -%%BeginResource: CMap (UniJIS-UTF32-V)
7 -%%Title: (UniJIS-UTF32-V Adobe Japan1 7)
8 -%%Version: 1.009
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2022 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from this
27 -%%Copyright: software without specific prior 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 -/UniJIS-UTF32-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 7 def
57 -end def
58 -
59 -/CMapName /UniJIS-UTF32-V def
60 -/CMapVersion 1.009 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25610] def
64 -
65 -/WMode 1 def
66 -
67 -100 begincidchar
68 -<000000b0> 8269
69 -<00002010> 7893
70 -<00002015> 7892
71 -<00002016> 7895
72 -<00002025> 7898
73 -<00002026> 7897
74 -<00002032> 8273
75 -<00002033> 8283
76 -<00002190> 738
77 -<00002191> 736
78 -<00002192> 739
79 -<00002193> 737
80 -<000021c4> 8311
81 -<000021c5> 8310
82 -<000021c6> 8312
83 -<000021e6> 8012
84 -<000021e7> 8014
85 -<000021e8> 8011
86 -<000021e9> 8013
87 -<0000239b> 12148
88 -<0000239c> 12168
89 -<0000239d> 12147
90 -<0000239e> 12150
91 -<0000239f> 12168
92 -<000023a0> 12149
93 -<000023a1> 12156
94 -<000023a2> 12168
95 -<000023a3> 12155
96 -<000023a4> 12158
97 -<000023a5> 12168
98 -<000023a6> 12157
99 -<000023a7> 8168
100 -<000023a8> 8167
101 -<000023a9> 8166
102 -<000023aa> 12168
103 -<000023ab> 8172
104 -<000023ac> 8171
105 -<000023ad> 8170
106 -<0000250c> 7495
107 -<0000250d> 7497
108 -<0000250e> 7496
109 -<0000250f> 7498
110 -<00002510> 7503
111 -<00002511> 7505
112 -<00002512> 7504
113 -<00002513> 7506
114 -<00002514> 7491
115 -<00002515> 7493
116 -<00002516> 7492
117 -<00002517> 7494
118 -<00002518> 7499
119 -<00002519> 7501
120 -<0000251a> 7500
121 -<0000251b> 7502
122 -<0000251c> 7523
123 -<0000251d> 7527
124 -<0000251e> 7525
125 -<0000251f> 7524
126 -<00002520> 7526
127 -<00002521> 7529
128 -<00002522> 7528
129 -<00002525> 7535
130 -<00002526> 7533
131 -<00002527> 7532
132 -<00002528> 7534
133 -<00002529> 7537
134 -<0000252a> 7536
135 -<0000252b> 7538
136 -<0000252c> 7515
137 -<00002530> 7516
138 -<00002534> 7507
139 -<00002538> 7508
140 -<00002540> 7541
141 -<00002541> 7540
142 -<00002542> 7542
143 -<00002543> 7547
144 -<00002544> 7549
145 -<00002545> 7546
146 -<00002546> 7548
147 -<00002547> 7553
148 -<00002548> 7552
149 -<0000261c> 8221
150 -<0000261d> 8219
151 -<0000261e> 8222
152 -<0000261f> 8220
153 -<00002702> 12178
154 -<000027a1> 8209
155 -<0000301c> 7894
156 -<0000301d> 7956
157 -<0000301f> 7957
158 -<00003041> 7918
159 -<00003043> 7919
160 -<00003045> 7920
161 -<00003047> 7921
162 -<00003049> 7922
163 -<00003063> 7923
164 -<00003083> 7924
165 -<00003085> 7925
166 -<00003087> 7926
167 -<0000308e> 7927
168 -endcidchar
169 -
170 -86 begincidchar
171 -<0000309b> 8272
172 -<0000309c> 8271
173 -<000030a0> 16331
174 -<000030a1> 7928
175 -<000030a3> 7929
176 -<000030a5> 7930
177 -<000030a7> 7931
178 -<000030a9> 7932
179 -<000030c3> 7933
180 -<000030e3> 7934
181 -<000030e5> 7935
182 -<000030e7> 7936
183 -<000030ee> 7937
184 -<000030fc> 7891
185 -<000032ff> 23059
186 -<00003300> 8350
187 -<00003303> 8338
188 -<00003304> 11960
189 -<00003305> 8333
190 -<00003306> 11961
191 -<00003307> 11965
192 -<00003308> 11963
193 -<00003309> 11968
194 -<0000330a> 11966
195 -<0000330b> 11970
196 -<0000330c> 11972
197 -<0000330d> 7950
198 -<00003314> 7941
199 -<00003315> 8340
200 -<00003316> 8330
201 -<00003317> 11980
202 -<00003318> 8339
203 -<00003319> 11982
204 -<0000331e> 8353
205 -<00003322> 8329
206 -<00003323> 8348
207 -<00003324> 11991
208 -<00003325> 11993
209 -<00003326> 7951
210 -<00003327> 7945
211 -<0000332a> 8356
212 -<0000332b> 7953
213 -<0000332d> 11999
214 -<00003331> 8358
215 -<00003332> 12005
216 -<00003333> 8334
217 -<00003336> 7947
218 -<00003337> 12014
219 -<00003338> 12016
220 -<00003339> 8343
221 -<0000333a> 12017
222 -<0000333b> 8349
223 -<0000333c> 12010
224 -<0000333d> 12018
225 -<00003341> 12019
226 -<00003342> 8347
227 -<00003347> 8357
228 -<00003348> 12027
229 -<00003349> 7940
230 -<0000334a> 7954
231 -<0000334d> 7943
232 -<0000334e> 8337
233 -<00003351> 7948
234 -<00003352> 12034
235 -<00003353> 12038
236 -<00003354> 12035
237 -<00003357> 8344
238 -<0000337b> 12044
239 -<0000337c> 12043
240 -<0000337d> 12042
241 -<0000337e> 12041
242 -<0000337f> 8324
243 -<0000ff0c> 8268
244 -<0000ff0e> 8274
245 -<0000ff1a> 12101
246 -<0000ff1d> 7917
247 -<0000ff3b> 7903
248 -<0000ff3d> 7904
249 -<0000ff3f> 7890
250 -<0000ff5b> 7905
251 -<0000ff5c> 7896
252 -<0000ff5d> 7906
253 -<0000ff5e> 7894
254 -<0000ffe3> 7889
255 -<0001b132> 12270
256 -<0001b155> 12272
257 -endcidchar
258 -
259 -37 begincidrange
260 -<000023b0> <000023b1> 16350
261 -<00002500> <00002501> 7481
262 -<00002502> <00002503> 7479
263 -<00002504> <00002505> 7485
264 -<00002506> <00002507> 7483
265 -<00002508> <00002509> 7489
266 -<0000250a> <0000250b> 7487
267 -<00002523> <00002524> 7530
268 -<0000252d> <0000252f> 7517
269 -<00002531> <00002533> 7520
270 -<00002535> <00002537> 7509
271 -<00002539> <0000253b> 7512
272 -<0000253d> <0000253f> 7543
273 -<00002549> <0000254a> 7550
274 -<00003001> <00003002> 7887
275 -<00003008> <00003011> 7907
276 -<00003014> <00003015> 7901
277 -<00003016> <00003017> 16329
278 -<00003018> <00003019> 12139
279 -<00003095> <00003096> 8264
280 -<000030f5> <000030f6> 7938
281 -<000031f0> <000031f9> 16333
282 -<000031fa> <000031ff> 16344
283 -<00003301> <00003302> 11958
284 -<0000330e> <00003313> 11973
285 -<0000331a> <0000331d> 11984
286 -<0000331f> <00003321> 11988
287 -<00003328> <00003329> 11996
288 -<0000332e> <00003330> 12002
289 -<00003334> <00003335> 12008
290 -<0000333e> <00003340> 12020
291 -<00003343> <00003346> 12023
292 -<0000334b> <0000334c> 12028
293 -<0000334f> <00003350> 12030
294 -<00003355> <00003356> 12039
295 -<0000ff08> <0000ff09> 7899
296 -<0000ff5f> <0000ff60> 12141
297 -endcidrange
298 -
299 -endcmap
300 -CMapName currentdict /CMap defineresource pop
301 -end
302 -end
303 -
304 -%%EndResource
305 -%%EOF
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniJIS-UTF8-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniJIS-UTF8-H)
6 -%%BeginResource: CMap (UniJIS-UTF8-V)
7 -%%Title: (UniJIS-UTF8-V Adobe Japan1 7)
8 -%%Version: 13.009
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2022 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from this
27 -%%Copyright: software without specific prior 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 -/UniJIS-UTF8-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 7 def
57 -end def
58 -
59 -/CMapName /UniJIS-UTF8-V def
60 -/CMapVersion 13.009 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25440] def
64 -
65 -/WMode 1 def
66 -
67 -100 begincidchar
68 -<c2b0> 8269
69 -<e28090> 7893
70 -<e28095> 7892
71 -<e28096> 7895
72 -<e280a5> 7898
73 -<e280a6> 7897
74 -<e280b2> 8273
75 -<e280b3> 8283
76 -<e28690> 738
77 -<e28691> 736
78 -<e28692> 739
79 -<e28693> 737
80 -<e28784> 8311
81 -<e28785> 8310
82 -<e28786> 8312
83 -<e287a6> 8012
84 -<e287a7> 8014
85 -<e287a8> 8011
86 -<e287a9> 8013
87 -<e28e9b> 12148
88 -<e28e9c> 12168
89 -<e28e9d> 12147
90 -<e28e9e> 12150
91 -<e28e9f> 12168
92 -<e28ea0> 12149
93 -<e28ea1> 12156
94 -<e28ea2> 12168
95 -<e28ea3> 12155
96 -<e28ea4> 12158
97 -<e28ea5> 12168
98 -<e28ea6> 12157
99 -<e28ea7> 8168
100 -<e28ea8> 8167
101 -<e28ea9> 8166
102 -<e28eaa> 12168
103 -<e28eab> 8172
104 -<e28eac> 8171
105 -<e28ead> 8170
106 -<e2948c> 7495
107 -<e2948d> 7497
108 -<e2948e> 7496
109 -<e2948f> 7498
110 -<e29490> 7503
111 -<e29491> 7505
112 -<e29492> 7504
113 -<e29493> 7506
114 -<e29494> 7491
115 -<e29495> 7493
116 -<e29496> 7492
117 -<e29497> 7494
118 -<e29498> 7499
119 -<e29499> 7501
120 -<e2949a> 7500
121 -<e2949b> 7502
122 -<e2949c> 7523
123 -<e2949d> 7527
124 -<e2949e> 7525
125 -<e2949f> 7524
126 -<e294a0> 7526
127 -<e294a1> 7529
128 -<e294a2> 7528
129 -<e294a5> 7535
130 -<e294a6> 7533
131 -<e294a7> 7532
132 -<e294a8> 7534
133 -<e294a9> 7537
134 -<e294aa> 7536
135 -<e294ab> 7538
136 -<e294ac> 7515
137 -<e294b0> 7516
138 -<e294b4> 7507
139 -<e294b8> 7508
140 -<e29580> 7541
141 -<e29581> 7540
142 -<e29582> 7542
143 -<e29583> 7547
144 -<e29584> 7549
145 -<e29585> 7546
146 -<e29586> 7548
147 -<e29587> 7553
148 -<e29588> 7552
149 -<e2989c> 8221
150 -<e2989d> 8219
151 -<e2989e> 8222
152 -<e2989f> 8220
153 -<e29c82> 12178
154 -<e29ea1> 8209
155 -<e3809c> 7894
156 -<e3809d> 7956
157 -<e3809f> 7957
158 -<e38181> 7918
159 -<e38183> 7919
160 -<e38185> 7920
161 -<e38187> 7921
162 -<e38189> 7922
163 -<e381a3> 7923
164 -<e38283> 7924
165 -<e38285> 7925
166 -<e38287> 7926
167 -<e3828e> 7927
168 -endcidchar
169 -
170 -87 begincidchar
171 -<e3829b> 8272
172 -<e3829c> 8271
173 -<e382a0> 16331
174 -<e382a1> 7928
175 -<e382a3> 7929
176 -<e382a5> 7930
177 -<e382a7> 7931
178 -<e382a9> 7932
179 -<e38383> 7933
180 -<e383a3> 7934
181 -<e383a5> 7935
182 -<e383a7> 7936
183 -<e383ae> 7937
184 -<e383bc> 7891
185 -<e38bbf> 23059
186 -<e38c80> 8350
187 -<e38c83> 8338
188 -<e38c84> 11960
189 -<e38c85> 8333
190 -<e38c86> 11961
191 -<e38c87> 11965
192 -<e38c88> 11963
193 -<e38c89> 11968
194 -<e38c8a> 11966
195 -<e38c8b> 11970
196 -<e38c8c> 11972
197 -<e38c8d> 7950
198 -<e38c94> 7941
199 -<e38c95> 8340
200 -<e38c96> 8330
201 -<e38c97> 11980
202 -<e38c98> 8339
203 -<e38c99> 11982
204 -<e38c9e> 8353
205 -<e38ca2> 8329
206 -<e38ca3> 8348
207 -<e38ca4> 11991
208 -<e38ca5> 11993
209 -<e38ca6> 7951
210 -<e38ca7> 7945
211 -<e38caa> 8356
212 -<e38cab> 7953
213 -<e38cad> 11999
214 -<e38cb1> 8358
215 -<e38cb2> 12005
216 -<e38cb3> 8334
217 -<e38cb6> 7947
218 -<e38cb7> 12014
219 -<e38cb8> 12016
220 -<e38cb9> 8343
221 -<e38cba> 12017
222 -<e38cbb> 8349
223 -<e38cbc> 12010
224 -<e38cbd> 12018
225 -<e38d80> 12022
226 -<e38d81> 12019
227 -<e38d82> 8347
228 -<e38d87> 8357
229 -<e38d88> 12027
230 -<e38d89> 7940
231 -<e38d8a> 7954
232 -<e38d8d> 7943
233 -<e38d8e> 8337
234 -<e38d91> 7948
235 -<e38d92> 12034
236 -<e38d93> 12038
237 -<e38d94> 12035
238 -<e38d97> 8344
239 -<e38dbb> 12044
240 -<e38dbc> 12043
241 -<e38dbd> 12042
242 -<e38dbe> 12041
243 -<e38dbf> 8324
244 -<efbc8c> 8268
245 -<efbc8e> 8274
246 -<efbc9a> 12101
247 -<efbc9d> 7917
248 -<efbcbb> 7903
249 -<efbcbd> 7904
250 -<efbcbf> 7890
251 -<efbd9b> 7905
252 -<efbd9c> 7896
253 -<efbd9d> 7906
254 -<efbd9e> 7894
255 -<efbfa3> 7889
256 -<f09b84b2> 12270
257 -<f09b8595> 12272
258 -endcidchar
259 -
260 -37 begincidrange
261 -<e28eb0> <e28eb1> 16350
262 -<e29480> <e29481> 7481
263 -<e29482> <e29483> 7479
264 -<e29484> <e29485> 7485
265 -<e29486> <e29487> 7483
266 -<e29488> <e29489> 7489
267 -<e2948a> <e2948b> 7487
268 -<e294a3> <e294a4> 7530
269 -<e294ad> <e294af> 7517
270 -<e294b1> <e294b3> 7520
271 -<e294b5> <e294b7> 7509
272 -<e294b9> <e294bb> 7512
273 -<e294bd> <e294bf> 7543
274 -<e29589> <e2958a> 7550
275 -<e38081> <e38082> 7887
276 -<e38088> <e38091> 7907
277 -<e38094> <e38095> 7901
278 -<e38096> <e38097> 16329
279 -<e38098> <e38099> 12139
280 -<e38295> <e38296> 8264
281 -<e383b5> <e383b6> 7938
282 -<e387b0> <e387b9> 16333
283 -<e387ba> <e387bf> 16344
284 -<e38c81> <e38c82> 11958
285 -<e38c8e> <e38c93> 11973
286 -<e38c9a> <e38c9d> 11984
287 -<e38c9f> <e38ca1> 11988
288 -<e38ca8> <e38ca9> 11996
289 -<e38cae> <e38cb0> 12002
290 -<e38cb4> <e38cb5> 12008
291 -<e38cbe> <e38cbf> 12020
292 -<e38d83> <e38d86> 12023
293 -<e38d8b> <e38d8c> 12028
294 -<e38d8f> <e38d90> 12030
295 -<e38d95> <e38d96> 12039
296 -<efbc88> <efbc89> 7899
297 -<efbd9f> <efbda0> 12141
298 -endcidrange
299 -
300 -endcmap
301 -CMapName currentdict /CMap defineresource pop
302 -end
303 -end
304 -
305 -%%EndResource
306 -%%EOF
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniJIS2004-UTF16-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniJIS2004-UTF16-H)
6 -%%BeginResource: CMap (UniJIS2004-UTF16-V)
7 -%%Title: (UniJIS2004-UTF16-V Adobe Japan1 7)
8 -%%Version: 1.007
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2022 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from this
27 -%%Copyright: software without specific prior 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 -/UniJIS2004-UTF16-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 7 def
57 -end def
58 -
59 -/CMapName /UniJIS2004-UTF16-V def
60 -/CMapVersion 1.007 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25630] def
64 -
65 -/WMode 1 def
66 -
67 -100 begincidchar
68 -<00b0> 8269
69 -<2010> 7893
70 -<2015> 7892
71 -<2016> 7895
72 -<2025> 7898
73 -<2026> 7897
74 -<2032> 8273
75 -<2033> 8283
76 -<2190> 738
77 -<2191> 736
78 -<2192> 739
79 -<2193> 737
80 -<21c4> 8311
81 -<21c5> 8310
82 -<21c6> 8312
83 -<21e6> 8012
84 -<21e7> 8014
85 -<21e8> 8011
86 -<21e9> 8013
87 -<239b> 12148
88 -<239c> 12168
89 -<239d> 12147
90 -<239e> 12150
91 -<239f> 12168
92 -<23a0> 12149
93 -<23a1> 12156
94 -<23a2> 12168
95 -<23a3> 12155
96 -<23a4> 12158
97 -<23a5> 12168
98 -<23a6> 12157
99 -<23a7> 8168
100 -<23a8> 8167
101 -<23a9> 8166
102 -<23aa> 12168
103 -<23ab> 8172
104 -<23ac> 8171
105 -<23ad> 8170
106 -<250c> 7495
107 -<250d> 7497
108 -<250e> 7496
109 -<250f> 7498
110 -<2510> 7503
111 -<2511> 7505
112 -<2512> 7504
113 -<2513> 7506
114 -<2514> 7491
115 -<2515> 7493
116 -<2516> 7492
117 -<2517> 7494
118 -<2518> 7499
119 -<2519> 7501
120 -<251a> 7500
121 -<251b> 7502
122 -<251c> 7523
123 -<251d> 7527
124 -<251e> 7525
125 -<251f> 7524
126 -<2520> 7526
127 -<2521> 7529
128 -<2522> 7528
129 -<2525> 7535
130 -<2526> 7533
131 -<2527> 7532
132 -<2528> 7534
133 -<2529> 7537
134 -<252a> 7536
135 -<252b> 7538
136 -<252c> 7515
137 -<2530> 7516
138 -<2534> 7507
139 -<2538> 7508
140 -<2540> 7541
141 -<2541> 7540
142 -<2542> 7542
143 -<2543> 7547
144 -<2544> 7549
145 -<2545> 7546
146 -<2546> 7548
147 -<2547> 7553
148 -<2548> 7552
149 -<261c> 8221
150 -<261d> 8219
151 -<261e> 8222
152 -<261f> 8220
153 -<2702> 12178
154 -<27a1> 8209
155 -<301c> 7894
156 -<301d> 7956
157 -<301f> 7957
158 -<3041> 7918
159 -<3043> 7919
160 -<3045> 7920
161 -<3047> 7921
162 -<3049> 7922
163 -<3063> 7923
164 -<3083> 7924
165 -<3085> 7925
166 -<3087> 7926
167 -<308e> 7927
168 -endcidchar
169 -
170 -86 begincidchar
171 -<309b> 8272
172 -<309c> 8271
173 -<30a0> 16331
174 -<30a1> 7928
175 -<30a3> 7929
176 -<30a5> 7930
177 -<30a7> 7931
178 -<30a9> 7932
179 -<30c3> 7933
180 -<30e3> 7934
181 -<30e5> 7935
182 -<30e7> 7936
183 -<30ee> 7937
184 -<30fc> 7891
185 -<32ff> 23059
186 -<3300> 8350
187 -<3303> 8338
188 -<3304> 11960
189 -<3305> 8333
190 -<3306> 11961
191 -<3307> 11965
192 -<3308> 11963
193 -<3309> 11968
194 -<330a> 11966
195 -<330b> 11970
196 -<330c> 11972
197 -<330d> 7950
198 -<3314> 7941
199 -<3315> 8340
200 -<3316> 8330
201 -<3317> 11980
202 -<3318> 8339
203 -<3319> 11982
204 -<331e> 8353
205 -<3322> 8329
206 -<3323> 8348
207 -<3324> 11991
208 -<3325> 11993
209 -<3326> 7951
210 -<3327> 7945
211 -<332a> 8356
212 -<332b> 7953
213 -<332d> 11999
214 -<3331> 8358
215 -<3332> 12005
216 -<3333> 8334
217 -<3336> 7947
218 -<3337> 12014
219 -<3338> 12016
220 -<3339> 8343
221 -<333a> 12017
222 -<333b> 8349
223 -<333c> 12010
224 -<333d> 12018
225 -<3341> 12019
226 -<3342> 8347
227 -<3347> 8357
228 -<3348> 12027
229 -<3349> 7940
230 -<334a> 7954
231 -<334d> 7943
232 -<334e> 8337
233 -<3351> 7948
234 -<3352> 12034
235 -<3353> 12038
236 -<3354> 12035
237 -<3357> 8344
238 -<337b> 12044
239 -<337c> 12043
240 -<337d> 12042
241 -<337e> 12041
242 -<337f> 8324
243 -<d82cdd32> 12270
244 -<d82cdd55> 12272
245 -<ff0c> 8268
246 -<ff0e> 8274
247 -<ff1a> 12101
248 -<ff1d> 7917
249 -<ff3b> 7903
250 -<ff3d> 7904
251 -<ff3f> 7890
252 -<ff5b> 7905
253 -<ff5c> 7896
254 -<ff5d> 7906
255 -<ff5e> 7894
256 -<ffe3> 7889
257 -endcidchar
258 -
259 -37 begincidrange
260 -<23b0> <23b1> 16350
261 -<2500> <2501> 7481
262 -<2502> <2503> 7479
263 -<2504> <2505> 7485
264 -<2506> <2507> 7483
265 -<2508> <2509> 7489
266 -<250a> <250b> 7487
267 -<2523> <2524> 7530
268 -<252d> <252f> 7517
269 -<2531> <2533> 7520
270 -<2535> <2537> 7509
271 -<2539> <253b> 7512
272 -<253d> <253f> 7543
273 -<2549> <254a> 7550
274 -<3001> <3002> 7887
275 -<3008> <3011> 7907
276 -<3014> <3015> 7901
277 -<3016> <3017> 16329
278 -<3018> <3019> 12139
279 -<3095> <3096> 8264
280 -<30f5> <30f6> 7938
281 -<31f0> <31f9> 16333
282 -<31fa> <31ff> 16344
283 -<3301> <3302> 11958
284 -<330e> <3313> 11973
285 -<331a> <331d> 11984
286 -<331f> <3321> 11988
287 -<3328> <3329> 11996
288 -<332e> <3330> 12002
289 -<3334> <3335> 12008
290 -<333e> <3340> 12020
291 -<3343> <3346> 12023
292 -<334b> <334c> 12028
293 -<334f> <3350> 12030
294 -<3355> <3356> 12039
295 -<ff08> <ff09> 7899
296 -<ff5f> <ff60> 12141
297 -endcidrange
298 -
299 -endcmap
300 -CMapName currentdict /CMap defineresource pop
301 -end
302 -end
303 -
304 -%%EndResource
305 -%%EOF
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniJIS2004-UTF32-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniJIS2004-UTF32-H)
6 -%%BeginResource: CMap (UniJIS2004-UTF32-V)
7 -%%Title: (UniJIS2004-UTF32-V Adobe Japan1 7)
8 -%%Version: 1.007
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2022 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from this
27 -%%Copyright: software without specific prior 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 -/UniJIS2004-UTF32-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 7 def
57 -end def
58 -
59 -/CMapName /UniJIS2004-UTF32-V def
60 -/CMapVersion 1.007 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25618] def
64 -
65 -/WMode 1 def
66 -
67 -100 begincidchar
68 -<000000b0> 8269
69 -<00002010> 7893
70 -<00002015> 7892
71 -<00002016> 7895
72 -<00002025> 7898
73 -<00002026> 7897
74 -<00002032> 8273
75 -<00002033> 8283
76 -<00002190> 738
77 -<00002191> 736
78 -<00002192> 739
79 -<00002193> 737
80 -<000021c4> 8311
81 -<000021c5> 8310
82 -<000021c6> 8312
83 -<000021e6> 8012
84 -<000021e7> 8014
85 -<000021e8> 8011
86 -<000021e9> 8013
87 -<0000239b> 12148
88 -<0000239c> 12168
89 -<0000239d> 12147
90 -<0000239e> 12150
91 -<0000239f> 12168
92 -<000023a0> 12149
93 -<000023a1> 12156
94 -<000023a2> 12168
95 -<000023a3> 12155
96 -<000023a4> 12158
97 -<000023a5> 12168
98 -<000023a6> 12157
99 -<000023a7> 8168
100 -<000023a8> 8167
101 -<000023a9> 8166
102 -<000023aa> 12168
103 -<000023ab> 8172
104 -<000023ac> 8171
105 -<000023ad> 8170
106 -<0000250c> 7495
107 -<0000250d> 7497
108 -<0000250e> 7496
109 -<0000250f> 7498
110 -<00002510> 7503
111 -<00002511> 7505
112 -<00002512> 7504
113 -<00002513> 7506
114 -<00002514> 7491
115 -<00002515> 7493
116 -<00002516> 7492
117 -<00002517> 7494
118 -<00002518> 7499
119 -<00002519> 7501
120 -<0000251a> 7500
121 -<0000251b> 7502
122 -<0000251c> 7523
123 -<0000251d> 7527
124 -<0000251e> 7525
125 -<0000251f> 7524
126 -<00002520> 7526
127 -<00002521> 7529
128 -<00002522> 7528
129 -<00002525> 7535
130 -<00002526> 7533
131 -<00002527> 7532
132 -<00002528> 7534
133 -<00002529> 7537
134 -<0000252a> 7536
135 -<0000252b> 7538
136 -<0000252c> 7515
137 -<00002530> 7516
138 -<00002534> 7507
139 -<00002538> 7508
140 -<00002540> 7541
141 -<00002541> 7540
142 -<00002542> 7542
143 -<00002543> 7547
144 -<00002544> 7549
145 -<00002545> 7546
146 -<00002546> 7548
147 -<00002547> 7553
148 -<00002548> 7552
149 -<0000261c> 8221
150 -<0000261d> 8219
151 -<0000261e> 8222
152 -<0000261f> 8220
153 -<00002702> 12178
154 -<000027a1> 8209
155 -<0000301c> 7894
156 -<0000301d> 7956
157 -<0000301f> 7957
158 -<00003041> 7918
159 -<00003043> 7919
160 -<00003045> 7920
161 -<00003047> 7921
162 -<00003049> 7922
163 -<00003063> 7923
164 -<00003083> 7924
165 -<00003085> 7925
166 -<00003087> 7926
167 -<0000308e> 7927
168 -endcidchar
169 -
170 -86 begincidchar
171 -<0000309b> 8272
172 -<0000309c> 8271
173 -<000030a0> 16331
174 -<000030a1> 7928
175 -<000030a3> 7929
176 -<000030a5> 7930
177 -<000030a7> 7931
178 -<000030a9> 7932
179 -<000030c3> 7933
180 -<000030e3> 7934
181 -<000030e5> 7935
182 -<000030e7> 7936
183 -<000030ee> 7937
184 -<000030fc> 7891
185 -<000032ff> 23059
186 -<00003300> 8350
187 -<00003303> 8338
188 -<00003304> 11960
189 -<00003305> 8333
190 -<00003306> 11961
191 -<00003307> 11965
192 -<00003308> 11963
193 -<00003309> 11968
194 -<0000330a> 11966
195 -<0000330b> 11970
196 -<0000330c> 11972
197 -<0000330d> 7950
198 -<00003314> 7941
199 -<00003315> 8340
200 -<00003316> 8330
201 -<00003317> 11980
202 -<00003318> 8339
203 -<00003319> 11982
204 -<0000331e> 8353
205 -<00003322> 8329
206 -<00003323> 8348
207 -<00003324> 11991
208 -<00003325> 11993
209 -<00003326> 7951
210 -<00003327> 7945
211 -<0000332a> 8356
212 -<0000332b> 7953
213 -<0000332d> 11999
214 -<00003331> 8358
215 -<00003332> 12005
216 -<00003333> 8334
217 -<00003336> 7947
218 -<00003337> 12014
219 -<00003338> 12016
220 -<00003339> 8343
221 -<0000333a> 12017
222 -<0000333b> 8349
223 -<0000333c> 12010
224 -<0000333d> 12018
225 -<00003341> 12019
226 -<00003342> 8347
227 -<00003347> 8357
228 -<00003348> 12027
229 -<00003349> 7940
230 -<0000334a> 7954
231 -<0000334d> 7943
232 -<0000334e> 8337
233 -<00003351> 7948
234 -<00003352> 12034
235 -<00003353> 12038
236 -<00003354> 12035
237 -<00003357> 8344
238 -<0000337b> 12044
239 -<0000337c> 12043
240 -<0000337d> 12042
241 -<0000337e> 12041
242 -<0000337f> 8324
243 -<0000ff0c> 8268
244 -<0000ff0e> 8274
245 -<0000ff1a> 12101
246 -<0000ff1d> 7917
247 -<0000ff3b> 7903
248 -<0000ff3d> 7904
249 -<0000ff3f> 7890
250 -<0000ff5b> 7905
251 -<0000ff5c> 7896
252 -<0000ff5d> 7906
253 -<0000ff5e> 7894
254 -<0000ffe3> 7889
255 -<0001b132> 12270
256 -<0001b155> 12272
257 -endcidchar
258 -
259 -37 begincidrange
260 -<000023b0> <000023b1> 16350
261 -<00002500> <00002501> 7481
262 -<00002502> <00002503> 7479
263 -<00002504> <00002505> 7485
264 -<00002506> <00002507> 7483
265 -<00002508> <00002509> 7489
266 -<0000250a> <0000250b> 7487
267 -<00002523> <00002524> 7530
268 -<0000252d> <0000252f> 7517
269 -<00002531> <00002533> 7520
270 -<00002535> <00002537> 7509
271 -<00002539> <0000253b> 7512
272 -<0000253d> <0000253f> 7543
273 -<00002549> <0000254a> 7550
274 -<00003001> <00003002> 7887
275 -<00003008> <00003011> 7907
276 -<00003014> <00003015> 7901
277 -<00003016> <00003017> 16329
278 -<00003018> <00003019> 12139
279 -<00003095> <00003096> 8264
280 -<000030f5> <000030f6> 7938
281 -<000031f0> <000031f9> 16333
282 -<000031fa> <000031ff> 16344
283 -<00003301> <00003302> 11958
284 -<0000330e> <00003313> 11973
285 -<0000331a> <0000331d> 11984
286 -<0000331f> <00003321> 11988
287 -<00003328> <00003329> 11996
288 -<0000332e> <00003330> 12002
289 -<00003334> <00003335> 12008
290 -<0000333e> <00003340> 12020
291 -<00003343> <00003346> 12023
292 -<0000334b> <0000334c> 12028
293 -<0000334f> <00003350> 12030
294 -<00003355> <00003356> 12039
295 -<0000ff08> <0000ff09> 7899
296 -<0000ff5f> <0000ff60> 12141
297 -endcidrange
298 -
299 -endcmap
300 -CMapName currentdict /CMap defineresource pop
301 -end
302 -end
303 -
304 -%%EndResource
305 -%%EOF
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniJIS2004-UTF8-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniJIS2004-UTF8-H)
6 -%%BeginResource: CMap (UniJIS2004-UTF8-V)
7 -%%Title: (UniJIS2004-UTF8-V Adobe Japan1 7)
8 -%%Version: 1.007
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2022 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from this
27 -%%Copyright: software without specific prior 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 -/UniJIS2004-UTF8-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 7 def
57 -end def
58 -
59 -/CMapName /UniJIS2004-UTF8-V def
60 -/CMapVersion 1.007 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25632] def
64 -
65 -/WMode 1 def
66 -
67 -100 begincidchar
68 -<c2b0> 8269
69 -<e28090> 7893
70 -<e28095> 7892
71 -<e28096> 7895
72 -<e280a5> 7898
73 -<e280a6> 7897
74 -<e280b2> 8273
75 -<e280b3> 8283
76 -<e28690> 738
77 -<e28691> 736
78 -<e28692> 739
79 -<e28693> 737
80 -<e28784> 8311
81 -<e28785> 8310
82 -<e28786> 8312
83 -<e287a6> 8012
84 -<e287a7> 8014
85 -<e287a8> 8011
86 -<e287a9> 8013
87 -<e28e9b> 12148
88 -<e28e9c> 12168
89 -<e28e9d> 12147
90 -<e28e9e> 12150
91 -<e28e9f> 12168
92 -<e28ea0> 12149
93 -<e28ea1> 12156
94 -<e28ea2> 12168
95 -<e28ea3> 12155
96 -<e28ea4> 12158
97 -<e28ea5> 12168
98 -<e28ea6> 12157
99 -<e28ea7> 8168
100 -<e28ea8> 8167
101 -<e28ea9> 8166
102 -<e28eaa> 12168
103 -<e28eab> 8172
104 -<e28eac> 8171
105 -<e28ead> 8170
106 -<e2948c> 7495
107 -<e2948d> 7497
108 -<e2948e> 7496
109 -<e2948f> 7498
110 -<e29490> 7503
111 -<e29491> 7505
112 -<e29492> 7504
113 -<e29493> 7506
114 -<e29494> 7491
115 -<e29495> 7493
116 -<e29496> 7492
117 -<e29497> 7494
118 -<e29498> 7499
119 -<e29499> 7501
120 -<e2949a> 7500
121 -<e2949b> 7502
122 -<e2949c> 7523
123 -<e2949d> 7527
124 -<e2949e> 7525
125 -<e2949f> 7524
126 -<e294a0> 7526
127 -<e294a1> 7529
128 -<e294a2> 7528
129 -<e294a5> 7535
130 -<e294a6> 7533
131 -<e294a7> 7532
132 -<e294a8> 7534
133 -<e294a9> 7537
134 -<e294aa> 7536
135 -<e294ab> 7538
136 -<e294ac> 7515
137 -<e294b0> 7516
138 -<e294b4> 7507
139 -<e294b8> 7508
140 -<e29580> 7541
141 -<e29581> 7540
142 -<e29582> 7542
143 -<e29583> 7547
144 -<e29584> 7549
145 -<e29585> 7546
146 -<e29586> 7548
147 -<e29587> 7553
148 -<e29588> 7552
149 -<e2989c> 8221
150 -<e2989d> 8219
151 -<e2989e> 8222
152 -<e2989f> 8220
153 -<e29c82> 12178
154 -<e29ea1> 8209
155 -<e3809c> 7894
156 -<e3809d> 7956
157 -<e3809f> 7957
158 -<e38181> 7918
159 -<e38183> 7919
160 -<e38185> 7920
161 -<e38187> 7921
162 -<e38189> 7922
163 -<e381a3> 7923
164 -<e38283> 7924
165 -<e38285> 7925
166 -<e38287> 7926
167 -<e3828e> 7927
168 -endcidchar
169 -
170 -87 begincidchar
171 -<e3829b> 8272
172 -<e3829c> 8271
173 -<e382a0> 16331
174 -<e382a1> 7928
175 -<e382a3> 7929
176 -<e382a5> 7930
177 -<e382a7> 7931
178 -<e382a9> 7932
179 -<e38383> 7933
180 -<e383a3> 7934
181 -<e383a5> 7935
182 -<e383a7> 7936
183 -<e383ae> 7937
184 -<e383bc> 7891
185 -<e38bbf> 23059
186 -<e38c80> 8350
187 -<e38c83> 8338
188 -<e38c84> 11960
189 -<e38c85> 8333
190 -<e38c86> 11961
191 -<e38c87> 11965
192 -<e38c88> 11963
193 -<e38c89> 11968
194 -<e38c8a> 11966
195 -<e38c8b> 11970
196 -<e38c8c> 11972
197 -<e38c8d> 7950
198 -<e38c94> 7941
199 -<e38c95> 8340
200 -<e38c96> 8330
201 -<e38c97> 11980
202 -<e38c98> 8339
203 -<e38c99> 11982
204 -<e38c9e> 8353
205 -<e38ca2> 8329
206 -<e38ca3> 8348
207 -<e38ca4> 11991
208 -<e38ca5> 11993
209 -<e38ca6> 7951
210 -<e38ca7> 7945
211 -<e38caa> 8356
212 -<e38cab> 7953
213 -<e38cad> 11999
214 -<e38cb1> 8358
215 -<e38cb2> 12005
216 -<e38cb3> 8334
217 -<e38cb6> 7947
218 -<e38cb7> 12014
219 -<e38cb8> 12016
220 -<e38cb9> 8343
221 -<e38cba> 12017
222 -<e38cbb> 8349
223 -<e38cbc> 12010
224 -<e38cbd> 12018
225 -<e38d80> 12022
226 -<e38d81> 12019
227 -<e38d82> 8347
228 -<e38d87> 8357
229 -<e38d88> 12027
230 -<e38d89> 7940
231 -<e38d8a> 7954
232 -<e38d8d> 7943
233 -<e38d8e> 8337
234 -<e38d91> 7948
235 -<e38d92> 12034
236 -<e38d93> 12038
237 -<e38d94> 12035
238 -<e38d97> 8344
239 -<e38dbb> 12044
240 -<e38dbc> 12043
241 -<e38dbd> 12042
242 -<e38dbe> 12041
243 -<e38dbf> 8324
244 -<efbc8c> 8268
245 -<efbc8e> 8274
246 -<efbc9a> 12101
247 -<efbc9d> 7917
248 -<efbcbb> 7903
249 -<efbcbd> 7904
250 -<efbcbf> 7890
251 -<efbd9b> 7905
252 -<efbd9c> 7896
253 -<efbd9d> 7906
254 -<efbd9e> 7894
255 -<efbfa3> 7889
256 -<f09b84b2> 12270
257 -<f09b8595> 12272
258 -endcidchar
259 -
260 -37 begincidrange
261 -<e28eb0> <e28eb1> 16350
262 -<e29480> <e29481> 7481
263 -<e29482> <e29483> 7479
264 -<e29484> <e29485> 7485
265 -<e29486> <e29487> 7483
266 -<e29488> <e29489> 7489
267 -<e2948a> <e2948b> 7487
268 -<e294a3> <e294a4> 7530
269 -<e294ad> <e294af> 7517
270 -<e294b1> <e294b3> 7520
271 -<e294b5> <e294b7> 7509
272 -<e294b9> <e294bb> 7512
273 -<e294bd> <e294bf> 7543
274 -<e29589> <e2958a> 7550
275 -<e38081> <e38082> 7887
276 -<e38088> <e38091> 7907
277 -<e38094> <e38095> 7901
278 -<e38096> <e38097> 16329
279 -<e38098> <e38099> 12139
280 -<e38295> <e38296> 8264
281 -<e383b5> <e383b6> 7938
282 -<e387b0> <e387b9> 16333
283 -<e387ba> <e387bf> 16344
284 -<e38c81> <e38c82> 11958
285 -<e38c8e> <e38c93> 11973
286 -<e38c9a> <e38c9d> 11984
287 -<e38c9f> <e38ca1> 11988
288 -<e38ca8> <e38ca9> 11996
289 -<e38cae> <e38cb0> 12002
290 -<e38cb4> <e38cb5> 12008
291 -<e38cbe> <e38cbf> 12020
292 -<e38d83> <e38d86> 12023
293 -<e38d8b> <e38d8c> 12028
294 -<e38d8f> <e38d90> 12030
295 -<e38d95> <e38d96> 12039
296 -<efbc88> <efbc89> 7899
297 -<efbd9f> <efbda0> 12141
298 -endcidrange
299 -
300 -endcmap
301 -CMapName currentdict /CMap defineresource pop
302 -end
303 -end
304 -
305 -%%EndResource
306 -%%EOF
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniJIS-UCS2-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniJIS-UCS2-H)
6 -%%BeginResource: CMap (UniJISPro-UCS2-HW-V)
7 -%%Title: (UniJISPro-UCS2-HW-V Adobe Japan1 4)
8 -%%Version: 1.005
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2019 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from
27 -%%Copyright: this software without specific prior 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 -/UniJIS-UCS2-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 4 def
57 -end def
58 -
59 -/CMapName /UniJISPro-UCS2-HW-V def
60 -/CMapVersion 1.005 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25538] def
64 -
65 -/WMode 1 def
66 -
67 -100 begincidrange
68 -<0020> <005b> 231
69 -<005c> <005c> 8719
70 -<005d> <007e> 292
71 -<00a5> <00a5> 291
72 -<00b0> <00b0> 8269
73 -<2010> <2010> 7893
74 -<2015> <2015> 7892
75 -<2016> <2016> 7895
76 -<2018> <2019> 12173
77 -<201c> <201d> 7956
78 -<2025> <2025> 7898
79 -<2026> <2026> 7897
80 -<2032> <2032> 8273
81 -<2033> <2033> 8283
82 -<2190> <2190> 738
83 -<2191> <2191> 736
84 -<2192> <2192> 739
85 -<2193> <2193> 737
86 -<2195> <2195> 12214
87 -<21c4> <21c4> 8311
88 -<21c5> <21c5> 8310
89 -<21c6> <21c6> 8312
90 -<21e6> <21e6> 8012
91 -<21e7> <21e7> 8014
92 -<21e8> <21e8> 8011
93 -<21e9> <21e9> 8013
94 -<2225> <2225> 7895
95 -<223c> <223c> 7894
96 -<22ef> <22ef> 7897
97 -<2500> <2501> 7481
98 -<2502> <2503> 7479
99 -<2504> <2505> 7485
100 -<2506> <2507> 7483
101 -<2508> <2509> 7489
102 -<250a> <250b> 7487
103 -<250c> <250c> 7495
104 -<250d> <250d> 7497
105 -<250e> <250e> 7496
106 -<250f> <250f> 7498
107 -<2510> <2510> 7503
108 -<2511> <2511> 7505
109 -<2512> <2512> 7504
110 -<2513> <2513> 7506
111 -<2514> <2514> 7491
112 -<2515> <2515> 7493
113 -<2516> <2516> 7492
114 -<2517> <2517> 7494
115 -<2518> <2518> 7499
116 -<2519> <2519> 7501
117 -<251a> <251a> 7500
118 -<251b> <251b> 7502
119 -<251c> <251c> 7523
120 -<251d> <251d> 7527
121 -<251e> <251e> 7525
122 -<251f> <251f> 7524
123 -<2520> <2520> 7526
124 -<2521> <2521> 7529
125 -<2522> <2522> 7528
126 -<2523> <2524> 7530
127 -<2525> <2525> 7535
128 -<2526> <2526> 7533
129 -<2527> <2527> 7532
130 -<2528> <2528> 7534
131 -<2529> <2529> 7537
132 -<252a> <252a> 7536
133 -<252b> <252b> 7538
134 -<252c> <252c> 7515
135 -<252d> <252f> 7517
136 -<2530> <2530> 7516
137 -<2531> <2533> 7520
138 -<2534> <2534> 7507
139 -<2535> <2537> 7509
140 -<2538> <2538> 7508
141 -<2539> <253b> 7512
142 -<253d> <253f> 7543
143 -<2540> <2540> 7541
144 -<2541> <2541> 7540
145 -<2542> <2542> 7542
146 -<2543> <2543> 7547
147 -<2544> <2544> 7549
148 -<2545> <2545> 7546
149 -<2546> <2546> 7548
150 -<2547> <2547> 7553
151 -<2548> <2548> 7552
152 -<2549> <254a> 7550
153 -<261c> <261c> 8221
154 -<261d> <261d> 8219
155 -<261e> <261e> 8222
156 -<261f> <261f> 8220
157 -<2702> <2702> 12178
158 -<27a1> <27a1> 8209
159 -<3001> <3002> 7887
160 -<3008> <3011> 7907
161 -<3013> <3013> 8270
162 -<3014> <3015> 7901
163 -<301c> <301c> 7894
164 -<301d> <301d> 7956
165 -<301f> <301f> 7957
166 -<3041> <3041> 7918
167 -<3043> <3043> 7919
168 -endcidrange
169 -
170 -100 begincidrange
171 -<3045> <3045> 7920
172 -<3047> <3047> 7921
173 -<3049> <3049> 7922
174 -<3063> <3063> 7923
175 -<3083> <3083> 7924
176 -<3085> <3085> 7925
177 -<3087> <3087> 7926
178 -<308e> <308e> 7927
179 -<309b> <309b> 8272
180 -<309c> <309c> 8271
181 -<30a1> <30a1> 7928
182 -<30a3> <30a3> 7929
183 -<30a5> <30a5> 7930
184 -<30a7> <30a7> 7931
185 -<30a9> <30a9> 7932
186 -<30c3> <30c3> 7933
187 -<30e3> <30e3> 7934
188 -<30e5> <30e5> 7935
189 -<30e7> <30e7> 7936
190 -<30ee> <30ee> 7937
191 -<30f5> <30f6> 7938
192 -<30fc> <30fc> 7891
193 -<3300> <3300> 8350
194 -<3301> <3302> 11958
195 -<3303> <3303> 8338
196 -<3304> <3304> 11960
197 -<3305> <3305> 8333
198 -<3306> <3306> 11961
199 -<3307> <3307> 11965
200 -<3308> <3308> 11963
201 -<3309> <3309> 11968
202 -<330a> <330a> 11966
203 -<330b> <330b> 11970
204 -<330c> <330c> 11972
205 -<330d> <330d> 7950
206 -<330e> <3313> 11973
207 -<3314> <3314> 7941
208 -<3315> <3315> 8340
209 -<3316> <3316> 8330
210 -<3317> <3317> 11980
211 -<3318> <3318> 8339
212 -<3319> <3319> 11982
213 -<331a> <331d> 11984
214 -<331e> <331e> 8353
215 -<331f> <3321> 11988
216 -<3322> <3322> 8329
217 -<3323> <3323> 8348
218 -<3324> <3324> 11991
219 -<3325> <3325> 11993
220 -<3326> <3326> 7951
221 -<3327> <3327> 7945
222 -<3328> <3329> 11996
223 -<332a> <332a> 8356
224 -<332b> <332b> 7953
225 -<332d> <332d> 11999
226 -<332e> <3330> 12002
227 -<3331> <3331> 8358
228 -<3332> <3332> 12005
229 -<3333> <3333> 8334
230 -<3334> <3335> 12008
231 -<3336> <3336> 7947
232 -<3337> <3337> 12014
233 -<3338> <3338> 12016
234 -<3339> <3339> 8343
235 -<333a> <333a> 12017
236 -<333b> <333b> 8349
237 -<333c> <333c> 12010
238 -<333d> <333d> 12018
239 -<333e> <3340> 12020
240 -<3341> <3341> 12019
241 -<3342> <3342> 8347
242 -<3343> <3346> 12023
243 -<3347> <3347> 8357
244 -<3348> <3348> 12027
245 -<3349> <3349> 7940
246 -<334a> <334a> 7954
247 -<334b> <334c> 12028
248 -<334d> <334d> 7943
249 -<334e> <334e> 8337
250 -<334f> <3350> 12030
251 -<3351> <3351> 7948
252 -<3352> <3352> 12034
253 -<3353> <3353> 12038
254 -<3354> <3354> 12035
255 -<3355> <3356> 12039
256 -<3357> <3357> 8344
257 -<337b> <337b> 12044
258 -<337c> <337c> 12043
259 -<337d> <337d> 12042
260 -<337e> <337e> 12041
261 -<337f> <337f> 8324
262 -<ff08> <ff09> 7899
263 -<ff0c> <ff0c> 8268
264 -<ff0e> <ff0e> 8274
265 -<ff1a> <ff1a> 12101
266 -<ff1d> <ff1d> 7917
267 -<ff3b> <ff3b> 7903
268 -<ff3d> <ff3d> 7904
269 -<ff3f> <ff3f> 7890
270 -<ff5b> <ff5b> 7905
271 -endcidrange
272 -
273 -4 begincidrange
274 -<ff5c> <ff5c> 7896
275 -<ff5d> <ff5d> 7906
276 -<ff5e> <ff5e> 7894
277 -<ffe3> <ffe3> 7889
278 -endcidrange
279 -endcmap
280 -CMapName currentdict /CMap defineresource pop
281 -end
282 -end
283 -
284 -%%EndResource
285 -%%EOF
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniJIS-UCS2-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniJIS-UCS2-H)
6 -%%BeginResource: CMap (UniJISPro-UCS2-V)
7 -%%Title: (UniJISPro-UCS2-V Adobe Japan1 4)
8 -%%Version: 1.005
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2019 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from
27 -%%Copyright: this software without specific prior 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 -/UniJIS-UCS2-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 4 def
57 -end def
58 -
59 -/CMapName /UniJISPro-UCS2-V def
60 -/CMapVersion 1.005 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25535] def
64 -
65 -/WMode 1 def
66 -
67 -100 begincidrange
68 -<00b0> <00b0> 8269
69 -<2010> <2010> 7893
70 -<2015> <2015> 7892
71 -<2016> <2016> 7895
72 -<2018> <2019> 12173
73 -<201c> <201d> 7956
74 -<2025> <2025> 7898
75 -<2026> <2026> 7897
76 -<2032> <2032> 8273
77 -<2033> <2033> 8283
78 -<2190> <2190> 738
79 -<2191> <2191> 736
80 -<2192> <2192> 739
81 -<2193> <2193> 737
82 -<2195> <2195> 12214
83 -<21c4> <21c4> 8311
84 -<21c5> <21c5> 8310
85 -<21c6> <21c6> 8312
86 -<21e6> <21e6> 8012
87 -<21e7> <21e7> 8014
88 -<21e8> <21e8> 8011
89 -<21e9> <21e9> 8013
90 -<2225> <2225> 7895
91 -<223c> <223c> 7894
92 -<22ef> <22ef> 7897
93 -<2500> <2501> 7481
94 -<2502> <2503> 7479
95 -<2504> <2505> 7485
96 -<2506> <2507> 7483
97 -<2508> <2509> 7489
98 -<250a> <250b> 7487
99 -<250c> <250c> 7495
100 -<250d> <250d> 7497
101 -<250e> <250e> 7496
102 -<250f> <250f> 7498
103 -<2510> <2510> 7503
104 -<2511> <2511> 7505
105 -<2512> <2512> 7504
106 -<2513> <2513> 7506
107 -<2514> <2514> 7491
108 -<2515> <2515> 7493
109 -<2516> <2516> 7492
110 -<2517> <2517> 7494
111 -<2518> <2518> 7499
112 -<2519> <2519> 7501
113 -<251a> <251a> 7500
114 -<251b> <251b> 7502
115 -<251c> <251c> 7523
116 -<251d> <251d> 7527
117 -<251e> <251e> 7525
118 -<251f> <251f> 7524
119 -<2520> <2520> 7526
120 -<2521> <2521> 7529
121 -<2522> <2522> 7528
122 -<2523> <2524> 7530
123 -<2525> <2525> 7535
124 -<2526> <2526> 7533
125 -<2527> <2527> 7532
126 -<2528> <2528> 7534
127 -<2529> <2529> 7537
128 -<252a> <252a> 7536
129 -<252b> <252b> 7538
130 -<252c> <252c> 7515
131 -<252d> <252f> 7517
132 -<2530> <2530> 7516
133 -<2531> <2533> 7520
134 -<2534> <2534> 7507
135 -<2535> <2537> 7509
136 -<2538> <2538> 7508
137 -<2539> <253b> 7512
138 -<253d> <253f> 7543
139 -<2540> <2540> 7541
140 -<2541> <2541> 7540
141 -<2542> <2542> 7542
142 -<2543> <2543> 7547
143 -<2544> <2544> 7549
144 -<2545> <2545> 7546
145 -<2546> <2546> 7548
146 -<2547> <2547> 7553
147 -<2548> <2548> 7552
148 -<2549> <254a> 7550
149 -<261c> <261c> 8221
150 -<261d> <261d> 8219
151 -<261e> <261e> 8222
152 -<261f> <261f> 8220
153 -<2702> <2702> 12178
154 -<27a1> <27a1> 8209
155 -<3001> <3002> 7887
156 -<3008> <3011> 7907
157 -<3013> <3013> 8270
158 -<3014> <3015> 7901
159 -<301c> <301c> 7894
160 -<301d> <301d> 7956
161 -<301f> <301f> 7957
162 -<3041> <3041> 7918
163 -<3043> <3043> 7919
164 -<3045> <3045> 7920
165 -<3047> <3047> 7921
166 -<3049> <3049> 7922
167 -<3063> <3063> 7923
168 -endcidrange
169 -
170 -100 begincidrange
171 -<3083> <3083> 7924
172 -<3085> <3085> 7925
173 -<3087> <3087> 7926
174 -<308e> <308e> 7927
175 -<309b> <309b> 8272
176 -<309c> <309c> 8271
177 -<30a1> <30a1> 7928
178 -<30a3> <30a3> 7929
179 -<30a5> <30a5> 7930
180 -<30a7> <30a7> 7931
181 -<30a9> <30a9> 7932
182 -<30c3> <30c3> 7933
183 -<30e3> <30e3> 7934
184 -<30e5> <30e5> 7935
185 -<30e7> <30e7> 7936
186 -<30ee> <30ee> 7937
187 -<30f5> <30f6> 7938
188 -<30fc> <30fc> 7891
189 -<3300> <3300> 8350
190 -<3301> <3302> 11958
191 -<3303> <3303> 8338
192 -<3304> <3304> 11960
193 -<3305> <3305> 8333
194 -<3306> <3306> 11961
195 -<3307> <3307> 11965
196 -<3308> <3308> 11963
197 -<3309> <3309> 11968
198 -<330a> <330a> 11966
199 -<330b> <330b> 11970
200 -<330c> <330c> 11972
201 -<330d> <330d> 7950
202 -<330e> <3313> 11973
203 -<3314> <3314> 7941
204 -<3315> <3315> 8340
205 -<3316> <3316> 8330
206 -<3317> <3317> 11980
207 -<3318> <3318> 8339
208 -<3319> <3319> 11982
209 -<331a> <331d> 11984
210 -<331e> <331e> 8353
211 -<331f> <3321> 11988
212 -<3322> <3322> 8329
213 -<3323> <3323> 8348
214 -<3324> <3324> 11991
215 -<3325> <3325> 11993
216 -<3326> <3326> 7951
217 -<3327> <3327> 7945
218 -<3328> <3329> 11996
219 -<332a> <332a> 8356
220 -<332b> <332b> 7953
221 -<332d> <332d> 11999
222 -<332e> <3330> 12002
223 -<3331> <3331> 8358
224 -<3332> <3332> 12005
225 -<3333> <3333> 8334
226 -<3334> <3335> 12008
227 -<3336> <3336> 7947
228 -<3337> <3337> 12014
229 -<3338> <3338> 12016
230 -<3339> <3339> 8343
231 -<333a> <333a> 12017
232 -<333b> <333b> 8349
233 -<333c> <333c> 12010
234 -<333d> <333d> 12018
235 -<333e> <3340> 12020
236 -<3341> <3341> 12019
237 -<3342> <3342> 8347
238 -<3343> <3346> 12023
239 -<3347> <3347> 8357
240 -<3348> <3348> 12027
241 -<3349> <3349> 7940
242 -<334a> <334a> 7954
243 -<334b> <334c> 12028
244 -<334d> <334d> 7943
245 -<334e> <334e> 8337
246 -<334f> <3350> 12030
247 -<3351> <3351> 7948
248 -<3352> <3352> 12034
249 -<3353> <3353> 12038
250 -<3354> <3354> 12035
251 -<3355> <3356> 12039
252 -<3357> <3357> 8344
253 -<337b> <337b> 12044
254 -<337c> <337c> 12043
255 -<337d> <337d> 12042
256 -<337e> <337e> 12041
257 -<337f> <337f> 8324
258 -<ff08> <ff09> 7899
259 -<ff0c> <ff0c> 8268
260 -<ff0e> <ff0e> 8274
261 -<ff1a> <ff1a> 12101
262 -<ff1d> <ff1d> 7917
263 -<ff3b> <ff3b> 7903
264 -<ff3d> <ff3d> 7904
265 -<ff3f> <ff3f> 7890
266 -<ff5b> <ff5b> 7905
267 -<ff5c> <ff5c> 7896
268 -<ff5d> <ff5d> 7906
269 -<ff5e> <ff5e> 7894
270 -<ffe3> <ffe3> 7889
271 -endcidrange
272 -endcmap
273 -CMapName currentdict /CMap defineresource pop
274 -end
275 -end
276 -
277 -%%EndResource
278 -%%EOF
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniJIS-UTF8-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniJIS-UTF8-H)
6 -%%BeginResource: CMap (UniJISPro-UTF8-V)
7 -%%Title: (UniJISPro-UTF8-V Adobe Japan1 4)
8 -%%Version: 1.005
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2019 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from
27 -%%Copyright: this software without specific prior 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 -/UniJIS-UTF8-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 4 def
57 -end def
58 -
59 -/CMapName /UniJISPro-UTF8-V def
60 -/CMapVersion 1.005 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25536] def
64 -
65 -/WMode 1 def
66 -
67 -100 begincidrange
68 -<c2b0> <c2b0> 8269
69 -<e28090> <e28090> 7893
70 -<e28095> <e28095> 7892
71 -<e28096> <e28096> 7895
72 -<e28098> <e28099> 12173
73 -<e2809c> <e2809d> 7956
74 -<e280a5> <e280a5> 7898
75 -<e280a6> <e280a6> 7897
76 -<e280b2> <e280b2> 8273
77 -<e280b3> <e280b3> 8283
78 -<e28690> <e28690> 738
79 -<e28691> <e28691> 736
80 -<e28692> <e28692> 739
81 -<e28693> <e28693> 737
82 -<e28695> <e28695> 12214
83 -<e28784> <e28784> 8311
84 -<e28785> <e28785> 8310
85 -<e28786> <e28786> 8312
86 -<e287a6> <e287a6> 8012
87 -<e287a7> <e287a7> 8014
88 -<e287a8> <e287a8> 8011
89 -<e287a9> <e287a9> 8013
90 -<e288a5> <e288a5> 7895
91 -<e288bc> <e288bc> 7894
92 -<e28baf> <e28baf> 7897
93 -<e29480> <e29481> 7481
94 -<e29482> <e29483> 7479
95 -<e29484> <e29485> 7485
96 -<e29486> <e29487> 7483
97 -<e29488> <e29489> 7489
98 -<e2948a> <e2948b> 7487
99 -<e2948c> <e2948c> 7495
100 -<e2948d> <e2948d> 7497
101 -<e2948e> <e2948e> 7496
102 -<e2948f> <e2948f> 7498
103 -<e29490> <e29490> 7503
104 -<e29491> <e29491> 7505
105 -<e29492> <e29492> 7504
106 -<e29493> <e29493> 7506
107 -<e29494> <e29494> 7491
108 -<e29495> <e29495> 7493
109 -<e29496> <e29496> 7492
110 -<e29497> <e29497> 7494
111 -<e29498> <e29498> 7499
112 -<e29499> <e29499> 7501
113 -<e2949a> <e2949a> 7500
114 -<e2949b> <e2949b> 7502
115 -<e2949c> <e2949c> 7523
116 -<e2949d> <e2949d> 7527
117 -<e2949e> <e2949e> 7525
118 -<e2949f> <e2949f> 7524
119 -<e294a0> <e294a0> 7526
120 -<e294a1> <e294a1> 7529
121 -<e294a2> <e294a2> 7528
122 -<e294a3> <e294a4> 7530
123 -<e294a5> <e294a5> 7535
124 -<e294a6> <e294a6> 7533
125 -<e294a7> <e294a7> 7532
126 -<e294a8> <e294a8> 7534
127 -<e294a9> <e294a9> 7537
128 -<e294aa> <e294aa> 7536
129 -<e294ab> <e294ab> 7538
130 -<e294ac> <e294ac> 7515
131 -<e294ad> <e294af> 7517
132 -<e294b0> <e294b0> 7516
133 -<e294b1> <e294b3> 7520
134 -<e294b4> <e294b4> 7507
135 -<e294b5> <e294b7> 7509
136 -<e294b8> <e294b8> 7508
137 -<e294b9> <e294bb> 7512
138 -<e294bd> <e294bf> 7543
139 -<e29580> <e29580> 7541
140 -<e29581> <e29581> 7540
141 -<e29582> <e29582> 7542
142 -<e29583> <e29583> 7547
143 -<e29584> <e29584> 7549
144 -<e29585> <e29585> 7546
145 -<e29586> <e29586> 7548
146 -<e29587> <e29587> 7553
147 -<e29588> <e29588> 7552
148 -<e29589> <e2958a> 7550
149 -<e2989c> <e2989c> 8221
150 -<e2989d> <e2989d> 8219
151 -<e2989e> <e2989e> 8222
152 -<e2989f> <e2989f> 8220
153 -<e29c82> <e29c82> 12178
154 -<e29ea1> <e29ea1> 8209
155 -<e38081> <e38082> 7887
156 -<e38088> <e38091> 7907
157 -<e38093> <e38093> 8270
158 -<e38094> <e38095> 7901
159 -<e3809c> <e3809c> 7894
160 -<e3809d> <e3809d> 7956
161 -<e3809f> <e3809f> 7957
162 -<e38181> <e38181> 7918
163 -<e38183> <e38183> 7919
164 -<e38185> <e38185> 7920
165 -<e38187> <e38187> 7921
166 -<e38189> <e38189> 7922
167 -<e381a3> <e381a3> 7923
168 -endcidrange
169 -
170 -100 begincidrange
171 -<e38283> <e38283> 7924
172 -<e38285> <e38285> 7925
173 -<e38287> <e38287> 7926
174 -<e3828e> <e3828e> 7927
175 -<e3829b> <e3829b> 8272
176 -<e3829c> <e3829c> 8271
177 -<e382a1> <e382a1> 7928
178 -<e382a3> <e382a3> 7929
179 -<e382a5> <e382a5> 7930
180 -<e382a7> <e382a7> 7931
181 -<e382a9> <e382a9> 7932
182 -<e38383> <e38383> 7933
183 -<e383a3> <e383a3> 7934
184 -<e383a5> <e383a5> 7935
185 -<e383a7> <e383a7> 7936
186 -<e383ae> <e383ae> 7937
187 -<e383b5> <e383b6> 7938
188 -<e383bc> <e383bc> 7891
189 -<e38c80> <e38c80> 8350
190 -<e38c81> <e38c82> 11958
191 -<e38c83> <e38c83> 8338
192 -<e38c84> <e38c84> 11960
193 -<e38c85> <e38c85> 8333
194 -<e38c86> <e38c86> 11961
195 -<e38c87> <e38c87> 11965
196 -<e38c88> <e38c88> 11963
197 -<e38c89> <e38c89> 11968
198 -<e38c8a> <e38c8a> 11966
199 -<e38c8b> <e38c8b> 11970
200 -<e38c8c> <e38c8c> 11972
201 -<e38c8d> <e38c8d> 7950
202 -<e38c8e> <e38c93> 11973
203 -<e38c94> <e38c94> 7941
204 -<e38c95> <e38c95> 8340
205 -<e38c96> <e38c96> 8330
206 -<e38c97> <e38c97> 11980
207 -<e38c98> <e38c98> 8339
208 -<e38c99> <e38c99> 11982
209 -<e38c9a> <e38c9d> 11984
210 -<e38c9e> <e38c9e> 8353
211 -<e38c9f> <e38ca1> 11988
212 -<e38ca2> <e38ca2> 8329
213 -<e38ca3> <e38ca3> 8348
214 -<e38ca4> <e38ca4> 11991
215 -<e38ca5> <e38ca5> 11993
216 -<e38ca6> <e38ca6> 7951
217 -<e38ca7> <e38ca7> 7945
218 -<e38ca8> <e38ca9> 11996
219 -<e38caa> <e38caa> 8356
220 -<e38cab> <e38cab> 7953
221 -<e38cad> <e38cad> 11999
222 -<e38cae> <e38cb0> 12002
223 -<e38cb1> <e38cb1> 8358
224 -<e38cb2> <e38cb2> 12005
225 -<e38cb3> <e38cb3> 8334
226 -<e38cb4> <e38cb5> 12008
227 -<e38cb6> <e38cb6> 7947
228 -<e38cb7> <e38cb7> 12014
229 -<e38cb8> <e38cb8> 12016
230 -<e38cb9> <e38cb9> 8343
231 -<e38cba> <e38cba> 12017
232 -<e38cbb> <e38cbb> 8349
233 -<e38cbc> <e38cbc> 12010
234 -<e38cbd> <e38cbd> 12018
235 -<e38cbe> <e38cbf> 12020
236 -<e38d80> <e38d80> 12022
237 -<e38d81> <e38d81> 12019
238 -<e38d82> <e38d82> 8347
239 -<e38d83> <e38d86> 12023
240 -<e38d87> <e38d87> 8357
241 -<e38d88> <e38d88> 12027
242 -<e38d89> <e38d89> 7940
243 -<e38d8a> <e38d8a> 7954
244 -<e38d8b> <e38d8c> 12028
245 -<e38d8d> <e38d8d> 7943
246 -<e38d8e> <e38d8e> 8337
247 -<e38d8f> <e38d90> 12030
248 -<e38d91> <e38d91> 7948
249 -<e38d92> <e38d92> 12034
250 -<e38d93> <e38d93> 12038
251 -<e38d94> <e38d94> 12035
252 -<e38d95> <e38d96> 12039
253 -<e38d97> <e38d97> 8344
254 -<e38dbb> <e38dbb> 12044
255 -<e38dbc> <e38dbc> 12043
256 -<e38dbd> <e38dbd> 12042
257 -<e38dbe> <e38dbe> 12041
258 -<e38dbf> <e38dbf> 8324
259 -<efbc88> <efbc89> 7899
260 -<efbc8c> <efbc8c> 8268
261 -<efbc8e> <efbc8e> 8274
262 -<efbc9a> <efbc9a> 12101
263 -<efbc9d> <efbc9d> 7917
264 -<efbcbb> <efbcbb> 7903
265 -<efbcbd> <efbcbd> 7904
266 -<efbcbf> <efbcbf> 7890
267 -<efbd9b> <efbd9b> 7905
268 -<efbd9c> <efbd9c> 7896
269 -<efbd9d> <efbd9d> 7906
270 -<efbd9e> <efbd9e> 7894
271 -endcidrange
272 -
273 -1 begincidrange
274 -<efbfa3> <efbfa3> 7889
275 -endcidrange
276 -endcmap
277 -CMapName currentdict /CMap defineresource pop
278 -end
279 -end
280 -
281 -%%EndResource
282 -%%EOF
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniJISX0213-UTF32-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniJISX0213-UTF32-H)
6 -%%BeginResource: CMap (UniJISX0213-UTF32-V)
7 -%%Title: (UniJISX0213-UTF32-V Adobe Japan1 7)
8 -%%Version: 1.009
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2022 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from this
27 -%%Copyright: software without specific prior 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 -/UniJISX0213-UTF32-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 7 def
57 -end def
58 -
59 -/CMapName /UniJISX0213-UTF32-V def
60 -/CMapVersion 1.009 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25615] def
64 -
65 -/WMode 1 def
66 -
67 -100 begincidchar
68 -<00002015> 7892
69 -<00002016> 7895
70 -<00002025> 7898
71 -<00002026> 7897
72 -<00002190> 738
73 -<00002191> 736
74 -<00002192> 739
75 -<00002193> 737
76 -<000021c4> 8311
77 -<000021c5> 8310
78 -<000021c6> 8312
79 -<000021e6> 8012
80 -<000021e7> 8014
81 -<000021e8> 8011
82 -<000021e9> 8013
83 -<0000239b> 12148
84 -<0000239c> 12168
85 -<0000239d> 12147
86 -<0000239e> 12150
87 -<0000239f> 12168
88 -<000023a0> 12149
89 -<000023a1> 12156
90 -<000023a2> 12168
91 -<000023a3> 12155
92 -<000023a4> 12158
93 -<000023a5> 12168
94 -<000023a6> 12157
95 -<000023a7> 8168
96 -<000023a8> 8167
97 -<000023a9> 8166
98 -<000023aa> 12168
99 -<000023ab> 8172
100 -<000023ac> 8171
101 -<000023ad> 8170
102 -<0000250c> 7495
103 -<0000250d> 7497
104 -<0000250e> 7496
105 -<0000250f> 7498
106 -<00002510> 7503
107 -<00002511> 7505
108 -<00002512> 7504
109 -<00002513> 7506
110 -<00002514> 7491
111 -<00002515> 7493
112 -<00002516> 7492
113 -<00002517> 7494
114 -<00002518> 7499
115 -<00002519> 7501
116 -<0000251a> 7500
117 -<0000251b> 7502
118 -<0000251c> 7523
119 -<0000251d> 7527
120 -<0000251e> 7525
121 -<0000251f> 7524
122 -<00002520> 7526
123 -<00002521> 7529
124 -<00002522> 7528
125 -<00002525> 7535
126 -<00002526> 7533
127 -<00002527> 7532
128 -<00002528> 7534
129 -<00002529> 7537
130 -<0000252a> 7536
131 -<0000252b> 7538
132 -<0000252c> 7515
133 -<00002530> 7516
134 -<00002534> 7507
135 -<00002538> 7508
136 -<00002540> 7541
137 -<00002541> 7540
138 -<00002542> 7542
139 -<00002543> 7547
140 -<00002544> 7549
141 -<00002545> 7546
142 -<00002546> 7548
143 -<00002547> 7553
144 -<00002548> 7552
145 -<0000261c> 8221
146 -<0000261d> 8219
147 -<0000261e> 8222
148 -<0000261f> 8220
149 -<00002702> 12178
150 -<000027a1> 8209
151 -<0000301c> 7894
152 -<0000301d> 7956
153 -<0000301f> 7957
154 -<00003041> 7918
155 -<00003043> 7919
156 -<00003045> 7920
157 -<00003047> 7921
158 -<00003049> 7922
159 -<00003063> 7923
160 -<00003083> 7924
161 -<00003085> 7925
162 -<00003087> 7926
163 -<0000308e> 7927
164 -<0000309b> 8272
165 -<0000309c> 8271
166 -<000030a0> 16331
167 -<000030a1> 7928
168 -endcidchar
169 -
170 -82 begincidchar
171 -<000030a3> 7929
172 -<000030a5> 7930
173 -<000030a7> 7931
174 -<000030a9> 7932
175 -<000030c3> 7933
176 -<000030e3> 7934
177 -<000030e5> 7935
178 -<000030e7> 7936
179 -<000030ee> 7937
180 -<000030fc> 7891
181 -<000032ff> 23059
182 -<00003300> 8350
183 -<00003303> 8338
184 -<00003304> 11960
185 -<00003305> 8333
186 -<00003306> 11961
187 -<00003307> 11965
188 -<00003308> 11963
189 -<00003309> 11968
190 -<0000330a> 11966
191 -<0000330b> 11970
192 -<0000330c> 11972
193 -<0000330d> 7950
194 -<00003314> 7941
195 -<00003315> 8340
196 -<00003316> 8330
197 -<00003317> 11980
198 -<00003318> 8339
199 -<00003319> 11982
200 -<0000331e> 8353
201 -<00003322> 8329
202 -<00003323> 8348
203 -<00003324> 11991
204 -<00003325> 11993
205 -<00003326> 7951
206 -<00003327> 7945
207 -<0000332a> 8356
208 -<0000332b> 7953
209 -<0000332d> 11999
210 -<00003331> 8358
211 -<00003332> 12005
212 -<00003333> 8334
213 -<00003336> 7947
214 -<00003337> 12014
215 -<00003338> 12016
216 -<00003339> 8343
217 -<0000333a> 12017
218 -<0000333b> 8349
219 -<0000333c> 12010
220 -<0000333d> 12018
221 -<00003341> 12019
222 -<00003342> 8347
223 -<00003347> 8357
224 -<00003348> 12027
225 -<00003349> 7940
226 -<0000334a> 7954
227 -<0000334d> 7943
228 -<0000334e> 8337
229 -<00003351> 7948
230 -<00003352> 12034
231 -<00003353> 12038
232 -<00003354> 12035
233 -<00003357> 8344
234 -<0000337b> 12044
235 -<0000337c> 12043
236 -<0000337d> 12042
237 -<0000337e> 12041
238 -<0000337f> 8324
239 -<0000ff0c> 8268
240 -<0000ff0e> 8274
241 -<0000ff1a> 12101
242 -<0000ff1d> 7917
243 -<0000ff3b> 7903
244 -<0000ff3d> 7904
245 -<0000ff3f> 7890
246 -<0000ff5b> 7905
247 -<0000ff5c> 7896
248 -<0000ff5d> 7906
249 -<0000ff5e> 7894
250 -<0000ffe3> 7889
251 -<0001b132> 12270
252 -<0001b155> 12272
253 -endcidchar
254 -
255 -37 begincidrange
256 -<000023b0> <000023b1> 16350
257 -<00002500> <00002501> 7481
258 -<00002502> <00002503> 7479
259 -<00002504> <00002505> 7485
260 -<00002506> <00002507> 7483
261 -<00002508> <00002509> 7489
262 -<0000250a> <0000250b> 7487
263 -<00002523> <00002524> 7530
264 -<0000252d> <0000252f> 7517
265 -<00002531> <00002533> 7520
266 -<00002535> <00002537> 7509
267 -<00002539> <0000253b> 7512
268 -<0000253d> <0000253f> 7543
269 -<00002549> <0000254a> 7550
270 -<00003001> <00003002> 7887
271 -<00003008> <00003011> 7907
272 -<00003014> <00003015> 7901
273 -<00003016> <00003017> 16329
274 -<00003018> <00003019> 12139
275 -<00003095> <00003096> 8264
276 -<000030f5> <000030f6> 7938
277 -<000031f0> <000031f9> 16333
278 -<000031fa> <000031ff> 16344
279 -<00003301> <00003302> 11958
280 -<0000330e> <00003313> 11973
281 -<0000331a> <0000331d> 11984
282 -<0000331f> <00003321> 11988
283 -<00003328> <00003329> 11996
284 -<0000332e> <00003330> 12002
285 -<00003334> <00003335> 12008
286 -<0000333e> <00003340> 12020
287 -<00003343> <00003346> 12023
288 -<0000334b> <0000334c> 12028
289 -<0000334f> <00003350> 12030
290 -<00003355> <00003356> 12039
291 -<0000ff08> <0000ff09> 7899
292 -<0000ff5f> <0000ff60> 12141
293 -endcidrange
294 -
295 -endcmap
296 -CMapName currentdict /CMap defineresource pop
297 -end
298 -end
299 -
300 -%%EndResource
301 -%%EOF
No preview for this file type
This diff could not be displayed because it is too large.
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniJISX02132004-UTF32-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniJISX02132004-UTF32-H)
6 -%%BeginResource: CMap (UniJISX02132004-UTF32-V)
7 -%%Title: (UniJISX02132004-UTF32-V Adobe Japan1 7)
8 -%%Version: 1.007
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2022 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from this
27 -%%Copyright: software without specific prior 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 -/UniJISX02132004-UTF32-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 7 def
57 -end def
58 -
59 -/CMapName /UniJISX02132004-UTF32-V def
60 -/CMapVersion 1.007 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25634] def
64 -
65 -/WMode 1 def
66 -
67 -100 begincidchar
68 -<00002015> 7892
69 -<00002016> 7895
70 -<00002025> 7898
71 -<00002026> 7897
72 -<00002190> 738
73 -<00002191> 736
74 -<00002192> 739
75 -<00002193> 737
76 -<000021c4> 8311
77 -<000021c5> 8310
78 -<000021c6> 8312
79 -<000021e6> 8012
80 -<000021e7> 8014
81 -<000021e8> 8011
82 -<000021e9> 8013
83 -<0000239b> 12148
84 -<0000239c> 12168
85 -<0000239d> 12147
86 -<0000239e> 12150
87 -<0000239f> 12168
88 -<000023a0> 12149
89 -<000023a1> 12156
90 -<000023a2> 12168
91 -<000023a3> 12155
92 -<000023a4> 12158
93 -<000023a5> 12168
94 -<000023a6> 12157
95 -<000023a7> 8168
96 -<000023a8> 8167
97 -<000023a9> 8166
98 -<000023aa> 12168
99 -<000023ab> 8172
100 -<000023ac> 8171
101 -<000023ad> 8170
102 -<0000250c> 7495
103 -<0000250d> 7497
104 -<0000250e> 7496
105 -<0000250f> 7498
106 -<00002510> 7503
107 -<00002511> 7505
108 -<00002512> 7504
109 -<00002513> 7506
110 -<00002514> 7491
111 -<00002515> 7493
112 -<00002516> 7492
113 -<00002517> 7494
114 -<00002518> 7499
115 -<00002519> 7501
116 -<0000251a> 7500
117 -<0000251b> 7502
118 -<0000251c> 7523
119 -<0000251d> 7527
120 -<0000251e> 7525
121 -<0000251f> 7524
122 -<00002520> 7526
123 -<00002521> 7529
124 -<00002522> 7528
125 -<00002525> 7535
126 -<00002526> 7533
127 -<00002527> 7532
128 -<00002528> 7534
129 -<00002529> 7537
130 -<0000252a> 7536
131 -<0000252b> 7538
132 -<0000252c> 7515
133 -<00002530> 7516
134 -<00002534> 7507
135 -<00002538> 7508
136 -<00002540> 7541
137 -<00002541> 7540
138 -<00002542> 7542
139 -<00002543> 7547
140 -<00002544> 7549
141 -<00002545> 7546
142 -<00002546> 7548
143 -<00002547> 7553
144 -<00002548> 7552
145 -<0000261c> 8221
146 -<0000261d> 8219
147 -<0000261e> 8222
148 -<0000261f> 8220
149 -<00002702> 12178
150 -<000027a1> 8209
151 -<0000301c> 7894
152 -<0000301d> 7956
153 -<0000301f> 7957
154 -<00003041> 7918
155 -<00003043> 7919
156 -<00003045> 7920
157 -<00003047> 7921
158 -<00003049> 7922
159 -<00003063> 7923
160 -<00003083> 7924
161 -<00003085> 7925
162 -<00003087> 7926
163 -<0000308e> 7927
164 -<0000309b> 8272
165 -<0000309c> 8271
166 -<000030a0> 16331
167 -<000030a1> 7928
168 -endcidchar
169 -
170 -82 begincidchar
171 -<000030a3> 7929
172 -<000030a5> 7930
173 -<000030a7> 7931
174 -<000030a9> 7932
175 -<000030c3> 7933
176 -<000030e3> 7934
177 -<000030e5> 7935
178 -<000030e7> 7936
179 -<000030ee> 7937
180 -<000030fc> 7891
181 -<000032ff> 23059
182 -<00003300> 8350
183 -<00003303> 8338
184 -<00003304> 11960
185 -<00003305> 8333
186 -<00003306> 11961
187 -<00003307> 11965
188 -<00003308> 11963
189 -<00003309> 11968
190 -<0000330a> 11966
191 -<0000330b> 11970
192 -<0000330c> 11972
193 -<0000330d> 7950
194 -<00003314> 7941
195 -<00003315> 8340
196 -<00003316> 8330
197 -<00003317> 11980
198 -<00003318> 8339
199 -<00003319> 11982
200 -<0000331e> 8353
201 -<00003322> 8329
202 -<00003323> 8348
203 -<00003324> 11991
204 -<00003325> 11993
205 -<00003326> 7951
206 -<00003327> 7945
207 -<0000332a> 8356
208 -<0000332b> 7953
209 -<0000332d> 11999
210 -<00003331> 8358
211 -<00003332> 12005
212 -<00003333> 8334
213 -<00003336> 7947
214 -<00003337> 12014
215 -<00003338> 12016
216 -<00003339> 8343
217 -<0000333a> 12017
218 -<0000333b> 8349
219 -<0000333c> 12010
220 -<0000333d> 12018
221 -<00003341> 12019
222 -<00003342> 8347
223 -<00003347> 8357
224 -<00003348> 12027
225 -<00003349> 7940
226 -<0000334a> 7954
227 -<0000334d> 7943
228 -<0000334e> 8337
229 -<00003351> 7948
230 -<00003352> 12034
231 -<00003353> 12038
232 -<00003354> 12035
233 -<00003357> 8344
234 -<0000337b> 12044
235 -<0000337c> 12043
236 -<0000337d> 12042
237 -<0000337e> 12041
238 -<0000337f> 8324
239 -<0000ff0c> 8268
240 -<0000ff0e> 8274
241 -<0000ff1a> 12101
242 -<0000ff1d> 7917
243 -<0000ff3b> 7903
244 -<0000ff3d> 7904
245 -<0000ff3f> 7890
246 -<0000ff5b> 7905
247 -<0000ff5c> 7896
248 -<0000ff5d> 7906
249 -<0000ff5e> 7894
250 -<0000ffe3> 7889
251 -<0001b132> 12270
252 -<0001b155> 12272
253 -endcidchar
254 -
255 -37 begincidrange
256 -<000023b0> <000023b1> 16350
257 -<00002500> <00002501> 7481
258 -<00002502> <00002503> 7479
259 -<00002504> <00002505> 7485
260 -<00002506> <00002507> 7483
261 -<00002508> <00002509> 7489
262 -<0000250a> <0000250b> 7487
263 -<00002523> <00002524> 7530
264 -<0000252d> <0000252f> 7517
265 -<00002531> <00002533> 7520
266 -<00002535> <00002537> 7509
267 -<00002539> <0000253b> 7512
268 -<0000253d> <0000253f> 7543
269 -<00002549> <0000254a> 7550
270 -<00003001> <00003002> 7887
271 -<00003008> <00003011> 7907
272 -<00003014> <00003015> 7901
273 -<00003016> <00003017> 16329
274 -<00003018> <00003019> 12139
275 -<00003095> <00003096> 8264
276 -<000030f5> <000030f6> 7938
277 -<000031f0> <000031f9> 16333
278 -<000031fa> <000031ff> 16344
279 -<00003301> <00003302> 11958
280 -<0000330e> <00003313> 11973
281 -<0000331a> <0000331d> 11984
282 -<0000331f> <00003321> 11988
283 -<00003328> <00003329> 11996
284 -<0000332e> <00003330> 12002
285 -<00003334> <00003335> 12008
286 -<0000333e> <00003340> 12020
287 -<00003343> <00003346> 12023
288 -<0000334b> <0000334c> 12028
289 -<0000334f> <00003350> 12030
290 -<00003355> <00003356> 12039
291 -<0000ff08> <0000ff09> 7899
292 -<0000ff5f> <0000ff60> 12141
293 -endcidrange
294 -
295 -endcmap
296 -CMapName currentdict /CMap defineresource pop
297 -end
298 -end
299 -
300 -%%EndResource
301 -%%EOF
This diff could not be displayed because it is too large.
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniKS-UCS2-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniKS-UCS2-H)
6 -%%BeginResource: CMap (UniKS-UCS2-V)
7 -%%Title: (UniKS-UCS2-V Adobe Korea1 1)
8 -%%Version: 10.006
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2019 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from
27 -%%Copyright: this software without specific prior 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 -/UniKS-UCS2-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Korea1) def
56 - /Supplement 1 def
57 -end def
58 -
59 -/CMapName /UniKS-UCS2-V def
60 -/CMapVersion 10.006 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25407] def
64 -
65 -/WMode 1 def
66 -
67 -18 begincidrange
68 -<2013> <2014> 8059
69 -<2016> <2016> 8061
70 -<2025> <2025> 8058
71 -<3001> <3002> 8056
72 -<3008> <3011> 8065
73 -<3013> <3013> 8075
74 -<3014> <3015> 8063
75 -<ff01> <ff01> 8076
76 -<ff08> <ff09> 8077
77 -<ff0c> <ff0c> 8079
78 -<ff0e> <ff0e> 8080
79 -<ff1a> <ff1f> 8081
80 -<ff3b> <ff3b> 8087
81 -<ff3d> <ff3d> 8088
82 -<ff3f> <ff3f> 8089
83 -<ff5b> <ff5d> 8090
84 -<ff5e> <ff5e> 8062
85 -<ffe3> <ffe3> 8093
86 -endcidrange
87 -endcmap
88 -CMapName currentdict /CMap defineresource pop
89 -end
90 -end
91 -
92 -%%EndResource
93 -%%EOF
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniKS-UTF16-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniKS-UTF16-H)
6 -%%BeginResource: CMap (UniKS-UTF16-V)
7 -%%Title: (UniKS-UTF16-V Adobe Korea1 1)
8 -%%Version: 1.005
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2019 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from
27 -%%Copyright: this software without specific prior 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 -/UniKS-UTF16-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Korea1) def
56 - /Supplement 1 def
57 -end def
58 -
59 -/CMapName /UniKS-UTF16-V def
60 -/CMapVersion 1.005 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25545] def
64 -
65 -/WMode 1 def
66 -
67 -11 begincidchar
68 -<2016> 8061
69 -<2025> 8058
70 -<3013> 8075
71 -<ff01> 8076
72 -<ff0c> 8079
73 -<ff0e> 8080
74 -<ff3b> 8087
75 -<ff3d> 8088
76 -<ff3f> 8089
77 -<ff5e> 8062
78 -<ffe3> 8093
79 -endcidchar
80 -
81 -7 begincidrange
82 -<2013> <2014> 8059
83 -<3001> <3002> 8056
84 -<3008> <3011> 8065
85 -<3014> <3015> 8063
86 -<ff08> <ff09> 8077
87 -<ff1a> <ff1f> 8081
88 -<ff5b> <ff5d> 8090
89 -endcidrange
90 -
91 -endcmap
92 -CMapName currentdict /CMap defineresource pop
93 -end
94 -end
95 -
96 -%%EndResource
97 -%%EOF
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniKS-UTF32-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniKS-UTF32-H)
6 -%%BeginResource: CMap (UniKS-UTF32-V)
7 -%%Title: (UniKS-UTF32-V Adobe Korea1 1)
8 -%%Version: 1.005
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2019 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from
27 -%%Copyright: this software without specific prior 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 -/UniKS-UTF32-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Korea1) def
56 - /Supplement 1 def
57 -end def
58 -
59 -/CMapName /UniKS-UTF32-V def
60 -/CMapVersion 1.005 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25543] def
64 -
65 -/WMode 1 def
66 -
67 -11 begincidchar
68 -<00002016> 8061
69 -<00002025> 8058
70 -<00003013> 8075
71 -<0000ff01> 8076
72 -<0000ff0c> 8079
73 -<0000ff0e> 8080
74 -<0000ff3b> 8087
75 -<0000ff3d> 8088
76 -<0000ff3f> 8089
77 -<0000ff5e> 8062
78 -<0000ffe3> 8093
79 -endcidchar
80 -
81 -7 begincidrange
82 -<00002013> <00002014> 8059
83 -<00003001> <00003002> 8056
84 -<00003008> <00003011> 8065
85 -<00003014> <00003015> 8063
86 -<0000ff08> <0000ff09> 8077
87 -<0000ff1a> <0000ff1f> 8081
88 -<0000ff5b> <0000ff5d> 8090
89 -endcidrange
90 -
91 -endcmap
92 -CMapName currentdict /CMap defineresource pop
93 -end
94 -end
95 -
96 -%%EndResource
97 -%%EOF
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniKS-UTF8-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniKS-UTF8-H)
6 -%%BeginResource: CMap (UniKS-UTF8-V)
7 -%%Title: (UniKS-UTF8-V Adobe Korea1 1)
8 -%%Version: 11.005
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2019 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from
27 -%%Copyright: this software without specific prior 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 -/UniKS-UTF8-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Korea1) def
56 - /Supplement 1 def
57 -end def
58 -
59 -/CMapName /UniKS-UTF8-V def
60 -/CMapVersion 11.005 def
61 -/CMapType 1 def
62 -
63 -/XUID [1 10 25415] def
64 -
65 -/WMode 1 def
66 -
67 -11 begincidchar
68 -<e28096> 8061
69 -<e280a5> 8058
70 -<e38093> 8075
71 -<efbc81> 8076
72 -<efbc8c> 8079
73 -<efbc8e> 8080
74 -<efbcbb> 8087
75 -<efbcbd> 8088
76 -<efbcbf> 8089
77 -<efbd9e> 8062
78 -<efbfa3> 8093
79 -endcidchar
80 -
81 -7 begincidrange
82 -<e28093> <e28094> 8059
83 -<e38081> <e38082> 8056
84 -<e38088> <e38091> 8065
85 -<e38094> <e38095> 8063
86 -<efbc88> <efbc89> 8077
87 -<efbc9a> <efbc9f> 8081
88 -<efbd9b> <efbd9d> 8090
89 -endcidrange
90 -
91 -endcmap
92 -CMapName currentdict /CMap defineresource pop
93 -end
94 -end
95 -
96 -%%EndResource
97 -%%EOF
No preview for this file type
This diff is collapsed. Click to expand it.
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniManga-UTF16-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniManga-UTF16-H)
6 -%%BeginResource: CMap (UniManga-UTF16-V)
7 -%%Title: (UniManga-UTF16-V Adobe Manga1 0)
8 -%%Version: 1.000
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2023 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from this
27 -%%Copyright: software without specific prior 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 -/UniManga-UTF16-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Manga1) def
56 - /Supplement 0 def
57 -end def
58 -
59 -/CMapName /UniManga-UTF16-V def
60 -/CMapVersion 1.000 def
61 -/CMapType 1 def
62 -
63 -/WMode 1 def
64 -
65 -1 begincidchar
66 -<fe33> 15539
67 -endcidchar
68 -
69 -4 begincidrange
70 -<fe10> <fe19> 15526
71 -<fe30> <fe31> 15536
72 -<fe35> <fe44> 15541
73 -<fe47> <fe48> 15559
74 -endcidrange
75 -
76 -endcmap
77 -CMapName currentdict /CMap defineresource pop
78 -end
79 -end
80 -
81 -%%EndResource
82 -%%EOF
This diff could not be displayed because it is too large.
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniManga-UTF32-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniManga-UTF32-H)
6 -%%BeginResource: CMap (UniManga-UTF32-V)
7 -%%Title: (UniManga-UTF32-V Adobe Manga1 0)
8 -%%Version: 1.000
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2023 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from this
27 -%%Copyright: software without specific prior 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 -/UniManga-UTF32-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Manga1) def
56 - /Supplement 0 def
57 -end def
58 -
59 -/CMapName /UniManga-UTF32-V def
60 -/CMapVersion 1.000 def
61 -/CMapType 1 def
62 -
63 -/WMode 1 def
64 -
65 -1 begincidchar
66 -<0000fe33> 15539
67 -endcidchar
68 -
69 -4 begincidrange
70 -<0000fe10> <0000fe19> 15526
71 -<0000fe30> <0000fe31> 15536
72 -<0000fe35> <0000fe44> 15541
73 -<0000fe47> <0000fe48> 15559
74 -endcidrange
75 -
76 -endcmap
77 -CMapName currentdict /CMap defineresource pop
78 -end
79 -end
80 -
81 -%%EndResource
82 -%%EOF
This diff could not be displayed because it is too large.
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (UniManga-UTF8-H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (UniManga-UTF8-H)
6 -%%BeginResource: CMap (UniManga-UTF8-V)
7 -%%Title: (UniManga-UTF8-V Adobe Manga1 0)
8 -%%Version: 1.000
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2023 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from this
27 -%%Copyright: software without specific prior 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 -/UniManga-UTF8-H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Manga1) def
56 - /Supplement 0 def
57 -end def
58 -
59 -/CMapName /UniManga-UTF8-V def
60 -/CMapVersion 1.000 def
61 -/CMapType 1 def
62 -
63 -/WMode 1 def
64 -
65 -1 begincidchar
66 -<efb8b3> 15539
67 -endcidchar
68 -
69 -5 begincidrange
70 -<efb890> <efb899> 15526
71 -<efb8b0> <efb8b1> 15536
72 -<efb8b5> <efb8bf> 15541
73 -<efb980> <efb984> 15552
74 -<efb987> <efb988> 15559
75 -endcidrange
76 -
77 -endcmap
78 -CMapName currentdict /CMap defineresource pop
79 -end
80 -end
81 -
82 -%%EndResource
83 -%%EOF
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%DocumentNeededResources: CMap (H)
4 -%%IncludeResource: ProcSet (CIDInit)
5 -%%IncludeResource: CMap (H)
6 -%%BeginResource: CMap (V)
7 -%%Title: (V Adobe Japan1 1)
8 -%%Version: 12.005
9 -%%Copyright: -----------------------------------------------------------
10 -%%Copyright: Copyright 1990-2019 Adobe. All rights reserved.
11 -%%Copyright:
12 -%%Copyright: Redistribution and use in source and binary forms, with or
13 -%%Copyright: without modification, are permitted provided that the
14 -%%Copyright: following conditions are met:
15 -%%Copyright:
16 -%%Copyright: Redistributions of source code must retain the above
17 -%%Copyright: copyright notice, this list of conditions and the following
18 -%%Copyright: disclaimer.
19 -%%Copyright:
20 -%%Copyright: Redistributions in binary form must reproduce the above
21 -%%Copyright: copyright notice, this list of conditions and the following
22 -%%Copyright: disclaimer in the documentation and/or other materials
23 -%%Copyright: provided with the distribution.
24 -%%Copyright:
25 -%%Copyright: Neither the name of Adobe nor the names of its contributors
26 -%%Copyright: may be used to endorse or promote products derived from
27 -%%Copyright: this software without specific prior 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 -/H usecmap
52 -
53 -/CIDSystemInfo 3 dict dup begin
54 - /Registry (Adobe) def
55 - /Ordering (Japan1) def
56 - /Supplement 1 def
57 -end def
58 -
59 -/CMapName /V def
60 -/CMapVersion 12.005 def
61 -/CMapType 1 def
62 -
63 -/UIDOffset 850 def
64 -/XUID [1 10 25340] def
65 -
66 -/WMode 1 def
67 -
68 -27 begincidrange
69 -<2122> <2123> 7887
70 -<2131> <2132> 7889
71 -<213c> <213e> 7891
72 -<2141> <2145> 7894
73 -<214a> <215b> 7899
74 -<2161> <2161> 7917
75 -<2421> <2421> 7918
76 -<2423> <2423> 7919
77 -<2425> <2425> 7920
78 -<2427> <2427> 7921
79 -<2429> <2429> 7922
80 -<2443> <2443> 7923
81 -<2463> <2463> 7924
82 -<2465> <2465> 7925
83 -<2467> <2467> 7926
84 -<246e> <246e> 7927
85 -<2521> <2521> 7928
86 -<2523> <2523> 7929
87 -<2525> <2525> 7930
88 -<2527> <2527> 7931
89 -<2529> <2529> 7932
90 -<2543> <2543> 7933
91 -<2563> <2563> 7934
92 -<2565> <2565> 7935
93 -<2567> <2567> 7936
94 -<256e> <256e> 7937
95 -<2575> <2576> 7938
96 -endcidrange
97 -endcmap
98 -CMapName currentdict /CMap defineresource pop
99 -end
100 -end
101 -
102 -%%EndResource
103 -%%EOF
No preview for this file type
1 -%!PS-Adobe-3.0 Resource-CMap
2 -%%DocumentNeededResources: ProcSet (CIDInit)
3 -%%IncludeResource: ProcSet (CIDInit)
4 -%%BeginResource: CMap (WP-Symbol)
5 -%%Title: (WP-Symbol Adobe Japan1 0)
6 -%%Version: 10.006
7 -%%Copyright: -----------------------------------------------------------
8 -%%Copyright: Copyright 1990-2019 Adobe. All rights reserved.
9 -%%Copyright:
10 -%%Copyright: Redistribution and use in source and binary forms, with or
11 -%%Copyright: without modification, are permitted provided that the
12 -%%Copyright: following conditions are met:
13 -%%Copyright:
14 -%%Copyright: Redistributions of source code must retain the above
15 -%%Copyright: copyright notice, this list of conditions and the following
16 -%%Copyright: disclaimer.
17 -%%Copyright:
18 -%%Copyright: Redistributions in binary form must reproduce the above
19 -%%Copyright: copyright notice, this list of conditions and the following
20 -%%Copyright: disclaimer in the documentation and/or other materials
21 -%%Copyright: provided with the distribution.
22 -%%Copyright:
23 -%%Copyright: Neither the name of Adobe nor the names of its contributors
24 -%%Copyright: may be used to endorse or promote products derived from
25 -%%Copyright: this software without specific prior written permission.
26 -%%Copyright:
27 -%%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
28 -%%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
29 -%%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
30 -%%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31 -%%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
32 -%%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
33 -%%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
34 -%%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
35 -%%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
36 -%%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
37 -%%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
38 -%%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
39 -%%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40 -%%Copyright: -----------------------------------------------------------
41 -%%EndComments
42 -
43 -/CIDInit /ProcSet findresource begin
44 -
45 -12 dict begin
46 -
47 -begincmap
48 -
49 -/CIDSystemInfo 3 dict dup begin
50 - /Registry (Adobe) def
51 - /Ordering (Japan1) def
52 - /Supplement 0 def
53 -end def
54 -
55 -/CMapName /WP-Symbol def
56 -/CMapVersion 10.006 def
57 -/CMapType 1 def
58 -
59 -/UIDOffset 868 def
60 -/XUID [1 10 25352] def
61 -
62 -/WMode 0 def
63 -
64 -1 begincodespacerange
65 - <00> <FF>
66 -endcodespacerange
67 -
68 -27 begincidrange
69 -<01> <01> 8056
70 -<02> <02> 8058
71 -<03> <03> 8191
72 -<04> <04> 8196
73 -<05> <18> 8061
74 -<19> <22> 8092
75 -<23> <23> 8186
76 -<24> <25> 8020
77 -<26> <26> 8187
78 -<27> <28> 8022
79 -<29> <29> 8188
80 -<2a> <2a> 8037
81 -<2b> <2d> 8024
82 -<2e> <2f> 8189
83 -<30> <31> 8192
84 -<32> <33> 7899
85 -<34> <34> 7894
86 -<35> <35> 8194
87 -<36> <36> 8035
88 -<37> <39> 8027
89 -<3a> <3a> 8195
90 -<3b> <54> 8112
91 -<55> <5d> 8197
92 -<5e> <5e> 8151
93 -<61> <71> 8206
94 -<72> <72> 8057
95 -<73> <77> 8223
96 -endcidrange
97 -endcmap
98 -CMapName currentdict /CMap defineresource pop
99 -end
100 -end
101 -
102 -%%EndResource
103 -%%EOF
No preview for this file type
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.