Showing
722 changed files
with
4981 additions
and
0 deletions
.editorconfig
0 → 100644
| 1 | +# 告诉EditorConfig插件,这是根文件,不用继续往上查找 | ||
| 2 | +root = true | ||
| 3 | + | ||
| 4 | +# 匹配全部文件 | ||
| 5 | +[*] | ||
| 6 | +# 设置字符集 | ||
| 7 | +charset = utf-8 | ||
| 8 | +# 缩进风格,可选space、tab | ||
| 9 | +indent_style = space | ||
| 10 | +# 缩进的空格数 | ||
| 11 | +indent_size = 2 | ||
| 12 | +# 结尾换行符,可选lf、cr、crlf | ||
| 13 | +end_of_line = lf | ||
| 14 | +# 在文件结尾插入新行 | ||
| 15 | +insert_final_newline = true | ||
| 16 | +# 删除一行中的前后空格 | ||
| 17 | +trim_trailing_whitespace = true | ||
| 18 | + | ||
| 19 | +# 匹配md结尾的文件 | ||
| 20 | +[*.md] | ||
| 21 | +insert_final_newline = false | ||
| 22 | +trim_trailing_whitespace = false |
.env.demo
0 → 100644
| 1 | +NODE_ENV = production | ||
| 2 | + | ||
| 3 | +# 演示环境配置 | ||
| 4 | +ENV = 'demo' | ||
| 5 | +VUE_APP_BASE_ENV = "demo" | ||
| 6 | + | ||
| 7 | +VUE_APP_Version = '1.3.1' | ||
| 8 | + | ||
| 9 | +#测试环境 | ||
| 10 | +VUE_APP_BASE_API = 'http://192.168.1.251:7023/Exp' | ||
| 11 | + | ||
| 12 | +VUE_APP_BASE_ROUTE = '/ExpDemo' | ||
| 13 | + | ||
| 14 | +VUE_APP_BASE_LOGINOUT = '/ExpDemo' | ||
| 15 | + | ||
| 16 | +#后端版本校验版本号 | ||
| 17 | +VUE_APP_APIVERSION = 'BD6DBD063F5AB7394879E3C08781CD72.A3889C390C14952AD666ABC3BE46BE40' | ||
| 18 | + | ||
| 19 | +#iclearEmp系统地址 | ||
| 20 | +VUE_APP_REDIRECT_EMP = 'http://192.168.1.251/Emp/#login' | ||
| 21 | +#Fcl登录地址 | ||
| 22 | +VUE_APP_REDIRECT_FCL = 'https://www.fedex.com/secure-login/#login-credentials?redirectUrl=https://iclearuat.cndcdmz.apac.fedex.com/Exp/sysUserController/wlgnForward' | ||
| 23 | +#图文版使用指南 | ||
| 24 | +VUE_APP_FEDEX_HANDBOOK = 'http://192.168.1.251/Emp/FedEx.pdf' | ||
| 25 | +#视频版使用指南 | ||
| 26 | +VUE_APP_FEDEX_VIDEO = '/manager-server/OperationManual_cp.mp4' | ||
| 27 | +#隐私政策 | ||
| 28 | +VUE_APP_PRIVACT_POLICY = 'https://www.fedex.com/zh-cn/privacy-policy.html' | ||
| 29 | +#使用条款 | ||
| 30 | +VUE_APP_TERMS_OF_USE = 'https://www.fedex.com/zh-cn/terms-of-use.html' | ||
| 31 | +#营业执照 | ||
| 32 | +VUE_APP_BUSINESS_LICENSE = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/MVP-APAC/images/2019/Q3/CN_EN_2019_1_Master_image_NA_business_license_marketing_913515423.jpg' | ||
| 33 | +#快递业务经营许可证 | ||
| 34 | +VUE_APP_BUSINESS_PERMIT = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/downloads/fedex-express-delivery-business-permit-cn.jpg' | ||
| 35 | +#沪公网安备号 | ||
| 36 | +VUE_APP_SHANGHAI_FILLING_NUMBER = 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010102007222' | ||
| 37 | +#京ICP | ||
| 38 | +VUE_APP_BEIJING_FILLING_NUMBER = 'https://beian.miit.gov.cn/#/Integrated/recordQuery' | ||
| 39 | + | ||
| 40 | +VUE_APP_BASE_API_dev = 'http://192.168.1.251:7021/Exp' | ||
| 41 | +VUE_APP_BASE_API_test = 'http://192.168.1.251:7022/Exp' | ||
| 42 | +VUE_APP_BASE_API_demo = 'http://192.168.1.251:7023/Exp' | ||
| 43 | +VUE_APP_BASE_API_uat = 'https://declarationuat.fedex.com.cn/Exp' | ||
| 44 | +VUE_APP_BASE_API_pre = 'https://iclearexpuat.fedex.com.cn/Exp' | ||
| 45 | +VUE_APP_BASE_API_prod = 'https://declaration.fedex.com.cn/Exp' | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
.env.development
0 → 100644
| 1 | +# 开发环境配置 | ||
| 2 | +ENV = 'development' | ||
| 3 | + | ||
| 4 | +VUE_APP_BASE_ENV = "dev" | ||
| 5 | + | ||
| 6 | +VUE_APP_Version = '1.3.1' | ||
| 7 | + | ||
| 8 | +# FedEx 在线申报工具/开发环境 | ||
| 9 | +VUE_APP_BASE_API = 'http://101.132.100.41:7001/Ecom' | ||
| 10 | + | ||
| 11 | +VUE_APP_BASE_ROUTE = '/Exp' | ||
| 12 | + | ||
| 13 | +VUE_APP_BASE_LOGINOUT = '/Exp' | ||
| 14 | + | ||
| 15 | +#后端版本校验版本号 | ||
| 16 | +VUE_APP_APIVERSION = 'BFEDDF560FF988C07141DF6135A9BFCF.A3889C390C14952AD666ABC3BE46BE40' | ||
| 17 | + | ||
| 18 | +#路由懒加载 | ||
| 19 | +VUE_CLI_BABEL_TRANSPILE_MODULES = true | ||
| 20 | + | ||
| 21 | +#iclearEmp系统地址 | ||
| 22 | +VUE_APP_REDIRECT_EMP = 'http://192.168.1.251/Emp/#login' | ||
| 23 | +#Fcl登录地址 | ||
| 24 | +VUE_APP_REDIRECT_FCL = 'https://www.fedex.com/secure-login/#login-credentials?redirectUrl=https://iclearuat.cndcdmz.apac.fedex.com/Exp/sysUserController/wlgnForward' | ||
| 25 | +#图文版使用指南 | ||
| 26 | +VUE_APP_FEDEX_HANDBOOK = 'http://192.168.1.251/Emp/FedEx.pdf' | ||
| 27 | +#视频版使用指南 | ||
| 28 | +VUE_APP_FEDEX_VIDEO = '/manager-server/OperationManual_cp.mp4' | ||
| 29 | +#隐私政策 | ||
| 30 | +VUE_APP_PRIVACT_POLICY = 'https://www.fedex.com/zh-cn/privacy-policy.html' | ||
| 31 | +#使用条款 | ||
| 32 | +VUE_APP_TERMS_OF_USE = 'https://www.fedex.com/zh-cn/terms-of-use.html' | ||
| 33 | +#营业执照 | ||
| 34 | +VUE_APP_BUSINESS_LICENSE = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/MVP-APAC/images/2019/Q3/CN_EN_2019_1_Master_image_NA_business_license_marketing_913515423.jpg' | ||
| 35 | +#快递业务经营许可证 | ||
| 36 | +VUE_APP_BUSINESS_PERMIT = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/downloads/fedex-express-delivery-business-permit-cn.jpg' | ||
| 37 | +#沪公网安备号 | ||
| 38 | +VUE_APP_SHANGHAI_FILLING_NUMBER = 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010102007222' | ||
| 39 | +#京ICP | ||
| 40 | +VUE_APP_BEIJING_FILLING_NUMBER = 'https://beian.miit.gov.cn/#/Integrated/recordQuery' | ||
| 41 | + | ||
| 42 | +VUE_APP_BASE_API_dev = 'http://192.168.1.251:7021/Exp' | ||
| 43 | +VUE_APP_BASE_API_test = 'http://192.168.1.251:7022/Exp' | ||
| 44 | +VUE_APP_BASE_API_demo = 'http://192.168.1.251:7023/Exp' | ||
| 45 | +VUE_APP_BASE_API_uat = 'https://declarationuat.fedex.com.cn/Exp' | ||
| 46 | +VUE_APP_BASE_API_pre = 'https://iclearexpuat.fedex.com.cn/Exp' | ||
| 47 | +VUE_APP_BASE_API_prod = 'https://declaration.fedex.com.cn/Exp' | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
.env.deving
0 → 100644
| 1 | +NODE_ENV = production | ||
| 2 | + | ||
| 3 | +# 开发环境配置 | ||
| 4 | +ENV = 'deving' | ||
| 5 | +VUE_APP_BASE_ENV = "deving" | ||
| 6 | + | ||
| 7 | +VUE_APP_Version = '1.3.1' | ||
| 8 | + | ||
| 9 | +#测试环境 | ||
| 10 | +VUE_APP_BASE_API = 'http://192.168.1.251:7021/Exp' | ||
| 11 | + | ||
| 12 | +VUE_APP_BASE_ROUTE = '/ExpDev' | ||
| 13 | + | ||
| 14 | +VUE_APP_BASE_LOGINOUT = '/ExpDev' | ||
| 15 | + | ||
| 16 | +#后端版本校验版本号 | ||
| 17 | +VUE_APP_APIVERSION = 'BFEDDF560FF988C07141DF6135A9BFCF.A3889C390C14952AD666ABC3BE46BE40' | ||
| 18 | + | ||
| 19 | +#iclearEmp系统地址 | ||
| 20 | +VUE_APP_REDIRECT_EMP = 'http://192.168.1.251/Emp/#login' | ||
| 21 | +#Fcl登录地址 | ||
| 22 | +VUE_APP_REDIRECT_FCL = 'https://www.fedex.com/secure-login/#login-credentials?redirectUrl=https://iclearuat.cndcdmz.apac.fedex.com/Exp/sysUserController/wlgnForward' | ||
| 23 | +#图文版使用指南 | ||
| 24 | +VUE_APP_FEDEX_HANDBOOK = 'http://192.168.1.251/Emp/FedEx.pdf' | ||
| 25 | +#视频版使用指南 | ||
| 26 | +VUE_APP_FEDEX_VIDEO = '/manager-server/OperationManual_cp.mp4' | ||
| 27 | +#隐私政策 | ||
| 28 | +VUE_APP_PRIVACT_POLICY = 'https://www.fedex.com/zh-cn/privacy-policy.html' | ||
| 29 | +#使用条款 | ||
| 30 | +VUE_APP_TERMS_OF_USE = 'https://www.fedex.com/zh-cn/terms-of-use.html' | ||
| 31 | +#营业执照 | ||
| 32 | +VUE_APP_BUSINESS_LICENSE = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/MVP-APAC/images/2019/Q3/CN_EN_2019_1_Master_image_NA_business_license_marketing_913515423.jpg' | ||
| 33 | +#快递业务经营许可证 | ||
| 34 | +VUE_APP_BUSINESS_PERMIT = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/downloads/fedex-express-delivery-business-permit-cn.jpg' | ||
| 35 | +#沪公网安备号 | ||
| 36 | +VUE_APP_SHANGHAI_FILLING_NUMBER = 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010102007222' | ||
| 37 | +#京ICP | ||
| 38 | +VUE_APP_BEIJING_FILLING_NUMBER = 'https://beian.miit.gov.cn/#/Integrated/recordQuery' | ||
| 39 | + | ||
| 40 | +VUE_APP_BASE_API_dev = 'http://192.168.1.251:7021/Exp' | ||
| 41 | +VUE_APP_BASE_API_test = 'http://192.168.1.251:7022/Exp' | ||
| 42 | +VUE_APP_BASE_API_demo = 'http://192.168.1.251:7023/Exp' | ||
| 43 | +VUE_APP_BASE_API_uat = 'https://declarationuat.fedex.com.cn/Exp' | ||
| 44 | +VUE_APP_BASE_API_pre = 'https://iclearexpuat.fedex.com.cn/Exp' | ||
| 45 | +VUE_APP_BASE_API_prod = 'https://declaration.fedex.com.cn/Exp' | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
.env.pre
0 → 100644
| 1 | +NODE_ENV = production | ||
| 2 | + | ||
| 3 | +# 预生产环境配置 | ||
| 4 | +ENV = 'pre' | ||
| 5 | +VUE_APP_BASE_ENV = "pre" | ||
| 6 | + | ||
| 7 | +VUE_APP_Version = '1.3.1' | ||
| 8 | + | ||
| 9 | +#测试环境 | ||
| 10 | +VUE_APP_BASE_API = 'https://iclearexpuat.fedex.com.cn/Exp' | ||
| 11 | + | ||
| 12 | +VUE_APP_BASE_ROUTE = '/Exp' | ||
| 13 | + | ||
| 14 | +VUE_APP_BASE_LOGINOUT = '/Exp' | ||
| 15 | + | ||
| 16 | +#后端版本校验版本号 | ||
| 17 | +VUE_APP_APIVERSION = 'D5B582ED9ED4002BF2BCB386A68519CF.A3889C390C14952AD666ABC3BE46BE40' | ||
| 18 | + | ||
| 19 | +#iclearEmp系统地址 | ||
| 20 | +VUE_APP_REDIRECT_EMP = 'https://iclearexpuat.fedex.com.cn/Emp/#/login' | ||
| 21 | +#Fcl登录地址 | ||
| 22 | +VUE_APP_REDIRECT_FCL = 'https://www.fedex.com/secure-login/#login-credentials?redirectUrl=https://iclearuat.cndcdmz.apac.fedex.com/Exp/sysUserController/wlgnForward' | ||
| 23 | +#图文版使用指南 | ||
| 24 | +VUE_APP_FEDEX_HANDBOOK = 'https://iclearexpuat.fedex.com.cn/Exp/manager-server/FedEx.pdf' | ||
| 25 | +#视频版使用指南 | ||
| 26 | +VUE_APP_FEDEX_VIDEO = '/manager-server/OperationManual_cp.mp4' | ||
| 27 | +#隐私政策 | ||
| 28 | +VUE_APP_PRIVACT_POLICY = 'https://www.fedex.com/zh-cn/privacy-policy.html' | ||
| 29 | +#使用条款 | ||
| 30 | +VUE_APP_TERMS_OF_USE = 'https://www.fedex.com/zh-cn/terms-of-use.html' | ||
| 31 | +#营业执照 | ||
| 32 | +VUE_APP_BUSINESS_LICENSE = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/MVP-APAC/images/2019/Q3/CN_EN_2019_1_Master_image_NA_business_license_marketing_913515423.jpg' | ||
| 33 | +#快递业务经营许可证 | ||
| 34 | +VUE_APP_BUSINESS_PERMIT = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/downloads/fedex-express-delivery-business-permit-cn.jpg' | ||
| 35 | +#沪公网安备号 | ||
| 36 | +VUE_APP_SHANGHAI_FILLING_NUMBER = 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010102007222' | ||
| 37 | +#京ICP | ||
| 38 | +VUE_APP_BEIJING_FILLING_NUMBER = 'https://beian.miit.gov.cn/#/Integrated/recordQuery' | ||
| 39 | + | ||
| 40 | +VUE_APP_BASE_API_dev = 'https://iclearexpuat.fedex.com.cn/Exp' | ||
| 41 | +VUE_APP_BASE_API_test = 'https://iclearexpuat.fedex.com.cn/Exp' | ||
| 42 | +VUE_APP_BASE_API_demo = 'https://iclearexpuat.fedex.com.cn/Exp' | ||
| 43 | +VUE_APP_BASE_API_uat = 'https://declarationuat.fedex.com.cn/Exp' | ||
| 44 | +VUE_APP_BASE_API_pre = 'https://iclearexpuat.fedex.com.cn/Exp' | ||
| 45 | +VUE_APP_BASE_API_prod = 'https://declaration.fedex.com.cn/Exp' | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
.env.production
0 → 100644
| 1 | +# 生产环境配置 | ||
| 2 | +ENV = 'production' | ||
| 3 | + | ||
| 4 | +VUE_APP_BASE_ENV = "prod" | ||
| 5 | + | ||
| 6 | +# FedEx 在线申报工具/生产环境 | ||
| 7 | +VUE_APP_BASE_API = '/prod-api' | ||
| 8 | + | ||
| 9 | +VUE_APP_Version = '1.3.1' | ||
| 10 | + | ||
| 11 | +#测试环境 | ||
| 12 | +VUE_APP_BASE_API = 'https://declaration.fedex.com.cn/Exp' | ||
| 13 | + | ||
| 14 | +VUE_APP_BASE_ROUTE = '/Exp' | ||
| 15 | + | ||
| 16 | +VUE_APP_BASE_LOGINOUT = '/Exp' | ||
| 17 | + | ||
| 18 | +#后端版本校验版本号 | ||
| 19 | +VUE_APP_APIVERSION = 'C8074BB318FB85693233E64ACC64C1ED.A3889C390C14952AD666ABC3BE46BE40' | ||
| 20 | + | ||
| 21 | +#iclearEmp系统地址 | ||
| 22 | +VUE_APP_REDIRECT_EMP = 'https://declaration.fedex.com.cn/Emp/#/login' | ||
| 23 | +#Fcl登录地址 | ||
| 24 | +VUE_APP_REDIRECT_FCL = 'https://www.fedex.com/secure-login/#login-credentials?redirectUrl=https://iclearuat.cndcdmz.apac.fedex.com/Exp/sysUserController/wlgnForward' | ||
| 25 | +#图文版使用指南 | ||
| 26 | +VUE_APP_FEDEX_HANDBOOK = 'https://declaration.fedex.com.cn/Exp/manager-server/FedEx.pdf' | ||
| 27 | +#视频版使用指南 | ||
| 28 | +VUE_APP_FEDEX_VIDEO = '/manager-server/OperationManual_cp.mp4' | ||
| 29 | +#隐私政策 | ||
| 30 | +VUE_APP_PRIVACT_POLICY = 'https://www.fedex.com/zh-cn/privacy-policy.html' | ||
| 31 | +#使用条款 | ||
| 32 | +VUE_APP_TERMS_OF_USE = 'https://www.fedex.com/zh-cn/terms-of-use.html' | ||
| 33 | +#营业执照 | ||
| 34 | +VUE_APP_BUSINESS_LICENSE = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/MVP-APAC/images/2019/Q3/CN_EN_2019_1_Master_image_NA_business_license_marketing_913515423.jpg' | ||
| 35 | +#快递业务经营许可证 | ||
| 36 | +VUE_APP_BUSINESS_PERMIT = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/downloads/fedex-express-delivery-business-permit-cn.jpg' | ||
| 37 | +#沪公网安备号 | ||
| 38 | +VUE_APP_SHANGHAI_FILLING_NUMBER = 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010102007222' | ||
| 39 | +#京ICP | ||
| 40 | +VUE_APP_BEIJING_FILLING_NUMBER = 'https://beian.miit.gov.cn/#/Integrated/recordQuery' | ||
| 41 | + | ||
| 42 | +VUE_APP_BASE_API_dev = 'https://declaration.fedex.com.cn/Exp' | ||
| 43 | +VUE_APP_BASE_API_test = 'https://declaration.fedex.com.cn/Exp' | ||
| 44 | +VUE_APP_BASE_API_demo = 'https://declaration.fedex.com.cn/Exp' | ||
| 45 | +VUE_APP_BASE_API_uat = 'https://declaration.fedex.com.cn/Exp' | ||
| 46 | +VUE_APP_BASE_API_pre = 'https://declaration.fedex.com.cn/Exp' | ||
| 47 | +VUE_APP_BASE_API_prod = 'https://declaration.fedex.com.cn/Exp' | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
.env.staging
0 → 100644
| 1 | +NODE_ENV = production | ||
| 2 | + | ||
| 3 | +# 测试环境配置 | ||
| 4 | +ENV = 'staging' | ||
| 5 | + | ||
| 6 | +VUE_APP_BASE_ENV = "staging" | ||
| 7 | + | ||
| 8 | +VUE_APP_Version = '1.3.1' | ||
| 9 | + | ||
| 10 | +#测试环境 | ||
| 11 | +VUE_APP_BASE_API = 'http://192.168.1.251:7022/Exp' | ||
| 12 | + | ||
| 13 | +VUE_APP_BASE_ROUTE = '/ExpTest' | ||
| 14 | + | ||
| 15 | +VUE_APP_BASE_LOGINOUT = '/ExpTest' | ||
| 16 | + | ||
| 17 | +#后端版本校验版本号 | ||
| 18 | +VUE_APP_APIVERSION = '033BD94B1168D7E4F0D644C3C95E35BF.A3889C390C14952AD666ABC3BE46BE40' | ||
| 19 | + | ||
| 20 | +#iclearEmp系统地址 | ||
| 21 | +VUE_APP_REDIRECT_EMP = 'http://192.168.1.251/Emp/#login' | ||
| 22 | +#Fcl登录地址 | ||
| 23 | +VUE_APP_REDIRECT_FCL = 'https://www.fedex.com/secure-login/#login-credentials?redirectUrl=https://iclearuat.cndcdmz.apac.fedex.com/Exp/sysUserController/wlgnForward' | ||
| 24 | +#图文版使用指南 | ||
| 25 | +VUE_APP_FEDEX_HANDBOOK = 'http://192.168.1.251/Emp/FedEx.pdf' | ||
| 26 | +#视频版使用指南 | ||
| 27 | +VUE_APP_FEDEX_VIDEO = '/manager-server/OperationManual_cp.mp4' | ||
| 28 | +#隐私政策 | ||
| 29 | +VUE_APP_PRIVACT_POLICY = 'https://www.fedex.com/zh-cn/privacy-policy.html' | ||
| 30 | +#使用条款 | ||
| 31 | +VUE_APP_TERMS_OF_USE = 'https://www.fedex.com/zh-cn/terms-of-use.html' | ||
| 32 | +#营业执照 | ||
| 33 | +VUE_APP_BUSINESS_LICENSE = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/MVP-APAC/images/2019/Q3/CN_EN_2019_1_Master_image_NA_business_license_marketing_913515423.jpg' | ||
| 34 | +#快递业务经营许可证 | ||
| 35 | +VUE_APP_BUSINESS_PERMIT = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/downloads/fedex-express-delivery-business-permit-cn.jpg' | ||
| 36 | +#沪公网安备号 | ||
| 37 | +VUE_APP_SHANGHAI_FILLING_NUMBER = 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010102007222' | ||
| 38 | +#京ICP | ||
| 39 | +VUE_APP_BEIJING_FILLING_NUMBER = 'https://beian.miit.gov.cn/#/Integrated/recordQuery' | ||
| 40 | + | ||
| 41 | +VUE_APP_BASE_API_dev = 'http://192.168.1.251:7021/Exp' | ||
| 42 | +VUE_APP_BASE_API_test = 'http://192.168.1.251:7022/Exp' | ||
| 43 | +VUE_APP_BASE_API_demo = 'http://192.168.1.251:7023/Exp' | ||
| 44 | +VUE_APP_BASE_API_uat = 'https://declarationuat.fedex.com.cn/Exp' | ||
| 45 | +VUE_APP_BASE_API_pre = 'https://iclearexpuat.fedex.com.cn/Exp' | ||
| 46 | +VUE_APP_BASE_API_prod = 'https://declaration.fedex.com.cn/Exp' | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
.env.uat
0 → 100644
| 1 | +NODE_ENV = production | ||
| 2 | + | ||
| 3 | +# uat环境配置 | ||
| 4 | +ENV = 'uat' | ||
| 5 | + | ||
| 6 | +VUE_APP_BASE_ENV = "uat" | ||
| 7 | + | ||
| 8 | +VUE_APP_Version = '1.3.1' | ||
| 9 | + | ||
| 10 | +#测试环境 | ||
| 11 | +VUE_APP_BASE_API = 'https://declarationuat.fedex.com.cn/Exp' | ||
| 12 | + | ||
| 13 | +VUE_APP_BASE_ROUTE = '/Exp' | ||
| 14 | + | ||
| 15 | +VUE_APP_BASE_LOGINOUT = '/Exp' | ||
| 16 | + | ||
| 17 | +#后端版本校验版本号 | ||
| 18 | +VUE_APP_APIVERSION = '19DD6C1CEC504AC854645F352EB03209.A3889C390C14952AD666ABC3BE46BE40' | ||
| 19 | + | ||
| 20 | +#iclearEmp系统地址 | ||
| 21 | +VUE_APP_REDIRECT_EMP = 'https://declarationuat.fedex.com.cn/Emp/#/login' | ||
| 22 | +#Fcl登录地址 | ||
| 23 | +VUE_APP_REDIRECT_FCL = 'https://www.fedex.com/secure-login/#login-credentials?redirectUrl=https://iclearuat.cndcdmz.apac.fedex.com/Exp/sysUserController/wlgnForward' | ||
| 24 | +#图文版使用指南 | ||
| 25 | +VUE_APP_FEDEX_HANDBOOK = 'https://declarationuat.fedex.com.cn/Exp/manager-server/FedEx.pdf' | ||
| 26 | +#视频版使用指南 | ||
| 27 | +VUE_APP_FEDEX_VIDEO = '/manager-server/OperationManual_cp.mp4' | ||
| 28 | +#隐私政策 | ||
| 29 | +VUE_APP_PRIVACT_POLICY = 'https://www.fedex.com/zh-cn/privacy-policy.html' | ||
| 30 | +#使用条款 | ||
| 31 | +VUE_APP_TERMS_OF_USE = 'https://www.fedex.com/zh-cn/terms-of-use.html' | ||
| 32 | +#营业执照 | ||
| 33 | +VUE_APP_BUSINESS_LICENSE = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/MVP-APAC/images/2019/Q3/CN_EN_2019_1_Master_image_NA_business_license_marketing_913515423.jpg' | ||
| 34 | +#快递业务经营许可证 | ||
| 35 | +VUE_APP_BUSINESS_PERMIT = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/downloads/fedex-express-delivery-business-permit-cn.jpg' | ||
| 36 | +#沪公网安备号 | ||
| 37 | +VUE_APP_SHANGHAI_FILLING_NUMBER = 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010102007222' | ||
| 38 | +#京ICP | ||
| 39 | +VUE_APP_BEIJING_FILLING_NUMBER = 'https://beian.miit.gov.cn/#/Integrated/recordQuery' | ||
| 40 | + | ||
| 41 | +VUE_APP_BASE_API_dev = 'https://declarationuat.fedex.com.cn/Exp' | ||
| 42 | +VUE_APP_BASE_API_test = 'https://declarationuat.fedex.com.cn/Exp' | ||
| 43 | +VUE_APP_BASE_API_demo = 'https://declarationuat.fedex.com.cn/Exp' | ||
| 44 | +VUE_APP_BASE_API_uat = 'https://declarationuat.fedex.com.cn/Exp' | ||
| 45 | +VUE_APP_BASE_API_pre = 'https://iclearexpuat.fedex.com.cn/Exp' | ||
| 46 | +VUE_APP_BASE_API_prod = 'https://declaration.fedex.com.cn/Exp' | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
| 1 | +// ESlint 检查配置 | ||
| 2 | +module.exports = { | ||
| 3 | + root: true, | ||
| 4 | + parserOptions: { | ||
| 5 | + parser: 'babel-eslint', | ||
| 6 | + sourceType: 'module' | ||
| 7 | + }, | ||
| 8 | + env: { | ||
| 9 | + browser: true, | ||
| 10 | + node: true, | ||
| 11 | + es6: true, | ||
| 12 | + }, | ||
| 13 | + extends: ['plugin:vue/recommended', 'eslint:recommended'], | ||
| 14 | + | ||
| 15 | + // add your custom rules here | ||
| 16 | + //it is base on https://github.com/vuejs/eslint-config-vue | ||
| 17 | + rules: { | ||
| 18 | + "vue/max-attributes-per-line": [2, { | ||
| 19 | + "singleline": 10, | ||
| 20 | + "multiline": { | ||
| 21 | + "max": 1, | ||
| 22 | + "allowFirstLine": false | ||
| 23 | + } | ||
| 24 | + }], | ||
| 25 | + "vue/singleline-html-element-content-newline": "off", | ||
| 26 | + "vue/multiline-html-element-content-newline":"off", | ||
| 27 | + "vue/name-property-casing": ["error", "PascalCase"], | ||
| 28 | + "vue/no-v-html": "off", | ||
| 29 | + 'accessor-pairs': 2, | ||
| 30 | + 'arrow-spacing': [2, { | ||
| 31 | + 'before': true, | ||
| 32 | + 'after': true | ||
| 33 | + }], | ||
| 34 | + 'block-spacing': [2, 'always'], | ||
| 35 | + 'brace-style': [2, '1tbs', { | ||
| 36 | + 'allowSingleLine': true | ||
| 37 | + }], | ||
| 38 | + 'camelcase': [0, { | ||
| 39 | + 'properties': 'always' | ||
| 40 | + }], | ||
| 41 | + 'comma-dangle': [2, 'never'], | ||
| 42 | + 'comma-spacing': [2, { | ||
| 43 | + 'before': false, | ||
| 44 | + 'after': true | ||
| 45 | + }], | ||
| 46 | + 'comma-style': [2, 'last'], | ||
| 47 | + 'constructor-super': 2, | ||
| 48 | + 'curly': [2, 'multi-line'], | ||
| 49 | + 'dot-location': [2, 'property'], | ||
| 50 | + 'eol-last': 2, | ||
| 51 | + 'eqeqeq': ["error", "always", {"null": "ignore"}], | ||
| 52 | + 'generator-star-spacing': [2, { | ||
| 53 | + 'before': true, | ||
| 54 | + 'after': true | ||
| 55 | + }], | ||
| 56 | + 'handle-callback-err': [2, '^(err|error)$'], | ||
| 57 | + 'indent': [2, 2, { | ||
| 58 | + 'SwitchCase': 1 | ||
| 59 | + }], | ||
| 60 | + 'jsx-quotes': [2, 'prefer-single'], | ||
| 61 | + 'key-spacing': [2, { | ||
| 62 | + 'beforeColon': false, | ||
| 63 | + 'afterColon': true | ||
| 64 | + }], | ||
| 65 | + 'keyword-spacing': [2, { | ||
| 66 | + 'before': true, | ||
| 67 | + 'after': true | ||
| 68 | + }], | ||
| 69 | + 'new-cap': [2, { | ||
| 70 | + 'newIsCap': true, | ||
| 71 | + 'capIsNew': false | ||
| 72 | + }], | ||
| 73 | + 'new-parens': 2, | ||
| 74 | + 'no-array-constructor': 2, | ||
| 75 | + 'no-caller': 2, | ||
| 76 | + 'no-console': 'off', | ||
| 77 | + 'no-class-assign': 2, | ||
| 78 | + 'no-cond-assign': 2, | ||
| 79 | + 'no-const-assign': 2, | ||
| 80 | + 'no-control-regex': 0, | ||
| 81 | + 'no-delete-var': 2, | ||
| 82 | + 'no-dupe-args': 2, | ||
| 83 | + 'no-dupe-class-members': 2, | ||
| 84 | + 'no-dupe-keys': 2, | ||
| 85 | + 'no-duplicate-case': 2, | ||
| 86 | + 'no-empty-character-class': 2, | ||
| 87 | + 'no-empty-pattern': 2, | ||
| 88 | + 'no-eval': 2, | ||
| 89 | + 'no-ex-assign': 2, | ||
| 90 | + 'no-extend-native': 2, | ||
| 91 | + 'no-extra-bind': 2, | ||
| 92 | + 'no-extra-boolean-cast': 2, | ||
| 93 | + 'no-extra-parens': [2, 'functions'], | ||
| 94 | + 'no-fallthrough': 2, | ||
| 95 | + 'no-floating-decimal': 2, | ||
| 96 | + 'no-func-assign': 2, | ||
| 97 | + 'no-implied-eval': 2, | ||
| 98 | + 'no-inner-declarations': [2, 'functions'], | ||
| 99 | + 'no-invalid-regexp': 2, | ||
| 100 | + 'no-irregular-whitespace': 2, | ||
| 101 | + 'no-iterator': 2, | ||
| 102 | + 'no-label-var': 2, | ||
| 103 | + 'no-labels': [2, { | ||
| 104 | + 'allowLoop': false, | ||
| 105 | + 'allowSwitch': false | ||
| 106 | + }], | ||
| 107 | + 'no-lone-blocks': 2, | ||
| 108 | + 'no-mixed-spaces-and-tabs': 2, | ||
| 109 | + 'no-multi-spaces': 2, | ||
| 110 | + 'no-multi-str': 2, | ||
| 111 | + 'no-multiple-empty-lines': [2, { | ||
| 112 | + 'max': 1 | ||
| 113 | + }], | ||
| 114 | + 'no-native-reassign': 2, | ||
| 115 | + 'no-negated-in-lhs': 2, | ||
| 116 | + 'no-new-object': 2, | ||
| 117 | + 'no-new-require': 2, | ||
| 118 | + 'no-new-symbol': 2, | ||
| 119 | + 'no-new-wrappers': 2, | ||
| 120 | + 'no-obj-calls': 2, | ||
| 121 | + 'no-octal': 2, | ||
| 122 | + 'no-octal-escape': 2, | ||
| 123 | + 'no-path-concat': 2, | ||
| 124 | + 'no-proto': 2, | ||
| 125 | + 'no-redeclare': 2, | ||
| 126 | + 'no-regex-spaces': 2, | ||
| 127 | + 'no-return-assign': [2, 'except-parens'], | ||
| 128 | + 'no-self-assign': 2, | ||
| 129 | + 'no-self-compare': 2, | ||
| 130 | + 'no-sequences': 2, | ||
| 131 | + 'no-shadow-restricted-names': 2, | ||
| 132 | + 'no-spaced-func': 2, | ||
| 133 | + 'no-sparse-arrays': 2, | ||
| 134 | + 'no-this-before-super': 2, | ||
| 135 | + 'no-throw-literal': 2, | ||
| 136 | + 'no-trailing-spaces': 2, | ||
| 137 | + 'no-undef': 2, | ||
| 138 | + 'no-undef-init': 2, | ||
| 139 | + 'no-unexpected-multiline': 2, | ||
| 140 | + 'no-unmodified-loop-condition': 2, | ||
| 141 | + 'no-unneeded-ternary': [2, { | ||
| 142 | + 'defaultAssignment': false | ||
| 143 | + }], | ||
| 144 | + 'no-unreachable': 2, | ||
| 145 | + 'no-unsafe-finally': 2, | ||
| 146 | + 'no-unused-vars': [2, { | ||
| 147 | + 'vars': 'all', | ||
| 148 | + 'args': 'none' | ||
| 149 | + }], | ||
| 150 | + 'no-useless-call': 2, | ||
| 151 | + 'no-useless-computed-key': 2, | ||
| 152 | + 'no-useless-constructor': 2, | ||
| 153 | + 'no-useless-escape': 0, | ||
| 154 | + 'no-whitespace-before-property': 2, | ||
| 155 | + 'no-with': 2, | ||
| 156 | + 'one-var': [2, { | ||
| 157 | + 'initialized': 'never' | ||
| 158 | + }], | ||
| 159 | + 'operator-linebreak': [2, 'after', { | ||
| 160 | + 'overrides': { | ||
| 161 | + '?': 'before', | ||
| 162 | + ':': 'before' | ||
| 163 | + } | ||
| 164 | + }], | ||
| 165 | + 'padded-blocks': [2, 'never'], | ||
| 166 | + 'quotes': [2, 'single', { | ||
| 167 | + 'avoidEscape': true, | ||
| 168 | + 'allowTemplateLiterals': true | ||
| 169 | + }], | ||
| 170 | + 'semi': [2, 'never'], | ||
| 171 | + 'semi-spacing': [2, { | ||
| 172 | + 'before': false, | ||
| 173 | + 'after': true | ||
| 174 | + }], | ||
| 175 | + 'space-before-blocks': [2, 'always'], | ||
| 176 | + 'space-before-function-paren': [2, 'never'], | ||
| 177 | + 'space-in-parens': [2, 'never'], | ||
| 178 | + 'space-infix-ops': 2, | ||
| 179 | + 'space-unary-ops': [2, { | ||
| 180 | + 'words': true, | ||
| 181 | + 'nonwords': false | ||
| 182 | + }], | ||
| 183 | + 'spaced-comment': [2, 'always', { | ||
| 184 | + 'markers': ['global', 'globals', 'eslint', 'eslint-disable', '*package', '!', ','] | ||
| 185 | + }], | ||
| 186 | + 'template-curly-spacing': [2, 'never'], | ||
| 187 | + 'use-isnan': 2, | ||
| 188 | + 'valid-typeof': 2, | ||
| 189 | + 'wrap-iife': [2, 'any'], | ||
| 190 | + 'yield-star-spacing': [2, 'both'], | ||
| 191 | + 'yoda': [2, 'never'], | ||
| 192 | + 'prefer-const': 2, | ||
| 193 | + 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0, | ||
| 194 | + 'object-curly-spacing': [2, 'always', { | ||
| 195 | + objectsInObjects: false | ||
| 196 | + }], | ||
| 197 | + 'array-bracket-spacing': [2, 'never'] | ||
| 198 | + } | ||
| 199 | +} |
.gitignore
0 → 100644
| 1 | +HELP.md | ||
| 2 | +target/ | ||
| 3 | +node_modules/ | ||
| 4 | +dist/ | ||
| 5 | +dist_*/ | ||
| 6 | +!.mvn/wrapper/maven-wrapper.jar | ||
| 7 | +!**/src/main/**/target/ | ||
| 8 | +!**/src/test/**/target/ | ||
| 9 | + | ||
| 10 | +### STS ### | ||
| 11 | +.apt_generated | ||
| 12 | +.classpath | ||
| 13 | +.factorypath | ||
| 14 | +.project | ||
| 15 | +.settings | ||
| 16 | +.springBeans | ||
| 17 | +.sts4-cache | ||
| 18 | + | ||
| 19 | +### IntelliJ IDEA ### | ||
| 20 | +.idea | ||
| 21 | +*.iws | ||
| 22 | +*.iml | ||
| 23 | +*.ipr | ||
| 24 | + | ||
| 25 | +### NetBeans ### | ||
| 26 | +/nbproject/private/ | ||
| 27 | +/nbbuild/ | ||
| 28 | +/node_modules/ | ||
| 29 | +/dist/ | ||
| 30 | +/nbdist/ | ||
| 31 | +/.nb-gradle/ | ||
| 32 | +build/ | ||
| 33 | +!**/src/main/**/build/ | ||
| 34 | +!**/src/test/**/build/ | ||
| 35 | + | ||
| 36 | +### VS Code ### | ||
| 37 | +.vscode/ | ||
| 38 | + | ||
| 39 | +/out/ | ||
| 40 | + | ||
| 41 | +package-lock.json |
README.md
0 → 100644
| 1 | +## 开发 | ||
| 2 | + | ||
| 3 | +```bash | ||
| 4 | +# 克隆项目 | ||
| 5 | +git clone http://118.178.128.178/Fedex/iClearExport.git | ||
| 6 | + | ||
| 7 | +# 进入项目目录 | ||
| 8 | +cd iCealrExport-vueUI | ||
| 9 | + | ||
| 10 | +# 安装依赖 | ||
| 11 | +npm install | ||
| 12 | + | ||
| 13 | +# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 | ||
| 14 | +npm install --registry=https://registry.npm.taobao.org | ||
| 15 | + | ||
| 16 | +# 启动服务 | ||
| 17 | +npm run dev | ||
| 18 | +``` | ||
| 19 | + | ||
| 20 | +浏览器访问 http://localhost:80 | ||
| 21 | + | ||
| 22 | +## 发布 | ||
| 23 | + | ||
| 24 | +```bash | ||
| 25 | +# 构建测试环境 | ||
| 26 | +npm run build:stage | ||
| 27 | + | ||
| 28 | +# 构建生产环境 | ||
| 29 | +npm run build:prod | ||
| 30 | +``` |
babel.config.js
0 → 100644
| 1 | +module.exports = { | ||
| 2 | + presets: [ | ||
| 3 | + // https://github.com/vuejs/vue-cli/tree/master/packages/@vue/babel-preset-app | ||
| 4 | + '@vue/cli-plugin-babel/preset' | ||
| 5 | + ], | ||
| 6 | + 'env': { | ||
| 7 | + 'development': { | ||
| 8 | + // babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require(). | ||
| 9 | + // This plugin can significantly increase the speed of hot updates, when you have a large number of pages. | ||
| 10 | + 'plugins': ['dynamic-import-node'] | ||
| 11 | + } | ||
| 12 | + } | ||
| 13 | +} |
bin/build.bat
0 → 100644
bin/package.bat
0 → 100644
bin/run-web.bat
0 → 100644
package - 副本.json
0 → 100644
| 1 | +{ | ||
| 2 | + "name": "iCearExport", | ||
| 3 | + "version": "1.3.1", | ||
| 4 | + "description": "FedEx 在线申报工具", | ||
| 5 | + "author": "ICE", | ||
| 6 | + "license": "MIT", | ||
| 7 | + "scripts": { | ||
| 8 | + "dev": "vue-cli-service serve", | ||
| 9 | + "build:prod": "vue-cli-service build", | ||
| 10 | + "build:stage": "vue-cli-service build --mode staging", | ||
| 11 | + "preview": "node build/index.js --preview", | ||
| 12 | + "lint": "eslint --ext .js,.vue src" | ||
| 13 | + }, | ||
| 14 | + "husky": { | ||
| 15 | + "hooks": { | ||
| 16 | + "pre-commit": "lint-staged" | ||
| 17 | + } | ||
| 18 | + }, | ||
| 19 | + "lint-staged": { | ||
| 20 | + "src/**/*.{js,vue}": [ | ||
| 21 | + "eslint --fix", | ||
| 22 | + "git add" | ||
| 23 | + ] | ||
| 24 | + }, | ||
| 25 | + "keywords": [ | ||
| 26 | + "vue", | ||
| 27 | + "admin", | ||
| 28 | + "dashboard", | ||
| 29 | + "element-ui", | ||
| 30 | + "boilerplate", | ||
| 31 | + "admin-template", | ||
| 32 | + "management-system" | ||
| 33 | + ], | ||
| 34 | + "repository": { | ||
| 35 | + "type": "git", | ||
| 36 | + "url": "http://118.178.128.178/Fedex/iClearExport.git" | ||
| 37 | + }, | ||
| 38 | + "dependencies": { | ||
| 39 | + "@riophae/vue-treeselect": "0.4.0", | ||
| 40 | + "axios": "0.21.1", | ||
| 41 | + "clipboard": "2.0.8", | ||
| 42 | + "core-js": "3.8.3", | ||
| 43 | + "echarts": "4.9.0", | ||
| 44 | + "element-ui": "2.15.3", | ||
| 45 | + "file-saver": "2.0.5", | ||
| 46 | + "fuse.js": "6.4.6", | ||
| 47 | + "highlight.js": "9.18.5", | ||
| 48 | + "js-beautify": "1.13.13", | ||
| 49 | + "js-cookie": "2.2.1", | ||
| 50 | + "jsencrypt": "3.0.3", | ||
| 51 | + "nprogress": "0.2.0", | ||
| 52 | + "quill": "1.3.7", | ||
| 53 | + "screenfull": "5.0.2", | ||
| 54 | + "sortablejs": "1.10.2", | ||
| 55 | + "vue": "2.6.14", | ||
| 56 | + "vue-count-to": "1.0.13", | ||
| 57 | + "vue-cropper": "0.5.6", | ||
| 58 | + "vue-router": "3.5.2", | ||
| 59 | + "vuedraggable": "2.24.3", | ||
| 60 | + "vuex": "3.6.2" | ||
| 61 | + }, | ||
| 62 | + "devDependencies": { | ||
| 63 | + "@vue/cli-plugin-babel": "4.5.13", | ||
| 64 | + "@vue/cli-plugin-eslint": "4.5.13", | ||
| 65 | + "@vue/cli-service": "4.5.13", | ||
| 66 | + "babel-eslint": "10.1.0", | ||
| 67 | + "chalk": "4.1.1", | ||
| 68 | + "connect": "3.6.6", | ||
| 69 | + "eslint": "7.30.0", | ||
| 70 | + "eslint-plugin-vue": "7.12.1", | ||
| 71 | + "lint-staged": "10.5.4", | ||
| 72 | + "runjs": "4.4.2", | ||
| 73 | + "sass": "1.35.1", | ||
| 74 | + "sass-loader": "10.2.0", | ||
| 75 | + "script-ext-html-webpack-plugin": "2.1.5", | ||
| 76 | + "svg-sprite-loader": "5.2.1", | ||
| 77 | + "vue-template-compiler": "2.6.14" | ||
| 78 | + }, | ||
| 79 | + "engines": { | ||
| 80 | + "node": ">=8.9", | ||
| 81 | + "npm": ">= 3.0.0" | ||
| 82 | + }, | ||
| 83 | + "browserslist": [ | ||
| 84 | + "> 1%", | ||
| 85 | + "last 2 versions" | ||
| 86 | + ] | ||
| 87 | +} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
package.json
0 → 100644
| 1 | +{ | ||
| 2 | + "name": "iCearExport", | ||
| 3 | + "version": "1.3.1", | ||
| 4 | + "description": "FedEx 在线申报工具", | ||
| 5 | + "author": "ICE", | ||
| 6 | + "license": "MIT", | ||
| 7 | + "scripts": { | ||
| 8 | + "dev": "vue-cli-service serve", | ||
| 9 | + "build:deving": "vue-cli-service build --mode deving", | ||
| 10 | + "build:stage": "vue-cli-service build --mode staging", | ||
| 11 | + "build:demo": "vue-cli-service build --mode demo", | ||
| 12 | + "build:uat": "vue-cli-service build --mode uat", | ||
| 13 | + "build:pre": "vue-cli-service build --mode pre", | ||
| 14 | + "build:prod": "vue-cli-service build", | ||
| 15 | + "preview": "node build/index.js --preview", | ||
| 16 | + "lint": "eslint --ext .js,.vue src" | ||
| 17 | + }, | ||
| 18 | + "husky": { | ||
| 19 | + "hooks": { | ||
| 20 | + "pre-commit": "lint-staged" | ||
| 21 | + } | ||
| 22 | + }, | ||
| 23 | + "lint-staged": { | ||
| 24 | + "src/**/*.{js,vue}": [ | ||
| 25 | + "eslint --fix", | ||
| 26 | + "git add" | ||
| 27 | + ] | ||
| 28 | + }, | ||
| 29 | + "keywords": [ | ||
| 30 | + "vue", | ||
| 31 | + "admin", | ||
| 32 | + "dashboard", | ||
| 33 | + "element-ui", | ||
| 34 | + "boilerplate", | ||
| 35 | + "admin-template", | ||
| 36 | + "management-system" | ||
| 37 | + ], | ||
| 38 | + "repository": { | ||
| 39 | + "type": "git", | ||
| 40 | + "url": "http://118.178.128.178/Fedex/iClearExport.git" | ||
| 41 | + }, | ||
| 42 | + "dependencies": { | ||
| 43 | + "axios": "0.21.1", | ||
| 44 | + "core-js": "3.8.3", | ||
| 45 | + "docx-preview": "^0.1.20", | ||
| 46 | + "element-ui": "^2.15.14", | ||
| 47 | + "jspdf": "^2.5.0", | ||
| 48 | + "pdfjs-dist": "^2.5.207", | ||
| 49 | + "vue": "2.6.14", | ||
| 50 | + "vue-i18n": "^8.28.2", | ||
| 51 | + "vue-router": "3.5.2", | ||
| 52 | + "vuex": "3.6.2" | ||
| 53 | + }, | ||
| 54 | + "devDependencies": { | ||
| 55 | + "@vue/cli-plugin-babel": "4.5.13", | ||
| 56 | + "@vue/cli-plugin-eslint": "4.5.13", | ||
| 57 | + "@vue/cli-service": "4.5.13", | ||
| 58 | + "babel-eslint": "10.1.0", | ||
| 59 | + "chalk": "4.1.1", | ||
| 60 | + "connect": "3.6.6", | ||
| 61 | + "eslint": "7.30.0", | ||
| 62 | + "eslint-plugin-vue": "7.12.1", | ||
| 63 | + "lint-staged": "10.5.4", | ||
| 64 | + "runjs": "4.4.2", | ||
| 65 | + "sass": "1.35.1", | ||
| 66 | + "sass-loader": "10.2.0", | ||
| 67 | + "script-ext-html-webpack-plugin": "2.1.5", | ||
| 68 | + "svg-sprite-loader": "5.2.1", | ||
| 69 | + "vue-template-compiler": "2.6.14" | ||
| 70 | + }, | ||
| 71 | + "engines": { | ||
| 72 | + "node": ">=8.9", | ||
| 73 | + "npm": ">= 3.0.0" | ||
| 74 | + }, | ||
| 75 | + "browserslist": [ | ||
| 76 | + "> 1%", | ||
| 77 | + "last 2 versions" | ||
| 78 | + ] | ||
| 79 | +} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
public/PowerOfAttorney.pdf
0 → 100644
No preview for this file type
public/approval.html
0 → 100644
| 1 | +<!DOCTYPE html> | ||
| 2 | +<html lang="en"> | ||
| 3 | + | ||
| 4 | +<head> | ||
| 5 | + <meta charset="UTF-8"> | ||
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> | ||
| 7 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
| 8 | + <meta name="renderer" content="webkit"> | ||
| 9 | + <meta http-equiv="Expires" content="0"> | ||
| 10 | + <meta http-equiv="Pragma" content="no-cache"> | ||
| 11 | + <meta http-equiv="Cache-Control" content="no-cache,no-store, must-revalidate"> | ||
| 12 | + <link rel="icon" href="./favicon.ico"> | ||
| 13 | + <title>FedEx 在线申报工具</title> | ||
| 14 | + <style> | ||
| 15 | + html, | ||
| 16 | + body { | ||
| 17 | + margin: 0px; | ||
| 18 | + padding: 0px; | ||
| 19 | + } | ||
| 20 | + | ||
| 21 | + .head { | ||
| 22 | + width: 100%; | ||
| 23 | + height: 64px; | ||
| 24 | + overflow: hidden; | ||
| 25 | + background-color: #4d148c; | ||
| 26 | + } | ||
| 27 | + | ||
| 28 | + .head-content { | ||
| 29 | + display: flex; | ||
| 30 | + width: 1000px; | ||
| 31 | + height: 63px; | ||
| 32 | + margin: 0 auto; | ||
| 33 | + justify-content: space-between; | ||
| 34 | + line-height: 63px; | ||
| 35 | + color: #fff; | ||
| 36 | + } | ||
| 37 | + | ||
| 38 | + .head-content>img { | ||
| 39 | + width: 5.5rem; | ||
| 40 | + height: 63px; | ||
| 41 | + object-fit: contain | ||
| 42 | + } | ||
| 43 | + | ||
| 44 | + .footer { | ||
| 45 | + position: fixed; | ||
| 46 | + width: 100%; | ||
| 47 | + height: 187px; | ||
| 48 | + left: 0px; | ||
| 49 | + bottom: 0px | ||
| 50 | + } | ||
| 51 | + | ||
| 52 | + .footer-content { | ||
| 53 | + padding: 30px 120px; | ||
| 54 | + background-color: #f8f8f8; | ||
| 55 | + } | ||
| 56 | + | ||
| 57 | + .footer-content-title { | ||
| 58 | + font-weight: 600; | ||
| 59 | + color: #4D148C; | ||
| 60 | + margin-bottom: 10px; | ||
| 61 | + } | ||
| 62 | + | ||
| 63 | + .footer-content-link { | ||
| 64 | + display: flex; | ||
| 65 | + font-weight: 400; | ||
| 66 | + color: #333 !important; | ||
| 67 | + justify-content: flex-start; | ||
| 68 | + } | ||
| 69 | + | ||
| 70 | + .footer-content-link>a { | ||
| 71 | + margin-right: 60px; | ||
| 72 | + text-decoration: none; | ||
| 73 | + color: #333; | ||
| 74 | + } | ||
| 75 | + | ||
| 76 | + .footer-link { | ||
| 77 | + width: 100%; | ||
| 78 | + height: 75px; | ||
| 79 | + background-color: #4D148C; | ||
| 80 | + } | ||
| 81 | + | ||
| 82 | + .footer-link-content { | ||
| 83 | + display: flex; | ||
| 84 | + width: 80%; | ||
| 85 | + height: 55px; | ||
| 86 | + line-height: 55px; | ||
| 87 | + margin: 0 auto; | ||
| 88 | + justify-content: space-between; | ||
| 89 | + color: #fff; | ||
| 90 | + font-size: 14px; | ||
| 91 | + } | ||
| 92 | + | ||
| 93 | + /* .footer-link-content>div:first-child { | ||
| 94 | + } */ | ||
| 95 | + | ||
| 96 | + .footer-link-content>div:last-child>a { | ||
| 97 | + margin-right: 30px; | ||
| 98 | + color: #fff !important; | ||
| 99 | + text-decoration: none | ||
| 100 | + } | ||
| 101 | + | ||
| 102 | + .footer-link-bottom { | ||
| 103 | + text-align: center; | ||
| 104 | + color: rgba(255, 255, 255, 0.38); | ||
| 105 | + font-size: 0.625rem; | ||
| 106 | + } | ||
| 107 | + | ||
| 108 | + .footer-link-bottom>a { | ||
| 109 | + text-decoration: none; | ||
| 110 | + color: rgba(255, 255, 255, 0.38); | ||
| 111 | + margin: 0 10px; | ||
| 112 | + } | ||
| 113 | + | ||
| 114 | + .content { | ||
| 115 | + position: relative; | ||
| 116 | + } | ||
| 117 | + | ||
| 118 | + .approval { | ||
| 119 | + width: 40%; | ||
| 120 | + text-align: center; | ||
| 121 | + margin: 150px auto; | ||
| 122 | + } | ||
| 123 | + | ||
| 124 | + .approval-img { | ||
| 125 | + display: inline-block; | ||
| 126 | + width: 120px; | ||
| 127 | + object-fit: contain; | ||
| 128 | + } | ||
| 129 | + | ||
| 130 | + .approval-title { | ||
| 131 | + font-size: 20px; | ||
| 132 | + font-weight: 600; | ||
| 133 | + color: #4D148C; | ||
| 134 | + margin-top: 20px; | ||
| 135 | + } | ||
| 136 | + | ||
| 137 | + .approval-tip { | ||
| 138 | + font-size: 14px; | ||
| 139 | + font-weight: 400; | ||
| 140 | + margin-top: 40px; | ||
| 141 | + color: #999 | ||
| 142 | + } | ||
| 143 | + </style> | ||
| 144 | +</head> | ||
| 145 | + | ||
| 146 | +<body> | ||
| 147 | + <div class="head"> | ||
| 148 | + <div class="head-content"> | ||
| 149 | + <img src="./otherHtml-img/logo.png" alt=""> | ||
| 150 | + <div>FedEx在线申报工具</div> | ||
| 151 | + </div> | ||
| 152 | + </div> | ||
| 153 | + | ||
| 154 | + <div class="content"> | ||
| 155 | + <div class="approval"> | ||
| 156 | + <img class="approval-img" src="./otherHtml-img/unlink.png" alt=""> | ||
| 157 | + <div class="approval-title">系统连接异常,请稍后再试!</div> | ||
| 158 | + <div class="approval-tip">该页面将于 <span class="tiem" style="font-weight: 500;color:#666">30s</span> 后关闭</div> | ||
| 159 | + </div> | ||
| 160 | + </div> | ||
| 161 | + | ||
| 162 | + <div class="footer"> | ||
| 163 | + <div class="footer-content"> | ||
| 164 | + <div class="footer-content-title">用户指南</div> | ||
| 165 | + <div class="footer-content-link"><a href="https://declaration.fedex.com.cn/Exp/manager-server/FedEx.pdf" | ||
| 166 | + target="_blank">图文版使用指南</a><a | ||
| 167 | + href="https://declaration.fedex.com.cn/Exp/manager-server/OperationManual_cp.mp4" | ||
| 168 | + target="_blank">视频版使用指南</a><a href="https://www.fedex.com/zh-cn/privacy-policy.html">隐私政策</a></div> | ||
| 169 | + </div> | ||
| 170 | + <div class="footer-link"> | ||
| 171 | + <div class="footer-link-content"> | ||
| 172 | + <div>FedEx在线申报工具</div> | ||
| 173 | + <div> | ||
| 174 | + <a href="https://www.fedex.com/zh-cn/terms-of-use.html" target="_blank">使用条款</a> | ||
| 175 | + <a href="https://www.fedex.com/content/dam/fedex/apac-asia-pacific/MVP-APAC/images/2019/Q3/CN_EN_2019_1_Master_image_NA_business_license_marketing_913515423.jpg" | ||
| 176 | + target="_blank">营业执照</a> | ||
| 177 | + <a href="https://www.fedex.com/content/dam/fedex/apac-asia-pacific/downloads/fedex-express-delivery-business-permit-cn.jpg" | ||
| 178 | + target="_blank">快递业务经营许可证</a> | ||
| 179 | + </div> | ||
| 180 | + </div> | ||
| 181 | + <div class="footer-link-bottom"> | ||
| 182 | + FedEx Express China <a | ||
| 183 | + href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010102007222" | ||
| 184 | + target="_blank">沪公网安备 | ||
| 185 | + 31010102007222号 </a><a href="https://beian.miit.gov.cn/#/Integrated/recordQuery" | ||
| 186 | + target="_blank">京ICP备18052618号-3</a> | ||
| 187 | + </div> | ||
| 188 | + </div> | ||
| 189 | + </div> | ||
| 190 | +</body> | ||
| 191 | + | ||
| 192 | +<script> | ||
| 193 | + let approval = document.getElementsByClassName('approval') | ||
| 194 | + let tip = document.getElementsByClassName('tiem') | ||
| 195 | + let img = document.getElementsByClassName('approval-img') | ||
| 196 | + let title = document.getElementsByClassName('approval-title') | ||
| 197 | + let num = 30 | ||
| 198 | + let interval = setInterval(() => { | ||
| 199 | + tip[0].innerText = `${num}s` | ||
| 200 | + if (num == 0) { | ||
| 201 | + clearInterval(interval) | ||
| 202 | + window.close() | ||
| 203 | + } else { | ||
| 204 | + num-- | ||
| 205 | + } | ||
| 206 | + }, 1000); | ||
| 207 | + window.onload = function () { | ||
| 208 | + let search = location.search.replace('?', '').split('&') | ||
| 209 | + let data = {} | ||
| 210 | + search.forEach(item => { | ||
| 211 | + data[item.split('=')[0]] = item.split('=')[1] | ||
| 212 | + }) | ||
| 213 | + if (search != '') { | ||
| 214 | + if (data.type == '0') { | ||
| 215 | + title[0].innerText = '系统连接异常,请稍后再试!' | ||
| 216 | + img[0].src = "./otherHtml-img/unApproval.png" | ||
| 217 | + } else if (data.type == '1') { | ||
| 218 | + title[0].innerText = '审批通过!' | ||
| 219 | + img[0].src = "./otherHtml-img/approval.png" | ||
| 220 | + } else if (data.type == '2') { | ||
| 221 | + title[0].innerText = '已审批,无需重复审批!' | ||
| 222 | + img[0].src = "./otherHtml-img/overApproval.png" | ||
| 223 | + } else { | ||
| 224 | + title[0].innerText = "链接超时,无法完成审批!" | ||
| 225 | + img[0].src = "./otherHtml-img/unlink.png" | ||
| 226 | + } | ||
| 227 | + } else { | ||
| 228 | + title[0].innerText = "链接超时,无法完成审批!" | ||
| 229 | + img[0].src = "./otherHtml-img/unlink.png" | ||
| 230 | + } | ||
| 231 | + } | ||
| 232 | +</script> | ||
| 233 | + | ||
| 234 | +</html> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
public/cmaps/78-EUC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/78-EUC-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/78-EUC-V
0 → 100644
| 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 |
public/cmaps/78-EUC-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/78-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/78-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/78-RKSJ-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/78-RKSJ-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/78-RKSJ-V
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%DocumentNeededResources: CMap (78-RKSJ-H) | ||
| 4 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 5 | +%%IncludeResource: CMap (78-RKSJ-H) | ||
| 6 | +%%BeginResource: CMap (78-RKSJ-V) | ||
| 7 | +%%Title: (78-RKSJ-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-RKSJ-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-RKSJ-V def | ||
| 60 | +/CMapVersion 10.006 def | ||
| 61 | +/CMapType 1 def | ||
| 62 | + | ||
| 63 | +/XUID [1 10 25354] def | ||
| 64 | + | ||
| 65 | +/WMode 1 def | ||
| 66 | + | ||
| 67 | +27 begincidrange | ||
| 68 | +<8141> <8142> 7887 | ||
| 69 | +<8150> <8151> 7889 | ||
| 70 | +<815b> <815d> 7891 | ||
| 71 | +<8160> <8164> 7894 | ||
| 72 | +<8169> <817a> 7899 | ||
| 73 | +<8181> <8181> 7917 | ||
| 74 | +<829f> <829f> 7918 | ||
| 75 | +<82a1> <82a1> 7919 | ||
| 76 | +<82a3> <82a3> 7920 | ||
| 77 | +<82a5> <82a5> 7921 | ||
| 78 | +<82a7> <82a7> 7922 | ||
| 79 | +<82c1> <82c1> 7923 | ||
| 80 | +<82e1> <82e1> 7924 | ||
| 81 | +<82e3> <82e3> 7925 | ||
| 82 | +<82e5> <82e5> 7926 | ||
| 83 | +<82ec> <82ec> 7927 | ||
| 84 | +<8340> <8340> 7928 | ||
| 85 | +<8342> <8342> 7929 | ||
| 86 | +<8344> <8344> 7930 | ||
| 87 | +<8346> <8346> 7931 | ||
| 88 | +<8348> <8348> 7932 | ||
| 89 | +<8362> <8362> 7933 | ||
| 90 | +<8383> <8383> 7934 | ||
| 91 | +<8385> <8385> 7935 | ||
| 92 | +<8387> <8387> 7936 | ||
| 93 | +<838e> <838e> 7937 | ||
| 94 | +<8395> <8396> 7938 | ||
| 95 | +endcidrange | ||
| 96 | +endcmap | ||
| 97 | +CMapName currentdict /CMap defineresource pop | ||
| 98 | +end | ||
| 99 | +end | ||
| 100 | + | ||
| 101 | +%%EndResource | ||
| 102 | +%%EOF |
public/cmaps/78-RKSJ-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/78-V
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%DocumentNeededResources: CMap (78-H) | ||
| 4 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 5 | +%%IncludeResource: CMap (78-H) | ||
| 6 | +%%BeginResource: CMap (78-V) | ||
| 7 | +%%Title: (78-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-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-V def | ||
| 60 | +/CMapVersion 10.006 def | ||
| 61 | +/CMapType 1 def | ||
| 62 | + | ||
| 63 | +/XUID [1 10 25353] def | ||
| 64 | + | ||
| 65 | +/WMode 1 def | ||
| 66 | + | ||
| 67 | +27 begincidrange | ||
| 68 | +<2122> <2123> 7887 | ||
| 69 | +<2131> <2132> 7889 | ||
| 70 | +<213c> <213e> 7891 | ||
| 71 | +<2141> <2145> 7894 | ||
| 72 | +<214a> <215b> 7899 | ||
| 73 | +<2161> <2161> 7917 | ||
| 74 | +<2421> <2421> 7918 | ||
| 75 | +<2423> <2423> 7919 | ||
| 76 | +<2425> <2425> 7920 | ||
| 77 | +<2427> <2427> 7921 | ||
| 78 | +<2429> <2429> 7922 | ||
| 79 | +<2443> <2443> 7923 | ||
| 80 | +<2463> <2463> 7924 | ||
| 81 | +<2465> <2465> 7925 | ||
| 82 | +<2467> <2467> 7926 | ||
| 83 | +<246e> <246e> 7927 | ||
| 84 | +<2521> <2521> 7928 | ||
| 85 | +<2523> <2523> 7929 | ||
| 86 | +<2525> <2525> 7930 | ||
| 87 | +<2527> <2527> 7931 | ||
| 88 | +<2529> <2529> 7932 | ||
| 89 | +<2543> <2543> 7933 | ||
| 90 | +<2563> <2563> 7934 | ||
| 91 | +<2565> <2565> 7935 | ||
| 92 | +<2567> <2567> 7936 | ||
| 93 | +<256e> <256e> 7937 | ||
| 94 | +<2575> <2576> 7938 | ||
| 95 | +endcidrange | ||
| 96 | +endcmap | ||
| 97 | +CMapName currentdict /CMap defineresource pop | ||
| 98 | +end | ||
| 99 | +end | ||
| 100 | + | ||
| 101 | +%%EndResource | ||
| 102 | +%%EOF |
public/cmaps/78-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/78ms-RKSJ-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/78ms-RKSJ-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/78ms-RKSJ-V
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%DocumentNeededResources: CMap (78ms-RKSJ-H) | ||
| 4 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 5 | +%%IncludeResource: CMap (78ms-RKSJ-H) | ||
| 6 | +%%BeginResource: CMap (78ms-RKSJ-V) | ||
| 7 | +%%Title: (78ms-RKSJ-V Adobe Japan1 2) | ||
| 8 | +%%Version: 11.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 | +/78ms-RKSJ-H usecmap | ||
| 52 | + | ||
| 53 | +/CIDSystemInfo 3 dict dup begin | ||
| 54 | + /Registry (Adobe) def | ||
| 55 | + /Ordering (Japan1) def | ||
| 56 | + /Supplement 2 def | ||
| 57 | +end def | ||
| 58 | + | ||
| 59 | +/CMapName /78ms-RKSJ-V def | ||
| 60 | +/CMapVersion 11.006 def | ||
| 61 | +/CMapType 1 def | ||
| 62 | + | ||
| 63 | +/XUID [1 10 25442] def | ||
| 64 | + | ||
| 65 | +/WMode 1 def | ||
| 66 | + | ||
| 67 | +78 begincidrange | ||
| 68 | +<8141> <8142> 7887 | ||
| 69 | +<8143> <8143> 8268 | ||
| 70 | +<8144> <8144> 8274 | ||
| 71 | +<8150> <8151> 7889 | ||
| 72 | +<815b> <815d> 7891 | ||
| 73 | +<8160> <8164> 7894 | ||
| 74 | +<8169> <817a> 7899 | ||
| 75 | +<8181> <8181> 7917 | ||
| 76 | +<81a8> <81a8> 739 | ||
| 77 | +<81a9> <81a9> 738 | ||
| 78 | +<81aa> <81ab> 736 | ||
| 79 | +<81ac> <81ac> 8270 | ||
| 80 | +<829f> <829f> 7918 | ||
| 81 | +<82a1> <82a1> 7919 | ||
| 82 | +<82a3> <82a3> 7920 | ||
| 83 | +<82a5> <82a5> 7921 | ||
| 84 | +<82a7> <82a7> 7922 | ||
| 85 | +<82c1> <82c1> 7923 | ||
| 86 | +<82e1> <82e1> 7924 | ||
| 87 | +<82e3> <82e3> 7925 | ||
| 88 | +<82e5> <82e5> 7926 | ||
| 89 | +<82ec> <82ec> 7927 | ||
| 90 | +<8340> <8340> 7928 | ||
| 91 | +<8342> <8342> 7929 | ||
| 92 | +<8344> <8344> 7930 | ||
| 93 | +<8346> <8346> 7931 | ||
| 94 | +<8348> <8348> 7932 | ||
| 95 | +<8362> <8362> 7933 | ||
| 96 | +<8383> <8383> 7934 | ||
| 97 | +<8385> <8385> 7935 | ||
| 98 | +<8387> <8387> 7936 | ||
| 99 | +<838e> <838e> 7937 | ||
| 100 | +<8395> <8396> 7938 | ||
| 101 | +<849f> <849f> 7481 | ||
| 102 | +<84a0> <84a0> 7479 | ||
| 103 | +<84a1> <84a1> 7495 | ||
| 104 | +<84a2> <84a2> 7503 | ||
| 105 | +<84a3> <84a3> 7499 | ||
| 106 | +<84a4> <84a4> 7491 | ||
| 107 | +<84a5> <84a5> 7523 | ||
| 108 | +<84a6> <84a6> 7515 | ||
| 109 | +<84a7> <84a7> 7531 | ||
| 110 | +<84a8> <84a8> 7507 | ||
| 111 | +<84a9> <84a9> 7539 | ||
| 112 | +<84aa> <84aa> 7482 | ||
| 113 | +<84ab> <84ab> 7480 | ||
| 114 | +<84ac> <84ac> 7498 | ||
| 115 | +<84ad> <84ad> 7506 | ||
| 116 | +<84ae> <84ae> 7502 | ||
| 117 | +<84af> <84af> 7494 | ||
| 118 | +<84b0> <84b0> 7530 | ||
| 119 | +<84b1> <84b1> 7522 | ||
| 120 | +<84b2> <84b2> 7538 | ||
| 121 | +<84b3> <84b3> 7514 | ||
| 122 | +<84b4> <84b4> 7554 | ||
| 123 | +<84b5> <84b5> 7526 | ||
| 124 | +<84b6> <84b6> 7519 | ||
| 125 | +<84b7> <84b7> 7534 | ||
| 126 | +<84b8> <84b8> 7511 | ||
| 127 | +<84b9> <84b9> 7545 | ||
| 128 | +<84ba> <84ba> 7527 | ||
| 129 | +<84bb> <84bb> 7516 | ||
| 130 | +<84bc> <84bc> 7535 | ||
| 131 | +<84bd> <84bd> 7508 | ||
| 132 | +<84be> <84be> 7542 | ||
| 133 | +<875f> <8760> 7940 | ||
| 134 | +<8761> <8761> 8329 | ||
| 135 | +<8762> <8762> 7943 | ||
| 136 | +<8763> <8763> 8339 | ||
| 137 | +<8764> <8764> 7945 | ||
| 138 | +<8765> <8765> 8338 | ||
| 139 | +<8766> <8767> 7947 | ||
| 140 | +<8768> <8768> 8344 | ||
| 141 | +<8769> <876a> 7950 | ||
| 142 | +<876b> <876b> 8348 | ||
| 143 | +<876c> <876d> 7953 | ||
| 144 | +<876e> <876e> 8349 | ||
| 145 | +<8780> <8781> 7956 | ||
| 146 | +endcidrange | ||
| 147 | +endcmap | ||
| 148 | +CMapName currentdict /CMap defineresource pop | ||
| 149 | +end | ||
| 150 | +end | ||
| 151 | + | ||
| 152 | +%%EndResource | ||
| 153 | +%%EOF |
public/cmaps/78ms-RKSJ-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/83pv-RKSJ-H
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (83pv-RKSJ-H) | ||
| 5 | +%%Title: (83pv-RKSJ-H Adobe Japan1 1) | ||
| 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 1 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /83pv-RKSJ-H def | ||
| 56 | +/CMapVersion 10.006 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/UIDOffset 0 def | ||
| 60 | +/XUID [1 10 25324] def | ||
| 61 | + | ||
| 62 | +/WMode 0 def | ||
| 63 | + | ||
| 64 | +5 begincodespacerange | ||
| 65 | + <00> <80> | ||
| 66 | + <8140> <9FFC> | ||
| 67 | + <A0> <DF> | ||
| 68 | + <E040> <FCFC> | ||
| 69 | + <FD> <FF> | ||
| 70 | +endcodespacerange | ||
| 71 | + | ||
| 72 | +1 beginnotdefrange | ||
| 73 | +<00> <1f> 1 | ||
| 74 | +endnotdefrange | ||
| 75 | + | ||
| 76 | +100 begincidrange | ||
| 77 | +<20> <7e> 1 | ||
| 78 | +<80> <80> 97 | ||
| 79 | +<8140> <817e> 633 | ||
| 80 | +<8180> <81ac> 696 | ||
| 81 | +<81b8> <81bf> 741 | ||
| 82 | +<81c8> <81ce> 749 | ||
| 83 | +<81da> <81e8> 756 | ||
| 84 | +<81f0> <81f7> 771 | ||
| 85 | +<81fc> <81fc> 779 | ||
| 86 | +<824f> <8258> 780 | ||
| 87 | +<8260> <8279> 790 | ||
| 88 | +<8281> <829a> 816 | ||
| 89 | +<829f> <82f1> 842 | ||
| 90 | +<8340> <837e> 925 | ||
| 91 | +<8380> <8396> 988 | ||
| 92 | +<839f> <83b6> 1011 | ||
| 93 | +<83bf> <83d6> 1035 | ||
| 94 | +<8440> <8460> 1059 | ||
| 95 | +<8470> <847e> 1092 | ||
| 96 | +<8480> <8491> 1107 | ||
| 97 | +<849f> <849f> 7479 | ||
| 98 | +<84a0> <84a0> 7481 | ||
| 99 | +<84a1> <84a1> 7491 | ||
| 100 | +<84a2> <84a2> 7495 | ||
| 101 | +<84a3> <84a3> 7503 | ||
| 102 | +<84a4> <84a4> 7499 | ||
| 103 | +<84a5> <84a5> 7507 | ||
| 104 | +<84a6> <84a6> 7523 | ||
| 105 | +<84a7> <84a7> 7515 | ||
| 106 | +<84a8> <84a8> 7531 | ||
| 107 | +<84a9> <84a9> 7539 | ||
| 108 | +<84aa> <84aa> 7480 | ||
| 109 | +<84ab> <84ab> 7482 | ||
| 110 | +<84ac> <84ac> 7494 | ||
| 111 | +<84ad> <84ad> 7498 | ||
| 112 | +<84ae> <84ae> 7506 | ||
| 113 | +<84af> <84af> 7502 | ||
| 114 | +<84b0> <84b0> 7514 | ||
| 115 | +<84b1> <84b1> 7530 | ||
| 116 | +<84b2> <84b2> 7522 | ||
| 117 | +<84b3> <84b3> 7538 | ||
| 118 | +<84b4> <84b4> 7554 | ||
| 119 | +<84b5> <84b5> 7511 | ||
| 120 | +<84b6> <84b6> 7526 | ||
| 121 | +<84b7> <84b7> 7519 | ||
| 122 | +<84b8> <84b8> 7534 | ||
| 123 | +<84b9> <84b9> 7542 | ||
| 124 | +<84ba> <84ba> 7508 | ||
| 125 | +<84bb> <84bb> 7527 | ||
| 126 | +<84bc> <84bc> 7516 | ||
| 127 | +<84bd> <84bd> 7535 | ||
| 128 | +<84be> <84be> 7545 | ||
| 129 | +<8540> <857e> 232 | ||
| 130 | +<8580> <8580> 390 | ||
| 131 | +<8581> <859e> 296 | ||
| 132 | +<859f> <85dd> 327 | ||
| 133 | +<85de> <85fc> 391 | ||
| 134 | +<8640> <867e> 422 | ||
| 135 | +<8680> <8691> 485 | ||
| 136 | +<8692> <8692> 295 | ||
| 137 | +<8693> <869e> 503 | ||
| 138 | +<86a2> <86ed> 7479 | ||
| 139 | +<8740> <875d> 7555 | ||
| 140 | +<875f> <8775> 7585 | ||
| 141 | +<8780> <878f> 7608 | ||
| 142 | +<8790> <8790> 762 | ||
| 143 | +<8791> <8791> 761 | ||
| 144 | +<8792> <8792> 769 | ||
| 145 | +<8793> <8799> 7624 | ||
| 146 | +<879a> <879a> 768 | ||
| 147 | +<879b> <879c> 7631 | ||
| 148 | +<889f> <88fc> 1125 | ||
| 149 | +<8940> <897e> 1219 | ||
| 150 | +<8980> <89fc> 1282 | ||
| 151 | +<8a40> <8a7e> 1407 | ||
| 152 | +<8a80> <8afc> 1470 | ||
| 153 | +<8b40> <8b7e> 1595 | ||
| 154 | +<8b80> <8bfc> 1658 | ||
| 155 | +<8c40> <8c7e> 1783 | ||
| 156 | +<8c80> <8cfc> 1846 | ||
| 157 | +<8d40> <8d7e> 1971 | ||
| 158 | +<8d80> <8dfc> 2034 | ||
| 159 | +<8e40> <8e7e> 2159 | ||
| 160 | +<8e80> <8efc> 2222 | ||
| 161 | +<8f40> <8f7e> 2347 | ||
| 162 | +<8f80> <8ffc> 2410 | ||
| 163 | +<9040> <907e> 2535 | ||
| 164 | +<9080> <90fc> 2598 | ||
| 165 | +<9140> <917e> 2723 | ||
| 166 | +<9180> <91fc> 2786 | ||
| 167 | +<9240> <927e> 2911 | ||
| 168 | +<9280> <92fc> 2974 | ||
| 169 | +<9340> <937e> 3099 | ||
| 170 | +<9380> <93fc> 3162 | ||
| 171 | +<9440> <947e> 3287 | ||
| 172 | +<9480> <94fc> 3350 | ||
| 173 | +<9540> <957e> 3475 | ||
| 174 | +<9580> <95fc> 3538 | ||
| 175 | +<9640> <967e> 3663 | ||
| 176 | +<9680> <96fc> 3726 | ||
| 177 | +endcidrange | ||
| 178 | + | ||
| 179 | +100 begincidrange | ||
| 180 | +<9740> <977e> 3851 | ||
| 181 | +<9780> <97fc> 3914 | ||
| 182 | +<9840> <9872> 4039 | ||
| 183 | +<989f> <98fc> 4090 | ||
| 184 | +<9940> <997e> 4184 | ||
| 185 | +<9980> <99fc> 4247 | ||
| 186 | +<9a40> <9a7e> 4372 | ||
| 187 | +<9a80> <9afc> 4435 | ||
| 188 | +<9b40> <9b7e> 4560 | ||
| 189 | +<9b80> <9bfc> 4623 | ||
| 190 | +<9c40> <9c7e> 4748 | ||
| 191 | +<9c80> <9cfc> 4811 | ||
| 192 | +<9d40> <9d7e> 4936 | ||
| 193 | +<9d80> <9dfc> 4999 | ||
| 194 | +<9e40> <9e7e> 5124 | ||
| 195 | +<9e80> <9efc> 5187 | ||
| 196 | +<9f40> <9f7e> 5312 | ||
| 197 | +<9f80> <9ffc> 5375 | ||
| 198 | +<a0> <df> 326 | ||
| 199 | +<e040> <e07e> 5500 | ||
| 200 | +<e080> <e0fc> 5563 | ||
| 201 | +<e140> <e17e> 5688 | ||
| 202 | +<e180> <e1fc> 5751 | ||
| 203 | +<e240> <e27e> 5876 | ||
| 204 | +<e280> <e2fc> 5939 | ||
| 205 | +<e340> <e37e> 6064 | ||
| 206 | +<e380> <e3fc> 6127 | ||
| 207 | +<e440> <e47e> 6252 | ||
| 208 | +<e480> <e4fc> 6315 | ||
| 209 | +<e540> <e57e> 6440 | ||
| 210 | +<e580> <e5fc> 6503 | ||
| 211 | +<e640> <e67e> 6628 | ||
| 212 | +<e680> <e6fc> 6691 | ||
| 213 | +<e740> <e77e> 6816 | ||
| 214 | +<e780> <e7fc> 6879 | ||
| 215 | +<e840> <e87e> 7004 | ||
| 216 | +<e880> <e8fc> 7067 | ||
| 217 | +<e940> <e97e> 7192 | ||
| 218 | +<e980> <e9fc> 7255 | ||
| 219 | +<ea40> <ea7e> 7380 | ||
| 220 | +<ea80> <eaa2> 7443 | ||
| 221 | +<eaa3> <eaa4> 8284 | ||
| 222 | +<eb40> <eb40> 633 | ||
| 223 | +<eb41> <eb42> 7887 | ||
| 224 | +<eb43> <eb4f> 636 | ||
| 225 | +<eb50> <eb51> 7889 | ||
| 226 | +<eb52> <eb5a> 651 | ||
| 227 | +<eb5b> <eb5d> 7891 | ||
| 228 | +<eb5e> <eb5f> 663 | ||
| 229 | +<eb60> <eb64> 7894 | ||
| 230 | +<eb65> <eb68> 670 | ||
| 231 | +<eb69> <eb7a> 7899 | ||
| 232 | +<eb7b> <eb7e> 692 | ||
| 233 | +<eb80> <eb80> 696 | ||
| 234 | +<eb81> <eb81> 7917 | ||
| 235 | +<eb82> <ebac> 698 | ||
| 236 | +<ebb8> <ebbf> 741 | ||
| 237 | +<ebc8> <ebce> 749 | ||
| 238 | +<ebda> <ebe8> 756 | ||
| 239 | +<ebf0> <ebf7> 771 | ||
| 240 | +<ebfc> <ebfc> 779 | ||
| 241 | +<ec4f> <ec58> 780 | ||
| 242 | +<ec60> <ec79> 790 | ||
| 243 | +<ec81> <ec9a> 816 | ||
| 244 | +<ec9f> <ec9f> 7918 | ||
| 245 | +<eca0> <eca0> 843 | ||
| 246 | +<eca1> <eca1> 7919 | ||
| 247 | +<eca2> <eca2> 845 | ||
| 248 | +<eca3> <eca3> 7920 | ||
| 249 | +<eca4> <eca4> 847 | ||
| 250 | +<eca5> <eca5> 7921 | ||
| 251 | +<eca6> <eca6> 849 | ||
| 252 | +<eca7> <eca7> 7922 | ||
| 253 | +<eca8> <ecc0> 851 | ||
| 254 | +<ecc1> <ecc1> 7923 | ||
| 255 | +<ecc2> <ece0> 877 | ||
| 256 | +<ece1> <ece1> 7924 | ||
| 257 | +<ece2> <ece2> 909 | ||
| 258 | +<ece3> <ece3> 7925 | ||
| 259 | +<ece4> <ece4> 911 | ||
| 260 | +<ece5> <ece5> 7926 | ||
| 261 | +<ece6> <eceb> 913 | ||
| 262 | +<ecec> <ecec> 7927 | ||
| 263 | +<eced> <ecf1> 920 | ||
| 264 | +<ed40> <ed40> 7928 | ||
| 265 | +<ed41> <ed41> 926 | ||
| 266 | +<ed42> <ed42> 7929 | ||
| 267 | +<ed43> <ed43> 928 | ||
| 268 | +<ed44> <ed44> 7930 | ||
| 269 | +<ed45> <ed45> 930 | ||
| 270 | +<ed46> <ed46> 7931 | ||
| 271 | +<ed47> <ed47> 932 | ||
| 272 | +<ed48> <ed48> 7932 | ||
| 273 | +<ed49> <ed61> 934 | ||
| 274 | +<ed62> <ed62> 7933 | ||
| 275 | +<ed63> <ed7e> 960 | ||
| 276 | +<ed80> <ed82> 988 | ||
| 277 | +<ed83> <ed83> 7934 | ||
| 278 | +<ed84> <ed84> 992 | ||
| 279 | +<ed85> <ed85> 7935 | ||
| 280 | +endcidrange | ||
| 281 | + | ||
| 282 | +22 begincidrange | ||
| 283 | +<ed86> <ed86> 994 | ||
| 284 | +<ed87> <ed87> 7936 | ||
| 285 | +<ed88> <ed8d> 996 | ||
| 286 | +<ed8e> <ed8e> 7937 | ||
| 287 | +<ed8f> <ed94> 1003 | ||
| 288 | +<ed95> <ed96> 7938 | ||
| 289 | +<ed9f> <edb6> 1011 | ||
| 290 | +<edbf> <edd6> 1035 | ||
| 291 | +<ee40> <ee5d> 7555 | ||
| 292 | +<ee5f> <ee6e> 7940 | ||
| 293 | +<ee6f> <ee75> 7601 | ||
| 294 | +<ee80> <ee81> 7956 | ||
| 295 | +<ee82> <ee8f> 7610 | ||
| 296 | +<ee90> <ee90> 762 | ||
| 297 | +<ee91> <ee91> 761 | ||
| 298 | +<ee92> <ee92> 769 | ||
| 299 | +<ee93> <ee99> 7624 | ||
| 300 | +<ee9a> <ee9a> 768 | ||
| 301 | +<ee9b> <ee9c> 7631 | ||
| 302 | +<fd> <fd> 152 | ||
| 303 | +<fe> <fe> 228 | ||
| 304 | +<ff> <ff> 124 | ||
| 305 | +endcidrange | ||
| 306 | +endcmap | ||
| 307 | +CMapName currentdict /CMap defineresource pop | ||
| 308 | +end | ||
| 309 | +end | ||
| 310 | + | ||
| 311 | +%%EndResource | ||
| 312 | +%%EOF |
public/cmaps/83pv-RKSJ-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/90ms-RKSJ-H
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (90ms-RKSJ-H) | ||
| 5 | +%%Title: (90ms-RKSJ-H Adobe Japan1 2) | ||
| 6 | +%%Version: 11.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 2 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /90ms-RKSJ-H def | ||
| 56 | +/CMapVersion 11.006 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/UIDOffset 950 def | ||
| 60 | +/XUID [1 10 25343] def | ||
| 61 | + | ||
| 62 | +/WMode 0 def | ||
| 63 | + | ||
| 64 | +4 begincodespacerange | ||
| 65 | + <00> <80> | ||
| 66 | + <8140> <9FFC> | ||
| 67 | + <A0> <DF> | ||
| 68 | + <E040> <FCFC> | ||
| 69 | +endcodespacerange | ||
| 70 | + | ||
| 71 | +1 beginnotdefrange | ||
| 72 | +<00> <1f> 231 | ||
| 73 | +endnotdefrange | ||
| 74 | + | ||
| 75 | +100 begincidrange | ||
| 76 | +<20> <7d> 231 | ||
| 77 | +<7e> <7e> 631 | ||
| 78 | +<8140> <817e> 633 | ||
| 79 | +<8180> <81ac> 696 | ||
| 80 | +<81b8> <81bf> 741 | ||
| 81 | +<81c8> <81ce> 749 | ||
| 82 | +<81da> <81e8> 756 | ||
| 83 | +<81f0> <81f7> 771 | ||
| 84 | +<81fc> <81fc> 779 | ||
| 85 | +<824f> <8258> 780 | ||
| 86 | +<8260> <8279> 790 | ||
| 87 | +<8281> <829a> 816 | ||
| 88 | +<829f> <82f1> 842 | ||
| 89 | +<8340> <837e> 925 | ||
| 90 | +<8380> <8396> 988 | ||
| 91 | +<839f> <83b6> 1011 | ||
| 92 | +<83bf> <83d6> 1035 | ||
| 93 | +<8440> <8460> 1059 | ||
| 94 | +<8470> <847e> 1092 | ||
| 95 | +<8480> <8491> 1107 | ||
| 96 | +<849f> <849f> 7479 | ||
| 97 | +<84a0> <84a0> 7481 | ||
| 98 | +<84a1> <84a1> 7491 | ||
| 99 | +<84a2> <84a2> 7495 | ||
| 100 | +<84a3> <84a3> 7503 | ||
| 101 | +<84a4> <84a4> 7499 | ||
| 102 | +<84a5> <84a5> 7507 | ||
| 103 | +<84a6> <84a6> 7523 | ||
| 104 | +<84a7> <84a7> 7515 | ||
| 105 | +<84a8> <84a8> 7531 | ||
| 106 | +<84a9> <84a9> 7539 | ||
| 107 | +<84aa> <84aa> 7480 | ||
| 108 | +<84ab> <84ab> 7482 | ||
| 109 | +<84ac> <84ac> 7494 | ||
| 110 | +<84ad> <84ad> 7498 | ||
| 111 | +<84ae> <84ae> 7506 | ||
| 112 | +<84af> <84af> 7502 | ||
| 113 | +<84b0> <84b0> 7514 | ||
| 114 | +<84b1> <84b1> 7530 | ||
| 115 | +<84b2> <84b2> 7522 | ||
| 116 | +<84b3> <84b3> 7538 | ||
| 117 | +<84b4> <84b4> 7554 | ||
| 118 | +<84b5> <84b5> 7511 | ||
| 119 | +<84b6> <84b6> 7526 | ||
| 120 | +<84b7> <84b7> 7519 | ||
| 121 | +<84b8> <84b8> 7534 | ||
| 122 | +<84b9> <84b9> 7542 | ||
| 123 | +<84ba> <84ba> 7508 | ||
| 124 | +<84bb> <84bb> 7527 | ||
| 125 | +<84bc> <84bc> 7516 | ||
| 126 | +<84bd> <84bd> 7535 | ||
| 127 | +<84be> <84be> 7545 | ||
| 128 | +<8740> <875d> 7555 | ||
| 129 | +<875f> <8760> 7585 | ||
| 130 | +<8761> <8761> 8038 | ||
| 131 | +<8762> <8762> 7588 | ||
| 132 | +<8763> <8763> 8040 | ||
| 133 | +<8764> <8764> 7590 | ||
| 134 | +<8765> <8765> 8042 | ||
| 135 | +<8766> <8767> 7592 | ||
| 136 | +<8768> <8768> 8044 | ||
| 137 | +<8769> <876a> 7595 | ||
| 138 | +<876b> <876b> 8043 | ||
| 139 | +<876c> <876d> 7598 | ||
| 140 | +<876e> <876e> 8047 | ||
| 141 | +<876f> <8775> 7601 | ||
| 142 | +<877e> <877e> 8323 | ||
| 143 | +<8780> <8783> 7608 | ||
| 144 | +<8784> <8784> 8055 | ||
| 145 | +<8785> <878f> 7613 | ||
| 146 | +<8790> <8790> 762 | ||
| 147 | +<8791> <8791> 761 | ||
| 148 | +<8792> <8792> 769 | ||
| 149 | +<8793> <8799> 7624 | ||
| 150 | +<879a> <879a> 768 | ||
| 151 | +<879b> <879c> 7631 | ||
| 152 | +<889f> <88fc> 1125 | ||
| 153 | +<8940> <897e> 1219 | ||
| 154 | +<8980> <89fc> 1282 | ||
| 155 | +<8a40> <8a7e> 1407 | ||
| 156 | +<8a80> <8afc> 1470 | ||
| 157 | +<8b40> <8b7e> 1595 | ||
| 158 | +<8b80> <8bfc> 1658 | ||
| 159 | +<8c40> <8c7e> 1783 | ||
| 160 | +<8c80> <8cfc> 1846 | ||
| 161 | +<8d40> <8d7e> 1971 | ||
| 162 | +<8d80> <8dfc> 2034 | ||
| 163 | +<8e40> <8e7e> 2159 | ||
| 164 | +<8e80> <8efc> 2222 | ||
| 165 | +<8f40> <8f7e> 2347 | ||
| 166 | +<8f80> <8ffc> 2410 | ||
| 167 | +<9040> <907e> 2535 | ||
| 168 | +<9080> <90fc> 2598 | ||
| 169 | +<9140> <917e> 2723 | ||
| 170 | +<9180> <91fc> 2786 | ||
| 171 | +<9240> <927e> 2911 | ||
| 172 | +<9280> <92fc> 2974 | ||
| 173 | +<9340> <937e> 3099 | ||
| 174 | +<9380> <93fc> 3162 | ||
| 175 | +<9440> <947e> 3287 | ||
| 176 | +endcidrange | ||
| 177 | + | ||
| 178 | +71 begincidrange | ||
| 179 | +<9480> <94fc> 3350 | ||
| 180 | +<9540> <957e> 3475 | ||
| 181 | +<9580> <95fc> 3538 | ||
| 182 | +<9640> <967e> 3663 | ||
| 183 | +<9680> <96fc> 3726 | ||
| 184 | +<9740> <977e> 3851 | ||
| 185 | +<9780> <97fc> 3914 | ||
| 186 | +<9840> <9872> 4039 | ||
| 187 | +<989f> <98fc> 4090 | ||
| 188 | +<9940> <997e> 4184 | ||
| 189 | +<9980> <99fc> 4247 | ||
| 190 | +<9a40> <9a7e> 4372 | ||
| 191 | +<9a80> <9afc> 4435 | ||
| 192 | +<9b40> <9b7e> 4560 | ||
| 193 | +<9b80> <9bfc> 4623 | ||
| 194 | +<9c40> <9c7e> 4748 | ||
| 195 | +<9c80> <9cfc> 4811 | ||
| 196 | +<9d40> <9d7e> 4936 | ||
| 197 | +<9d80> <9dfc> 4999 | ||
| 198 | +<9e40> <9e7e> 5124 | ||
| 199 | +<9e80> <9efc> 5187 | ||
| 200 | +<9f40> <9f7e> 5312 | ||
| 201 | +<9f80> <9ffc> 5375 | ||
| 202 | +<a0> <df> 326 | ||
| 203 | +<e040> <e07e> 5500 | ||
| 204 | +<e080> <e0fc> 5563 | ||
| 205 | +<e140> <e17e> 5688 | ||
| 206 | +<e180> <e1fc> 5751 | ||
| 207 | +<e240> <e27e> 5876 | ||
| 208 | +<e280> <e2fc> 5939 | ||
| 209 | +<e340> <e37e> 6064 | ||
| 210 | +<e380> <e3fc> 6127 | ||
| 211 | +<e440> <e47e> 6252 | ||
| 212 | +<e480> <e4fc> 6315 | ||
| 213 | +<e540> <e57e> 6440 | ||
| 214 | +<e580> <e5fc> 6503 | ||
| 215 | +<e640> <e67e> 6628 | ||
| 216 | +<e680> <e6fc> 6691 | ||
| 217 | +<e740> <e77e> 6816 | ||
| 218 | +<e780> <e7fc> 6879 | ||
| 219 | +<e840> <e87e> 7004 | ||
| 220 | +<e880> <e8fc> 7067 | ||
| 221 | +<e940> <e97e> 7192 | ||
| 222 | +<e980> <e9fc> 7255 | ||
| 223 | +<ea40> <ea7e> 7380 | ||
| 224 | +<ea80> <eaa2> 7443 | ||
| 225 | +<eaa3> <eaa4> 8284 | ||
| 226 | +<ed40> <ed7e> 8359 | ||
| 227 | +<ed80> <edb3> 8422 | ||
| 228 | +<edb4> <edb4> 1993 | ||
| 229 | +<edb5> <edfc> 8474 | ||
| 230 | +<ee40> <ee7e> 8546 | ||
| 231 | +<ee80> <eeec> 8609 | ||
| 232 | +<eeef> <eef8> 8092 | ||
| 233 | +<eef9> <eef9> 751 | ||
| 234 | +<eefa> <eefc> 8005 | ||
| 235 | +<fa40> <fa49> 8092 | ||
| 236 | +<fa4a> <fa53> 7575 | ||
| 237 | +<fa54> <fa54> 751 | ||
| 238 | +<fa55> <fa57> 8005 | ||
| 239 | +<fa58> <fa58> 7618 | ||
| 240 | +<fa59> <fa59> 7610 | ||
| 241 | +<fa5a> <fa5a> 8055 | ||
| 242 | +<fa5b> <fa5b> 768 | ||
| 243 | +<fa5c> <fa7e> 8359 | ||
| 244 | +<fa80> <facf> 8394 | ||
| 245 | +<fad0> <fad0> 1993 | ||
| 246 | +<fad1> <fafc> 8474 | ||
| 247 | +<fb40> <fb7e> 8518 | ||
| 248 | +<fb80> <fbfc> 8581 | ||
| 249 | +<fc40> <fc4b> 8706 | ||
| 250 | +endcidrange | ||
| 251 | +endcmap | ||
| 252 | +CMapName currentdict /CMap defineresource pop | ||
| 253 | +end | ||
| 254 | +end | ||
| 255 | + | ||
| 256 | +%%EndResource | ||
| 257 | +%%EOF |
public/cmaps/90ms-RKSJ-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/90ms-RKSJ-V
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%DocumentNeededResources: CMap (90ms-RKSJ-H) | ||
| 4 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 5 | +%%IncludeResource: CMap (90ms-RKSJ-H) | ||
| 6 | +%%BeginResource: CMap (90ms-RKSJ-V) | ||
| 7 | +%%Title: (90ms-RKSJ-V Adobe Japan1 2) | ||
| 8 | +%%Version: 11.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 | +/90ms-RKSJ-H usecmap | ||
| 52 | + | ||
| 53 | +/CIDSystemInfo 3 dict dup begin | ||
| 54 | + /Registry (Adobe) def | ||
| 55 | + /Ordering (Japan1) def | ||
| 56 | + /Supplement 2 def | ||
| 57 | +end def | ||
| 58 | + | ||
| 59 | +/CMapName /90ms-RKSJ-V def | ||
| 60 | +/CMapVersion 11.006 def | ||
| 61 | +/CMapType 1 def | ||
| 62 | + | ||
| 63 | +/UIDOffset 1020 def | ||
| 64 | +/XUID [1 10 25344] def | ||
| 65 | + | ||
| 66 | +/WMode 1 def | ||
| 67 | + | ||
| 68 | +78 begincidrange | ||
| 69 | +<8141> <8142> 7887 | ||
| 70 | +<8143> <8143> 8268 | ||
| 71 | +<8144> <8144> 8274 | ||
| 72 | +<8150> <8151> 7889 | ||
| 73 | +<815b> <815d> 7891 | ||
| 74 | +<8160> <8164> 7894 | ||
| 75 | +<8169> <817a> 7899 | ||
| 76 | +<8181> <8181> 7917 | ||
| 77 | +<81a8> <81a8> 739 | ||
| 78 | +<81a9> <81a9> 738 | ||
| 79 | +<81aa> <81ab> 736 | ||
| 80 | +<81ac> <81ac> 8270 | ||
| 81 | +<829f> <829f> 7918 | ||
| 82 | +<82a1> <82a1> 7919 | ||
| 83 | +<82a3> <82a3> 7920 | ||
| 84 | +<82a5> <82a5> 7921 | ||
| 85 | +<82a7> <82a7> 7922 | ||
| 86 | +<82c1> <82c1> 7923 | ||
| 87 | +<82e1> <82e1> 7924 | ||
| 88 | +<82e3> <82e3> 7925 | ||
| 89 | +<82e5> <82e5> 7926 | ||
| 90 | +<82ec> <82ec> 7927 | ||
| 91 | +<8340> <8340> 7928 | ||
| 92 | +<8342> <8342> 7929 | ||
| 93 | +<8344> <8344> 7930 | ||
| 94 | +<8346> <8346> 7931 | ||
| 95 | +<8348> <8348> 7932 | ||
| 96 | +<8362> <8362> 7933 | ||
| 97 | +<8383> <8383> 7934 | ||
| 98 | +<8385> <8385> 7935 | ||
| 99 | +<8387> <8387> 7936 | ||
| 100 | +<838e> <838e> 7937 | ||
| 101 | +<8395> <8396> 7938 | ||
| 102 | +<849f> <849f> 7481 | ||
| 103 | +<84a0> <84a0> 7479 | ||
| 104 | +<84a1> <84a1> 7495 | ||
| 105 | +<84a2> <84a2> 7503 | ||
| 106 | +<84a3> <84a3> 7499 | ||
| 107 | +<84a4> <84a4> 7491 | ||
| 108 | +<84a5> <84a5> 7523 | ||
| 109 | +<84a6> <84a6> 7515 | ||
| 110 | +<84a7> <84a7> 7531 | ||
| 111 | +<84a8> <84a8> 7507 | ||
| 112 | +<84a9> <84a9> 7539 | ||
| 113 | +<84aa> <84aa> 7482 | ||
| 114 | +<84ab> <84ab> 7480 | ||
| 115 | +<84ac> <84ac> 7498 | ||
| 116 | +<84ad> <84ad> 7506 | ||
| 117 | +<84ae> <84ae> 7502 | ||
| 118 | +<84af> <84af> 7494 | ||
| 119 | +<84b0> <84b0> 7530 | ||
| 120 | +<84b1> <84b1> 7522 | ||
| 121 | +<84b2> <84b2> 7538 | ||
| 122 | +<84b3> <84b3> 7514 | ||
| 123 | +<84b4> <84b4> 7554 | ||
| 124 | +<84b5> <84b5> 7526 | ||
| 125 | +<84b6> <84b6> 7519 | ||
| 126 | +<84b7> <84b7> 7534 | ||
| 127 | +<84b8> <84b8> 7511 | ||
| 128 | +<84b9> <84b9> 7545 | ||
| 129 | +<84ba> <84ba> 7527 | ||
| 130 | +<84bb> <84bb> 7516 | ||
| 131 | +<84bc> <84bc> 7535 | ||
| 132 | +<84bd> <84bd> 7508 | ||
| 133 | +<84be> <84be> 7542 | ||
| 134 | +<875f> <8760> 7940 | ||
| 135 | +<8761> <8761> 8329 | ||
| 136 | +<8762> <8762> 7943 | ||
| 137 | +<8763> <8763> 8339 | ||
| 138 | +<8764> <8764> 7945 | ||
| 139 | +<8765> <8765> 8338 | ||
| 140 | +<8766> <8767> 7947 | ||
| 141 | +<8768> <8768> 8344 | ||
| 142 | +<8769> <876a> 7950 | ||
| 143 | +<876b> <876b> 8348 | ||
| 144 | +<876c> <876d> 7953 | ||
| 145 | +<876e> <876e> 8349 | ||
| 146 | +<8780> <8781> 7956 | ||
| 147 | +endcidrange | ||
| 148 | +endcmap | ||
| 149 | +CMapName currentdict /CMap defineresource pop | ||
| 150 | +end | ||
| 151 | +end | ||
| 152 | + | ||
| 153 | +%%EndResource | ||
| 154 | +%%EOF |
public/cmaps/90ms-RKSJ-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/90msp-RKSJ-H
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (90msp-RKSJ-H) | ||
| 5 | +%%Title: (90msp-RKSJ-H Adobe Japan1 2) | ||
| 6 | +%%Version: 11.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 2 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /90msp-RKSJ-H def | ||
| 56 | +/CMapVersion 11.006 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/XUID [1 10 25445] def | ||
| 60 | + | ||
| 61 | +/WMode 0 def | ||
| 62 | + | ||
| 63 | +4 begincodespacerange | ||
| 64 | + <00> <80> | ||
| 65 | + <8140> <9FFC> | ||
| 66 | + <A0> <DF> | ||
| 67 | + <E040> <FCFC> | ||
| 68 | +endcodespacerange | ||
| 69 | + | ||
| 70 | +1 beginnotdefrange | ||
| 71 | +<00> <1f> 1 | ||
| 72 | +endnotdefrange | ||
| 73 | + | ||
| 74 | +100 begincidrange | ||
| 75 | +<20> <7e> 1 | ||
| 76 | +<8140> <817e> 633 | ||
| 77 | +<8180> <81ac> 696 | ||
| 78 | +<81b8> <81bf> 741 | ||
| 79 | +<81c8> <81ce> 749 | ||
| 80 | +<81da> <81e8> 756 | ||
| 81 | +<81f0> <81f7> 771 | ||
| 82 | +<81fc> <81fc> 779 | ||
| 83 | +<824f> <8258> 780 | ||
| 84 | +<8260> <8279> 790 | ||
| 85 | +<8281> <829a> 816 | ||
| 86 | +<829f> <82f1> 842 | ||
| 87 | +<8340> <837e> 925 | ||
| 88 | +<8380> <8396> 988 | ||
| 89 | +<839f> <83b6> 1011 | ||
| 90 | +<83bf> <83d6> 1035 | ||
| 91 | +<8440> <8460> 1059 | ||
| 92 | +<8470> <847e> 1092 | ||
| 93 | +<8480> <8491> 1107 | ||
| 94 | +<849f> <849f> 7479 | ||
| 95 | +<84a0> <84a0> 7481 | ||
| 96 | +<84a1> <84a1> 7491 | ||
| 97 | +<84a2> <84a2> 7495 | ||
| 98 | +<84a3> <84a3> 7503 | ||
| 99 | +<84a4> <84a4> 7499 | ||
| 100 | +<84a5> <84a5> 7507 | ||
| 101 | +<84a6> <84a6> 7523 | ||
| 102 | +<84a7> <84a7> 7515 | ||
| 103 | +<84a8> <84a8> 7531 | ||
| 104 | +<84a9> <84a9> 7539 | ||
| 105 | +<84aa> <84aa> 7480 | ||
| 106 | +<84ab> <84ab> 7482 | ||
| 107 | +<84ac> <84ac> 7494 | ||
| 108 | +<84ad> <84ad> 7498 | ||
| 109 | +<84ae> <84ae> 7506 | ||
| 110 | +<84af> <84af> 7502 | ||
| 111 | +<84b0> <84b0> 7514 | ||
| 112 | +<84b1> <84b1> 7530 | ||
| 113 | +<84b2> <84b2> 7522 | ||
| 114 | +<84b3> <84b3> 7538 | ||
| 115 | +<84b4> <84b4> 7554 | ||
| 116 | +<84b5> <84b5> 7511 | ||
| 117 | +<84b6> <84b6> 7526 | ||
| 118 | +<84b7> <84b7> 7519 | ||
| 119 | +<84b8> <84b8> 7534 | ||
| 120 | +<84b9> <84b9> 7542 | ||
| 121 | +<84ba> <84ba> 7508 | ||
| 122 | +<84bb> <84bb> 7527 | ||
| 123 | +<84bc> <84bc> 7516 | ||
| 124 | +<84bd> <84bd> 7535 | ||
| 125 | +<84be> <84be> 7545 | ||
| 126 | +<8740> <875d> 7555 | ||
| 127 | +<875f> <8760> 7585 | ||
| 128 | +<8761> <8761> 8038 | ||
| 129 | +<8762> <8762> 7588 | ||
| 130 | +<8763> <8763> 8040 | ||
| 131 | +<8764> <8764> 7590 | ||
| 132 | +<8765> <8765> 8042 | ||
| 133 | +<8766> <8767> 7592 | ||
| 134 | +<8768> <8768> 8044 | ||
| 135 | +<8769> <876a> 7595 | ||
| 136 | +<876b> <876b> 8043 | ||
| 137 | +<876c> <876d> 7598 | ||
| 138 | +<876e> <876e> 8047 | ||
| 139 | +<876f> <8775> 7601 | ||
| 140 | +<877e> <877e> 8323 | ||
| 141 | +<8780> <8783> 7608 | ||
| 142 | +<8784> <8784> 8055 | ||
| 143 | +<8785> <878f> 7613 | ||
| 144 | +<8790> <8790> 762 | ||
| 145 | +<8791> <8791> 761 | ||
| 146 | +<8792> <8792> 769 | ||
| 147 | +<8793> <8799> 7624 | ||
| 148 | +<879a> <879a> 768 | ||
| 149 | +<879b> <879c> 7631 | ||
| 150 | +<889f> <88fc> 1125 | ||
| 151 | +<8940> <897e> 1219 | ||
| 152 | +<8980> <89fc> 1282 | ||
| 153 | +<8a40> <8a7e> 1407 | ||
| 154 | +<8a80> <8afc> 1470 | ||
| 155 | +<8b40> <8b7e> 1595 | ||
| 156 | +<8b80> <8bfc> 1658 | ||
| 157 | +<8c40> <8c7e> 1783 | ||
| 158 | +<8c80> <8cfc> 1846 | ||
| 159 | +<8d40> <8d7e> 1971 | ||
| 160 | +<8d80> <8dfc> 2034 | ||
| 161 | +<8e40> <8e7e> 2159 | ||
| 162 | +<8e80> <8efc> 2222 | ||
| 163 | +<8f40> <8f7e> 2347 | ||
| 164 | +<8f80> <8ffc> 2410 | ||
| 165 | +<9040> <907e> 2535 | ||
| 166 | +<9080> <90fc> 2598 | ||
| 167 | +<9140> <917e> 2723 | ||
| 168 | +<9180> <91fc> 2786 | ||
| 169 | +<9240> <927e> 2911 | ||
| 170 | +<9280> <92fc> 2974 | ||
| 171 | +<9340> <937e> 3099 | ||
| 172 | +<9380> <93fc> 3162 | ||
| 173 | +<9440> <947e> 3287 | ||
| 174 | +<9480> <94fc> 3350 | ||
| 175 | +endcidrange | ||
| 176 | + | ||
| 177 | +70 begincidrange | ||
| 178 | +<9540> <957e> 3475 | ||
| 179 | +<9580> <95fc> 3538 | ||
| 180 | +<9640> <967e> 3663 | ||
| 181 | +<9680> <96fc> 3726 | ||
| 182 | +<9740> <977e> 3851 | ||
| 183 | +<9780> <97fc> 3914 | ||
| 184 | +<9840> <9872> 4039 | ||
| 185 | +<989f> <98fc> 4090 | ||
| 186 | +<9940> <997e> 4184 | ||
| 187 | +<9980> <99fc> 4247 | ||
| 188 | +<9a40> <9a7e> 4372 | ||
| 189 | +<9a80> <9afc> 4435 | ||
| 190 | +<9b40> <9b7e> 4560 | ||
| 191 | +<9b80> <9bfc> 4623 | ||
| 192 | +<9c40> <9c7e> 4748 | ||
| 193 | +<9c80> <9cfc> 4811 | ||
| 194 | +<9d40> <9d7e> 4936 | ||
| 195 | +<9d80> <9dfc> 4999 | ||
| 196 | +<9e40> <9e7e> 5124 | ||
| 197 | +<9e80> <9efc> 5187 | ||
| 198 | +<9f40> <9f7e> 5312 | ||
| 199 | +<9f80> <9ffc> 5375 | ||
| 200 | +<a0> <df> 326 | ||
| 201 | +<e040> <e07e> 5500 | ||
| 202 | +<e080> <e0fc> 5563 | ||
| 203 | +<e140> <e17e> 5688 | ||
| 204 | +<e180> <e1fc> 5751 | ||
| 205 | +<e240> <e27e> 5876 | ||
| 206 | +<e280> <e2fc> 5939 | ||
| 207 | +<e340> <e37e> 6064 | ||
| 208 | +<e380> <e3fc> 6127 | ||
| 209 | +<e440> <e47e> 6252 | ||
| 210 | +<e480> <e4fc> 6315 | ||
| 211 | +<e540> <e57e> 6440 | ||
| 212 | +<e580> <e5fc> 6503 | ||
| 213 | +<e640> <e67e> 6628 | ||
| 214 | +<e680> <e6fc> 6691 | ||
| 215 | +<e740> <e77e> 6816 | ||
| 216 | +<e780> <e7fc> 6879 | ||
| 217 | +<e840> <e87e> 7004 | ||
| 218 | +<e880> <e8fc> 7067 | ||
| 219 | +<e940> <e97e> 7192 | ||
| 220 | +<e980> <e9fc> 7255 | ||
| 221 | +<ea40> <ea7e> 7380 | ||
| 222 | +<ea80> <eaa2> 7443 | ||
| 223 | +<eaa3> <eaa4> 8284 | ||
| 224 | +<ed40> <ed7e> 8359 | ||
| 225 | +<ed80> <edb3> 8422 | ||
| 226 | +<edb4> <edb4> 1993 | ||
| 227 | +<edb5> <edfc> 8474 | ||
| 228 | +<ee40> <ee7e> 8546 | ||
| 229 | +<ee80> <eeec> 8609 | ||
| 230 | +<eeef> <eef8> 8092 | ||
| 231 | +<eef9> <eef9> 751 | ||
| 232 | +<eefa> <eefc> 8005 | ||
| 233 | +<fa40> <fa49> 8092 | ||
| 234 | +<fa4a> <fa53> 7575 | ||
| 235 | +<fa54> <fa54> 751 | ||
| 236 | +<fa55> <fa57> 8005 | ||
| 237 | +<fa58> <fa58> 7618 | ||
| 238 | +<fa59> <fa59> 7610 | ||
| 239 | +<fa5a> <fa5a> 8055 | ||
| 240 | +<fa5b> <fa5b> 768 | ||
| 241 | +<fa5c> <fa7e> 8359 | ||
| 242 | +<fa80> <facf> 8394 | ||
| 243 | +<fad0> <fad0> 1993 | ||
| 244 | +<fad1> <fafc> 8474 | ||
| 245 | +<fb40> <fb7e> 8518 | ||
| 246 | +<fb80> <fbfc> 8581 | ||
| 247 | +<fc40> <fc4b> 8706 | ||
| 248 | +endcidrange | ||
| 249 | +endcmap | ||
| 250 | +CMapName currentdict /CMap defineresource pop | ||
| 251 | +end | ||
| 252 | +end | ||
| 253 | + | ||
| 254 | +%%EndResource | ||
| 255 | +%%EOF |
public/cmaps/90msp-RKSJ-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/90msp-RKSJ-V
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%DocumentNeededResources: CMap (90msp-RKSJ-H) | ||
| 4 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 5 | +%%IncludeResource: CMap (90msp-RKSJ-H) | ||
| 6 | +%%BeginResource: CMap (90msp-RKSJ-V) | ||
| 7 | +%%Title: (90msp-RKSJ-V Adobe Japan1 2) | ||
| 8 | +%%Version: 11.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 | +/90msp-RKSJ-H usecmap | ||
| 52 | + | ||
| 53 | +/CIDSystemInfo 3 dict dup begin | ||
| 54 | + /Registry (Adobe) def | ||
| 55 | + /Ordering (Japan1) def | ||
| 56 | + /Supplement 2 def | ||
| 57 | +end def | ||
| 58 | + | ||
| 59 | +/CMapName /90msp-RKSJ-V def | ||
| 60 | +/CMapVersion 11.006 def | ||
| 61 | +/CMapType 1 def | ||
| 62 | + | ||
| 63 | +/XUID [1 10 25446] def | ||
| 64 | + | ||
| 65 | +/WMode 1 def | ||
| 66 | + | ||
| 67 | +78 begincidrange | ||
| 68 | +<8141> <8142> 7887 | ||
| 69 | +<8143> <8143> 8268 | ||
| 70 | +<8144> <8144> 8274 | ||
| 71 | +<8150> <8151> 7889 | ||
| 72 | +<815b> <815d> 7891 | ||
| 73 | +<8160> <8164> 7894 | ||
| 74 | +<8169> <817a> 7899 | ||
| 75 | +<8181> <8181> 7917 | ||
| 76 | +<81a8> <81a8> 739 | ||
| 77 | +<81a9> <81a9> 738 | ||
| 78 | +<81aa> <81ab> 736 | ||
| 79 | +<81ac> <81ac> 8270 | ||
| 80 | +<829f> <829f> 7918 | ||
| 81 | +<82a1> <82a1> 7919 | ||
| 82 | +<82a3> <82a3> 7920 | ||
| 83 | +<82a5> <82a5> 7921 | ||
| 84 | +<82a7> <82a7> 7922 | ||
| 85 | +<82c1> <82c1> 7923 | ||
| 86 | +<82e1> <82e1> 7924 | ||
| 87 | +<82e3> <82e3> 7925 | ||
| 88 | +<82e5> <82e5> 7926 | ||
| 89 | +<82ec> <82ec> 7927 | ||
| 90 | +<8340> <8340> 7928 | ||
| 91 | +<8342> <8342> 7929 | ||
| 92 | +<8344> <8344> 7930 | ||
| 93 | +<8346> <8346> 7931 | ||
| 94 | +<8348> <8348> 7932 | ||
| 95 | +<8362> <8362> 7933 | ||
| 96 | +<8383> <8383> 7934 | ||
| 97 | +<8385> <8385> 7935 | ||
| 98 | +<8387> <8387> 7936 | ||
| 99 | +<838e> <838e> 7937 | ||
| 100 | +<8395> <8396> 7938 | ||
| 101 | +<849f> <849f> 7481 | ||
| 102 | +<84a0> <84a0> 7479 | ||
| 103 | +<84a1> <84a1> 7495 | ||
| 104 | +<84a2> <84a2> 7503 | ||
| 105 | +<84a3> <84a3> 7499 | ||
| 106 | +<84a4> <84a4> 7491 | ||
| 107 | +<84a5> <84a5> 7523 | ||
| 108 | +<84a6> <84a6> 7515 | ||
| 109 | +<84a7> <84a7> 7531 | ||
| 110 | +<84a8> <84a8> 7507 | ||
| 111 | +<84a9> <84a9> 7539 | ||
| 112 | +<84aa> <84aa> 7482 | ||
| 113 | +<84ab> <84ab> 7480 | ||
| 114 | +<84ac> <84ac> 7498 | ||
| 115 | +<84ad> <84ad> 7506 | ||
| 116 | +<84ae> <84ae> 7502 | ||
| 117 | +<84af> <84af> 7494 | ||
| 118 | +<84b0> <84b0> 7530 | ||
| 119 | +<84b1> <84b1> 7522 | ||
| 120 | +<84b2> <84b2> 7538 | ||
| 121 | +<84b3> <84b3> 7514 | ||
| 122 | +<84b4> <84b4> 7554 | ||
| 123 | +<84b5> <84b5> 7526 | ||
| 124 | +<84b6> <84b6> 7519 | ||
| 125 | +<84b7> <84b7> 7534 | ||
| 126 | +<84b8> <84b8> 7511 | ||
| 127 | +<84b9> <84b9> 7545 | ||
| 128 | +<84ba> <84ba> 7527 | ||
| 129 | +<84bb> <84bb> 7516 | ||
| 130 | +<84bc> <84bc> 7535 | ||
| 131 | +<84bd> <84bd> 7508 | ||
| 132 | +<84be> <84be> 7542 | ||
| 133 | +<875f> <8760> 7940 | ||
| 134 | +<8761> <8761> 8329 | ||
| 135 | +<8762> <8762> 7943 | ||
| 136 | +<8763> <8763> 8339 | ||
| 137 | +<8764> <8764> 7945 | ||
| 138 | +<8765> <8765> 8338 | ||
| 139 | +<8766> <8767> 7947 | ||
| 140 | +<8768> <8768> 8344 | ||
| 141 | +<8769> <876a> 7950 | ||
| 142 | +<876b> <876b> 8348 | ||
| 143 | +<876c> <876d> 7953 | ||
| 144 | +<876e> <876e> 8349 | ||
| 145 | +<8780> <8781> 7956 | ||
| 146 | +endcidrange | ||
| 147 | +endcmap | ||
| 148 | +CMapName currentdict /CMap defineresource pop | ||
| 149 | +end | ||
| 150 | +end | ||
| 151 | + | ||
| 152 | +%%EndResource | ||
| 153 | +%%EOF |
public/cmaps/90msp-RKSJ-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/90pv-RKSJ-H
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (90pv-RKSJ-H) | ||
| 5 | +%%Title: (90pv-RKSJ-H Adobe Japan1 1) | ||
| 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 1 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /90pv-RKSJ-H def | ||
| 56 | +/CMapVersion 10.006 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/UIDOffset 870 def | ||
| 60 | +/XUID [1 10 25341] def | ||
| 61 | + | ||
| 62 | +/WMode 0 def | ||
| 63 | + | ||
| 64 | +5 begincodespacerange | ||
| 65 | + <00> <80> | ||
| 66 | + <8140> <9FFC> | ||
| 67 | + <A0> <DF> | ||
| 68 | + <E040> <FCFC> | ||
| 69 | + <FD> <FF> | ||
| 70 | +endcodespacerange | ||
| 71 | + | ||
| 72 | +1 beginnotdefrange | ||
| 73 | +<00> <1f> 1 | ||
| 74 | +endnotdefrange | ||
| 75 | + | ||
| 76 | +100 begincidrange | ||
| 77 | +<20> <7e> 1 | ||
| 78 | +<80> <80> 97 | ||
| 79 | +<8140> <817e> 633 | ||
| 80 | +<8180> <81ac> 696 | ||
| 81 | +<81b8> <81bf> 741 | ||
| 82 | +<81c8> <81ce> 749 | ||
| 83 | +<81da> <81e8> 756 | ||
| 84 | +<81f0> <81f7> 771 | ||
| 85 | +<81fc> <81fc> 779 | ||
| 86 | +<824f> <8258> 780 | ||
| 87 | +<8260> <8279> 790 | ||
| 88 | +<8281> <829a> 816 | ||
| 89 | +<829f> <82f1> 842 | ||
| 90 | +<8340> <837e> 925 | ||
| 91 | +<8380> <8396> 988 | ||
| 92 | +<839f> <83b6> 1011 | ||
| 93 | +<83bf> <83d6> 1035 | ||
| 94 | +<8440> <8460> 1059 | ||
| 95 | +<8470> <847e> 1092 | ||
| 96 | +<8480> <8491> 1107 | ||
| 97 | +<849f> <849f> 7479 | ||
| 98 | +<84a0> <84a0> 7481 | ||
| 99 | +<84a1> <84a1> 7491 | ||
| 100 | +<84a2> <84a2> 7495 | ||
| 101 | +<84a3> <84a3> 7503 | ||
| 102 | +<84a4> <84a4> 7499 | ||
| 103 | +<84a5> <84a5> 7507 | ||
| 104 | +<84a6> <84a6> 7523 | ||
| 105 | +<84a7> <84a7> 7515 | ||
| 106 | +<84a8> <84a8> 7531 | ||
| 107 | +<84a9> <84a9> 7539 | ||
| 108 | +<84aa> <84aa> 7480 | ||
| 109 | +<84ab> <84ab> 7482 | ||
| 110 | +<84ac> <84ac> 7494 | ||
| 111 | +<84ad> <84ad> 7498 | ||
| 112 | +<84ae> <84ae> 7506 | ||
| 113 | +<84af> <84af> 7502 | ||
| 114 | +<84b0> <84b0> 7514 | ||
| 115 | +<84b1> <84b1> 7530 | ||
| 116 | +<84b2> <84b2> 7522 | ||
| 117 | +<84b3> <84b3> 7538 | ||
| 118 | +<84b4> <84b4> 7554 | ||
| 119 | +<84b5> <84b5> 7511 | ||
| 120 | +<84b6> <84b6> 7526 | ||
| 121 | +<84b7> <84b7> 7519 | ||
| 122 | +<84b8> <84b8> 7534 | ||
| 123 | +<84b9> <84b9> 7542 | ||
| 124 | +<84ba> <84ba> 7508 | ||
| 125 | +<84bb> <84bb> 7527 | ||
| 126 | +<84bc> <84bc> 7516 | ||
| 127 | +<84bd> <84bd> 7535 | ||
| 128 | +<84be> <84be> 7545 | ||
| 129 | +<8540> <8553> 7555 | ||
| 130 | +<855e> <8571> 8071 | ||
| 131 | +<857c> <857e> 8286 | ||
| 132 | +<8580> <8585> 8289 | ||
| 133 | +<8591> <859a> 8061 | ||
| 134 | +<859f> <85a8> 7575 | ||
| 135 | +<85a9> <85aa> 8225 | ||
| 136 | +<85ab> <85ad> 8295 | ||
| 137 | +<85b3> <85bc> 8092 | ||
| 138 | +<85bd> <85c1> 8298 | ||
| 139 | +<85db> <85f4> 8112 | ||
| 140 | +<8640> <8640> 7601 | ||
| 141 | +<8641> <8641> 8186 | ||
| 142 | +<8642> <8642> 7602 | ||
| 143 | +<8643> <8643> 8020 | ||
| 144 | +<8644> <8644> 8022 | ||
| 145 | +<8645> <8645> 8303 | ||
| 146 | +<8646> <8646> 7607 | ||
| 147 | +<8647> <8647> 8023 | ||
| 148 | +<8648> <8648> 7603 | ||
| 149 | +<8649> <8649> 8021 | ||
| 150 | +<864a> <864a> 7604 | ||
| 151 | +<864b> <864b> 8304 | ||
| 152 | +<864c> <864d> 7605 | ||
| 153 | +<864e> <864e> 8037 | ||
| 154 | +<864f> <8655> 8024 | ||
| 155 | +<8656> <8656> 8305 | ||
| 156 | +<8657> <8657> 8036 | ||
| 157 | +<8658> <8659> 8034 | ||
| 158 | +<865a> <865c> 8031 | ||
| 159 | +<865d> <865d> 8306 | ||
| 160 | +<869b> <869d> 7610 | ||
| 161 | +<869e> <869e> 8307 | ||
| 162 | +<869f> <869f> 8018 | ||
| 163 | +<86a0> <86a1> 8016 | ||
| 164 | +<86a2> <86a2> 8019 | ||
| 165 | +<86a3> <86a3> 8211 | ||
| 166 | +<86a4> <86a4> 8213 | ||
| 167 | +<86a5> <86a5> 8212 | ||
| 168 | +<86a6> <86a6> 8214 | ||
| 169 | +<86b3> <86b3> 8058 | ||
| 170 | +<86b4> <86b4> 8056 | ||
| 171 | +<86b5> <86b5> 8308 | ||
| 172 | +<86c7> <86ca> 8219 | ||
| 173 | +<86cb> <86ce> 8309 | ||
| 174 | +<86cf> <86cf> 8014 | ||
| 175 | +<86d0> <86d0> 8013 | ||
| 176 | +<86d1> <86d1> 8012 | ||
| 177 | +endcidrange | ||
| 178 | + | ||
| 179 | +100 begincidrange | ||
| 180 | +<86d2> <86d2> 8011 | ||
| 181 | +<86d3> <86d6> 8206 | ||
| 182 | +<8740> <8746> 8197 | ||
| 183 | +<8747> <8747> 8150 | ||
| 184 | +<8748> <8748> 8204 | ||
| 185 | +<8749> <8749> 8145 | ||
| 186 | +<874a> <874a> 8138 | ||
| 187 | +<874b> <874b> 7620 | ||
| 188 | +<874c> <874c> 8151 | ||
| 189 | +<874d> <874d> 7618 | ||
| 190 | +<874e> <874e> 8146 | ||
| 191 | +<874f> <874f> 8141 | ||
| 192 | +<8750> <8750> 7619 | ||
| 193 | +<8751> <8751> 8149 | ||
| 194 | +<8752> <8752> 8147 | ||
| 195 | +<8753> <8753> 8143 | ||
| 196 | +<8754> <8754> 8148 | ||
| 197 | +<8755> <8755> 8144 | ||
| 198 | +<8756> <8757> 8139 | ||
| 199 | +<8758> <8758> 8142 | ||
| 200 | +<8791> <8792> 8317 | ||
| 201 | +<8793> <8797> 7613 | ||
| 202 | +<8798> <8798> 8154 | ||
| 203 | +<8799> <8799> 8165 | ||
| 204 | +<879a> <879a> 8319 | ||
| 205 | +<879b> <879b> 8158 | ||
| 206 | +<879c> <879c> 8191 | ||
| 207 | +<879d> <879d> 8320 | ||
| 208 | +<879e> <879e> 8223 | ||
| 209 | +<879f> <879f> 7585 | ||
| 210 | +<87a0> <87a0> 8038 | ||
| 211 | +<87a1> <87a1> 7588 | ||
| 212 | +<87a2> <87a2> 7586 | ||
| 213 | +<87a3> <87a3> 8039 | ||
| 214 | +<87a4> <87a4> 8183 | ||
| 215 | +<87a5> <87a6> 8327 | ||
| 216 | +<87a7> <87a7> 8042 | ||
| 217 | +<87a8> <87a8> 7592 | ||
| 218 | +<87a9> <87aa> 8040 | ||
| 219 | +<87ab> <87ab> 7590 | ||
| 220 | +<87ac> <87ac> 7593 | ||
| 221 | +<87ad> <87ad> 7599 | ||
| 222 | +<87ae> <87ae> 8046 | ||
| 223 | +<87af> <87af> 8044 | ||
| 224 | +<87b0> <87b0> 7595 | ||
| 225 | +<87b1> <87b1> 8045 | ||
| 226 | +<87b2> <87b2> 8043 | ||
| 227 | +<87b3> <87b3> 7596 | ||
| 228 | +<87b4> <87b4> 8047 | ||
| 229 | +<87b5> <87b5> 7598 | ||
| 230 | +<87bd> <87bd> 8048 | ||
| 231 | +<87be> <87bf> 8051 | ||
| 232 | +<87c0> <87c1> 8049 | ||
| 233 | +<87e5> <87e7> 7621 | ||
| 234 | +<87e8> <87e8> 8323 | ||
| 235 | +<87fa> <87fa> 8054 | ||
| 236 | +<87fb> <87fc> 8321 | ||
| 237 | +<8840> <8840> 7624 | ||
| 238 | +<8841> <8842> 7629 | ||
| 239 | +<8854> <8855> 7608 | ||
| 240 | +<8868> <8868> 7958 | ||
| 241 | +<886a> <886d> 8313 | ||
| 242 | +<889f> <88fc> 1125 | ||
| 243 | +<8940> <897e> 1219 | ||
| 244 | +<8980> <89fc> 1282 | ||
| 245 | +<8a40> <8a7e> 1407 | ||
| 246 | +<8a80> <8afc> 1470 | ||
| 247 | +<8b40> <8b7e> 1595 | ||
| 248 | +<8b80> <8bfc> 1658 | ||
| 249 | +<8c40> <8c7e> 1783 | ||
| 250 | +<8c80> <8cfc> 1846 | ||
| 251 | +<8d40> <8d7e> 1971 | ||
| 252 | +<8d80> <8dfc> 2034 | ||
| 253 | +<8e40> <8e7e> 2159 | ||
| 254 | +<8e80> <8efc> 2222 | ||
| 255 | +<8f40> <8f7e> 2347 | ||
| 256 | +<8f80> <8ffc> 2410 | ||
| 257 | +<9040> <907e> 2535 | ||
| 258 | +<9080> <90fc> 2598 | ||
| 259 | +<9140> <917e> 2723 | ||
| 260 | +<9180> <91fc> 2786 | ||
| 261 | +<9240> <927e> 2911 | ||
| 262 | +<9280> <92fc> 2974 | ||
| 263 | +<9340> <937e> 3099 | ||
| 264 | +<9380> <93fc> 3162 | ||
| 265 | +<9440> <947e> 3287 | ||
| 266 | +<9480> <94fc> 3350 | ||
| 267 | +<9540> <957e> 3475 | ||
| 268 | +<9580> <95fc> 3538 | ||
| 269 | +<9640> <967e> 3663 | ||
| 270 | +<9680> <96fc> 3726 | ||
| 271 | +<9740> <977e> 3851 | ||
| 272 | +<9780> <97fc> 3914 | ||
| 273 | +<9840> <9872> 4039 | ||
| 274 | +<989f> <98fc> 4090 | ||
| 275 | +<9940> <997e> 4184 | ||
| 276 | +<9980> <99fc> 4247 | ||
| 277 | +<9a40> <9a7e> 4372 | ||
| 278 | +<9a80> <9afc> 4435 | ||
| 279 | +<9b40> <9b7e> 4560 | ||
| 280 | +endcidrange | ||
| 281 | + | ||
| 282 | +63 begincidrange | ||
| 283 | +<9b80> <9bfc> 4623 | ||
| 284 | +<9c40> <9c7e> 4748 | ||
| 285 | +<9c80> <9cfc> 4811 | ||
| 286 | +<9d40> <9d7e> 4936 | ||
| 287 | +<9d80> <9dfc> 4999 | ||
| 288 | +<9e40> <9e7e> 5124 | ||
| 289 | +<9e80> <9efc> 5187 | ||
| 290 | +<9f40> <9f7e> 5312 | ||
| 291 | +<9f80> <9ffc> 5375 | ||
| 292 | +<a0> <df> 326 | ||
| 293 | +<e040> <e07e> 5500 | ||
| 294 | +<e080> <e0fc> 5563 | ||
| 295 | +<e140> <e17e> 5688 | ||
| 296 | +<e180> <e1fc> 5751 | ||
| 297 | +<e240> <e27e> 5876 | ||
| 298 | +<e280> <e2fc> 5939 | ||
| 299 | +<e340> <e37e> 6064 | ||
| 300 | +<e380> <e3fc> 6127 | ||
| 301 | +<e440> <e47e> 6252 | ||
| 302 | +<e480> <e4fc> 6315 | ||
| 303 | +<e540> <e57e> 6440 | ||
| 304 | +<e580> <e5fc> 6503 | ||
| 305 | +<e640> <e67e> 6628 | ||
| 306 | +<e680> <e6fc> 6691 | ||
| 307 | +<e740> <e77e> 6816 | ||
| 308 | +<e780> <e7fc> 6879 | ||
| 309 | +<e840> <e87e> 7004 | ||
| 310 | +<e880> <e8fc> 7067 | ||
| 311 | +<e940> <e97e> 7192 | ||
| 312 | +<e980> <e9fc> 7255 | ||
| 313 | +<ea40> <ea7e> 7380 | ||
| 314 | +<ea80> <eaa2> 7443 | ||
| 315 | +<eaa3> <eaa4> 8284 | ||
| 316 | +<eb41> <eb42> 7887 | ||
| 317 | +<eb50> <eb51> 7889 | ||
| 318 | +<eb5b> <eb5d> 7891 | ||
| 319 | +<eb60> <eb64> 7894 | ||
| 320 | +<eb69> <eb7a> 7899 | ||
| 321 | +<eb81> <eb81> 7917 | ||
| 322 | +<ec9f> <ec9f> 7918 | ||
| 323 | +<eca1> <eca1> 7919 | ||
| 324 | +<eca3> <eca3> 7920 | ||
| 325 | +<eca5> <eca5> 7921 | ||
| 326 | +<eca7> <eca7> 7922 | ||
| 327 | +<ecc1> <ecc1> 7923 | ||
| 328 | +<ece1> <ece1> 7924 | ||
| 329 | +<ece3> <ece3> 7925 | ||
| 330 | +<ece5> <ece5> 7926 | ||
| 331 | +<ecec> <ecec> 7927 | ||
| 332 | +<ed40> <ed40> 7928 | ||
| 333 | +<ed42> <ed42> 7929 | ||
| 334 | +<ed44> <ed44> 7930 | ||
| 335 | +<ed46> <ed46> 7931 | ||
| 336 | +<ed48> <ed48> 7932 | ||
| 337 | +<ed62> <ed62> 7933 | ||
| 338 | +<ed83> <ed83> 7934 | ||
| 339 | +<ed85> <ed85> 7935 | ||
| 340 | +<ed87> <ed87> 7936 | ||
| 341 | +<ed8e> <ed8e> 7937 | ||
| 342 | +<ed95> <ed96> 7938 | ||
| 343 | +<fd> <fd> 152 | ||
| 344 | +<fe> <fe> 228 | ||
| 345 | +<ff> <ff> 124 | ||
| 346 | +endcidrange | ||
| 347 | +endcmap | ||
| 348 | +CMapName currentdict /CMap defineresource pop | ||
| 349 | +end | ||
| 350 | +end | ||
| 351 | + | ||
| 352 | +%%EndResource | ||
| 353 | +%%EOF |
public/cmaps/90pv-RKSJ-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/90pv-RKSJ-V
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%DocumentNeededResources: CMap (90pv-RKSJ-H) | ||
| 4 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 5 | +%%IncludeResource: CMap (90pv-RKSJ-H) | ||
| 6 | +%%BeginResource: CMap (90pv-RKSJ-V) | ||
| 7 | +%%Title: (90pv-RKSJ-V Adobe Japan1 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 | +/90pv-RKSJ-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 /90pv-RKSJ-V def | ||
| 60 | +/CMapVersion 10.006 def | ||
| 61 | +/CMapType 1 def | ||
| 62 | + | ||
| 63 | +/UIDOffset 940 def | ||
| 64 | +/XUID [1 10 25342] def | ||
| 65 | + | ||
| 66 | +/WMode 1 def | ||
| 67 | + | ||
| 68 | +51 begincidrange | ||
| 69 | +<8141> <8142> 7887 | ||
| 70 | +<8150> <8151> 7889 | ||
| 71 | +<815b> <815d> 7891 | ||
| 72 | +<8160> <8164> 7894 | ||
| 73 | +<8169> <817a> 7899 | ||
| 74 | +<8181> <8181> 7917 | ||
| 75 | +<829f> <829f> 7918 | ||
| 76 | +<82a1> <82a1> 7919 | ||
| 77 | +<82a3> <82a3> 7920 | ||
| 78 | +<82a5> <82a5> 7921 | ||
| 79 | +<82a7> <82a7> 7922 | ||
| 80 | +<82c1> <82c1> 7923 | ||
| 81 | +<82e1> <82e1> 7924 | ||
| 82 | +<82e3> <82e3> 7925 | ||
| 83 | +<82e5> <82e5> 7926 | ||
| 84 | +<82ec> <82ec> 7927 | ||
| 85 | +<8340> <8340> 7928 | ||
| 86 | +<8342> <8342> 7929 | ||
| 87 | +<8344> <8344> 7930 | ||
| 88 | +<8346> <8346> 7931 | ||
| 89 | +<8348> <8348> 7932 | ||
| 90 | +<8362> <8362> 7933 | ||
| 91 | +<8383> <8383> 7934 | ||
| 92 | +<8385> <8385> 7935 | ||
| 93 | +<8387> <8387> 7936 | ||
| 94 | +<838e> <838e> 7937 | ||
| 95 | +<8395> <8396> 7938 | ||
| 96 | +<879f> <879f> 7940 | ||
| 97 | +<87a0> <87a0> 8329 | ||
| 98 | +<87a1> <87a1> 7943 | ||
| 99 | +<87a2> <87a2> 7941 | ||
| 100 | +<87a3> <87a3> 8330 | ||
| 101 | +<87a4> <87a5> 8333 | ||
| 102 | +<87a6> <87a7> 8337 | ||
| 103 | +<87a8> <87a8> 7947 | ||
| 104 | +<87a9> <87aa> 8339 | ||
| 105 | +<87ab> <87ab> 7945 | ||
| 106 | +<87ac> <87ac> 7948 | ||
| 107 | +<87ad> <87ad> 7954 | ||
| 108 | +<87ae> <87af> 8343 | ||
| 109 | +<87b0> <87b0> 7950 | ||
| 110 | +<87b1> <87b2> 8347 | ||
| 111 | +<87b3> <87b3> 7951 | ||
| 112 | +<87b4> <87b4> 8349 | ||
| 113 | +<87b5> <87b5> 7953 | ||
| 114 | +<87bd> <87bd> 8350 | ||
| 115 | +<87be> <87be> 8353 | ||
| 116 | +<87bf> <87bf> 8356 | ||
| 117 | +<87c0> <87c0> 8358 | ||
| 118 | +<87c1> <87c1> 8357 | ||
| 119 | +<87fa> <87fc> 8324 | ||
| 120 | +endcidrange | ||
| 121 | +endcmap | ||
| 122 | +CMapName currentdict /CMap defineresource pop | ||
| 123 | +end | ||
| 124 | +end | ||
| 125 | + | ||
| 126 | +%%EndResource | ||
| 127 | +%%EOF |
public/cmaps/90pv-RKSJ-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/Add-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Add-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/Add-RKSJ-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Add-RKSJ-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/Add-RKSJ-V
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%DocumentNeededResources: CMap (Add-RKSJ-H) | ||
| 4 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 5 | +%%IncludeResource: CMap (Add-RKSJ-H) | ||
| 6 | +%%BeginResource: CMap (Add-RKSJ-V) | ||
| 7 | +%%Title: (Add-RKSJ-V Adobe Japan1 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 | +/Add-RKSJ-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 /Add-RKSJ-V def | ||
| 60 | +/CMapVersion 10.006 def | ||
| 61 | +/CMapType 1 def | ||
| 62 | + | ||
| 63 | +/UIDOffset 780 def | ||
| 64 | +/XUID [1 10 25327] def | ||
| 65 | + | ||
| 66 | +/WMode 1 def | ||
| 67 | + | ||
| 68 | +57 begincidrange | ||
| 69 | +<8141> <8142> 7887 | ||
| 70 | +<8143> <8143> 8268 | ||
| 71 | +<8144> <8144> 8274 | ||
| 72 | +<8150> <8151> 7889 | ||
| 73 | +<815b> <815d> 7891 | ||
| 74 | +<8160> <8164> 7894 | ||
| 75 | +<8165> <8165> 8282 | ||
| 76 | +<8166> <8166> 8275 | ||
| 77 | +<8167> <8167> 8280 | ||
| 78 | +<8168> <8168> 8277 | ||
| 79 | +<8169> <817a> 7899 | ||
| 80 | +<829f> <829f> 7918 | ||
| 81 | +<82a1> <82a1> 7919 | ||
| 82 | +<82a3> <82a3> 7920 | ||
| 83 | +<82a5> <82a5> 7921 | ||
| 84 | +<82a7> <82a7> 7922 | ||
| 85 | +<82c1> <82c1> 7923 | ||
| 86 | +<82e1> <82e1> 7924 | ||
| 87 | +<82e3> <82e3> 7925 | ||
| 88 | +<82e5> <82e5> 7926 | ||
| 89 | +<82ec> <82ec> 7927 | ||
| 90 | +<82f3> <82f4> 8264 | ||
| 91 | +<8340> <8340> 7928 | ||
| 92 | +<8342> <8342> 7929 | ||
| 93 | +<8344> <8344> 7930 | ||
| 94 | +<8346> <8346> 7931 | ||
| 95 | +<8348> <8348> 7932 | ||
| 96 | +<8362> <8362> 7933 | ||
| 97 | +<8383> <8383> 7934 | ||
| 98 | +<8385> <8385> 7935 | ||
| 99 | +<8387> <8387> 7936 | ||
| 100 | +<838e> <838e> 7937 | ||
| 101 | +<8395> <8396> 7938 | ||
| 102 | +<ec78> <ec78> 7943 | ||
| 103 | +<ec79> <ec79> 7940 | ||
| 104 | +<ec7a> <ec7a> 8329 | ||
| 105 | +<ec7b> <ec7b> 7941 | ||
| 106 | +<ec7c> <ec7c> 8330 | ||
| 107 | +<ec7d> <ec7e> 8339 | ||
| 108 | +<ec80> <ec80> 7945 | ||
| 109 | +<ec81> <ec81> 8338 | ||
| 110 | +<ec82> <ec82> 7947 | ||
| 111 | +<ec83> <ec83> 7951 | ||
| 112 | +<ec84> <ec84> 8348 | ||
| 113 | +<ec85> <ec85> 7953 | ||
| 114 | +<ec86> <ec86> 7950 | ||
| 115 | +<ec87> <ec87> 8344 | ||
| 116 | +<ec88> <ec88> 8347 | ||
| 117 | +<ec89> <ec89> 7954 | ||
| 118 | +<ec8a> <ec8a> 8343 | ||
| 119 | +<ec8b> <ec8c> 8349 | ||
| 120 | +<ec8d> <ec8d> 8358 | ||
| 121 | +<ec8e> <ec8e> 8357 | ||
| 122 | +<ec8f> <ec8f> 8353 | ||
| 123 | +<ec90> <ec90> 8356 | ||
| 124 | +<ec95> <ec95> 8324 | ||
| 125 | +<ef92> <ef92> 8333 | ||
| 126 | +endcidrange | ||
| 127 | +endcmap | ||
| 128 | +CMapName currentdict /CMap defineresource pop | ||
| 129 | +end | ||
| 130 | +end | ||
| 131 | + | ||
| 132 | +%%EndResource | ||
| 133 | +%%EOF |
public/cmaps/Add-RKSJ-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/Add-V
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%DocumentNeededResources: CMap (Add-H) | ||
| 4 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 5 | +%%IncludeResource: CMap (Add-H) | ||
| 6 | +%%BeginResource: CMap (Add-V) | ||
| 7 | +%%Title: (Add-V Adobe Japan1 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 | +/Add-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 /Add-V def | ||
| 60 | +/CMapVersion 10.006 def | ||
| 61 | +/CMapType 1 def | ||
| 62 | + | ||
| 63 | +/UIDOffset 790 def | ||
| 64 | +/XUID [1 10 25328] def | ||
| 65 | + | ||
| 66 | +/WMode 1 def | ||
| 67 | + | ||
| 68 | +57 begincidrange | ||
| 69 | +<2122> <2123> 7887 | ||
| 70 | +<2124> <2124> 8268 | ||
| 71 | +<2125> <2125> 8274 | ||
| 72 | +<2131> <2132> 7889 | ||
| 73 | +<213c> <213e> 7891 | ||
| 74 | +<2141> <2145> 7894 | ||
| 75 | +<2146> <2146> 8282 | ||
| 76 | +<2147> <2147> 8275 | ||
| 77 | +<2148> <2148> 8280 | ||
| 78 | +<2149> <2149> 8277 | ||
| 79 | +<214a> <215b> 7899 | ||
| 80 | +<2421> <2421> 7918 | ||
| 81 | +<2423> <2423> 7919 | ||
| 82 | +<2425> <2425> 7920 | ||
| 83 | +<2427> <2427> 7921 | ||
| 84 | +<2429> <2429> 7922 | ||
| 85 | +<2443> <2443> 7923 | ||
| 86 | +<2463> <2463> 7924 | ||
| 87 | +<2465> <2465> 7925 | ||
| 88 | +<2467> <2467> 7926 | ||
| 89 | +<246e> <246e> 7927 | ||
| 90 | +<2475> <2476> 8264 | ||
| 91 | +<2521> <2521> 7928 | ||
| 92 | +<2523> <2523> 7929 | ||
| 93 | +<2525> <2525> 7930 | ||
| 94 | +<2527> <2527> 7931 | ||
| 95 | +<2529> <2529> 7932 | ||
| 96 | +<2543> <2543> 7933 | ||
| 97 | +<2563> <2563> 7934 | ||
| 98 | +<2565> <2565> 7935 | ||
| 99 | +<2567> <2567> 7936 | ||
| 100 | +<256e> <256e> 7937 | ||
| 101 | +<2575> <2576> 7938 | ||
| 102 | +<7759> <7759> 7943 | ||
| 103 | +<775a> <775a> 7940 | ||
| 104 | +<775b> <775b> 8329 | ||
| 105 | +<775c> <775c> 7941 | ||
| 106 | +<775d> <775d> 8330 | ||
| 107 | +<775e> <775f> 8339 | ||
| 108 | +<7760> <7760> 7945 | ||
| 109 | +<7761> <7761> 8338 | ||
| 110 | +<7762> <7762> 7947 | ||
| 111 | +<7763> <7763> 7951 | ||
| 112 | +<7764> <7764> 8348 | ||
| 113 | +<7765> <7765> 7953 | ||
| 114 | +<7766> <7766> 7950 | ||
| 115 | +<7767> <7767> 8344 | ||
| 116 | +<7768> <7768> 8347 | ||
| 117 | +<7769> <7769> 7954 | ||
| 118 | +<776a> <776a> 8343 | ||
| 119 | +<776b> <776c> 8349 | ||
| 120 | +<776d> <776d> 8358 | ||
| 121 | +<776e> <776e> 8357 | ||
| 122 | +<776f> <776f> 8353 | ||
| 123 | +<7770> <7770> 8356 | ||
| 124 | +<7775> <7775> 8324 | ||
| 125 | +<7d72> <7d72> 8333 | ||
| 126 | +endcidrange | ||
| 127 | +endcmap | ||
| 128 | +CMapName currentdict /CMap defineresource pop | ||
| 129 | +end | ||
| 130 | +end | ||
| 131 | + | ||
| 132 | +%%EndResource | ||
| 133 | +%%EOF |
public/cmaps/Add-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-CNS1-0
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (Identity) | ||
| 5 | +%%Title: (Identity Adobe CNS1 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 (CNS1) def | ||
| 52 | + /Supplement 0 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /Adobe-CNS1-0 def | ||
| 56 | +/CMapVersion 10.006 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/UIDOffset 960 def | ||
| 60 | +/XUID [1 10 25394] def | ||
| 61 | + | ||
| 62 | +/WMode 0 def | ||
| 63 | + | ||
| 64 | +/CIDCount 14099 def | ||
| 65 | + | ||
| 66 | +1 begincodespacerange | ||
| 67 | + <0000> <37FF> | ||
| 68 | +endcodespacerange | ||
| 69 | + | ||
| 70 | +56 begincidrange | ||
| 71 | +<0000> <00ff> 0 | ||
| 72 | +<0100> <01ff> 256 | ||
| 73 | +<0200> <02ff> 512 | ||
| 74 | +<0300> <03ff> 768 | ||
| 75 | +<0400> <04ff> 1024 | ||
| 76 | +<0500> <05ff> 1280 | ||
| 77 | +<0600> <06ff> 1536 | ||
| 78 | +<0700> <07ff> 1792 | ||
| 79 | +<0800> <08ff> 2048 | ||
| 80 | +<0900> <09ff> 2304 | ||
| 81 | +<0a00> <0aff> 2560 | ||
| 82 | +<0b00> <0bff> 2816 | ||
| 83 | +<0c00> <0cff> 3072 | ||
| 84 | +<0d00> <0dff> 3328 | ||
| 85 | +<0e00> <0eff> 3584 | ||
| 86 | +<0f00> <0fff> 3840 | ||
| 87 | +<1000> <10ff> 4096 | ||
| 88 | +<1100> <11ff> 4352 | ||
| 89 | +<1200> <12ff> 4608 | ||
| 90 | +<1300> <13ff> 4864 | ||
| 91 | +<1400> <14ff> 5120 | ||
| 92 | +<1500> <15ff> 5376 | ||
| 93 | +<1600> <16ff> 5632 | ||
| 94 | +<1700> <17ff> 5888 | ||
| 95 | +<1800> <18ff> 6144 | ||
| 96 | +<1900> <19ff> 6400 | ||
| 97 | +<1a00> <1aff> 6656 | ||
| 98 | +<1b00> <1bff> 6912 | ||
| 99 | +<1c00> <1cff> 7168 | ||
| 100 | +<1d00> <1dff> 7424 | ||
| 101 | +<1e00> <1eff> 7680 | ||
| 102 | +<1f00> <1fff> 7936 | ||
| 103 | +<2000> <20ff> 8192 | ||
| 104 | +<2100> <21ff> 8448 | ||
| 105 | +<2200> <22ff> 8704 | ||
| 106 | +<2300> <23ff> 8960 | ||
| 107 | +<2400> <24ff> 9216 | ||
| 108 | +<2500> <25ff> 9472 | ||
| 109 | +<2600> <26ff> 9728 | ||
| 110 | +<2700> <27ff> 9984 | ||
| 111 | +<2800> <28ff> 10240 | ||
| 112 | +<2900> <29ff> 10496 | ||
| 113 | +<2a00> <2aff> 10752 | ||
| 114 | +<2b00> <2bff> 11008 | ||
| 115 | +<2c00> <2cff> 11264 | ||
| 116 | +<2d00> <2dff> 11520 | ||
| 117 | +<2e00> <2eff> 11776 | ||
| 118 | +<2f00> <2fff> 12032 | ||
| 119 | +<3000> <30ff> 12288 | ||
| 120 | +<3100> <31ff> 12544 | ||
| 121 | +<3200> <32ff> 12800 | ||
| 122 | +<3300> <33ff> 13056 | ||
| 123 | +<3400> <34ff> 13312 | ||
| 124 | +<3500> <35ff> 13568 | ||
| 125 | +<3600> <36ff> 13824 | ||
| 126 | +<3700> <3712> 14080 | ||
| 127 | +endcidrange | ||
| 128 | +endcmap | ||
| 129 | +CMapName currentdict /CMap defineresource pop | ||
| 130 | +end | ||
| 131 | +end | ||
| 132 | + | ||
| 133 | +%%EndResource | ||
| 134 | +%%EOF |
public/cmaps/Adobe-CNS1-0.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-CNS1-1
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (Identity) | ||
| 5 | +%%Title: (Identity Adobe CNS1 1) | ||
| 6 | +%%Version: 1.005 | ||
| 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 (CNS1) def | ||
| 52 | + /Supplement 1 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /Adobe-CNS1-1 def | ||
| 56 | +/CMapVersion 1.005 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/XUID [1 10 25590] def | ||
| 60 | + | ||
| 61 | +/WMode 0 def | ||
| 62 | + | ||
| 63 | +/CIDCount 17408 def | ||
| 64 | + | ||
| 65 | +1 begincodespacerange | ||
| 66 | + <0000> <43FF> | ||
| 67 | +endcodespacerange | ||
| 68 | + | ||
| 69 | +68 begincidrange | ||
| 70 | +<0000> <00ff> 0 | ||
| 71 | +<0100> <01ff> 256 | ||
| 72 | +<0200> <02ff> 512 | ||
| 73 | +<0300> <03ff> 768 | ||
| 74 | +<0400> <04ff> 1024 | ||
| 75 | +<0500> <05ff> 1280 | ||
| 76 | +<0600> <06ff> 1536 | ||
| 77 | +<0700> <07ff> 1792 | ||
| 78 | +<0800> <08ff> 2048 | ||
| 79 | +<0900> <09ff> 2304 | ||
| 80 | +<0a00> <0aff> 2560 | ||
| 81 | +<0b00> <0bff> 2816 | ||
| 82 | +<0c00> <0cff> 3072 | ||
| 83 | +<0d00> <0dff> 3328 | ||
| 84 | +<0e00> <0eff> 3584 | ||
| 85 | +<0f00> <0fff> 3840 | ||
| 86 | +<1000> <10ff> 4096 | ||
| 87 | +<1100> <11ff> 4352 | ||
| 88 | +<1200> <12ff> 4608 | ||
| 89 | +<1300> <13ff> 4864 | ||
| 90 | +<1400> <14ff> 5120 | ||
| 91 | +<1500> <15ff> 5376 | ||
| 92 | +<1600> <16ff> 5632 | ||
| 93 | +<1700> <17ff> 5888 | ||
| 94 | +<1800> <18ff> 6144 | ||
| 95 | +<1900> <19ff> 6400 | ||
| 96 | +<1a00> <1aff> 6656 | ||
| 97 | +<1b00> <1bff> 6912 | ||
| 98 | +<1c00> <1cff> 7168 | ||
| 99 | +<1d00> <1dff> 7424 | ||
| 100 | +<1e00> <1eff> 7680 | ||
| 101 | +<1f00> <1fff> 7936 | ||
| 102 | +<2000> <20ff> 8192 | ||
| 103 | +<2100> <21ff> 8448 | ||
| 104 | +<2200> <22ff> 8704 | ||
| 105 | +<2300> <23ff> 8960 | ||
| 106 | +<2400> <24ff> 9216 | ||
| 107 | +<2500> <25ff> 9472 | ||
| 108 | +<2600> <26ff> 9728 | ||
| 109 | +<2700> <27ff> 9984 | ||
| 110 | +<2800> <28ff> 10240 | ||
| 111 | +<2900> <29ff> 10496 | ||
| 112 | +<2a00> <2aff> 10752 | ||
| 113 | +<2b00> <2bff> 11008 | ||
| 114 | +<2c00> <2cff> 11264 | ||
| 115 | +<2d00> <2dff> 11520 | ||
| 116 | +<2e00> <2eff> 11776 | ||
| 117 | +<2f00> <2fff> 12032 | ||
| 118 | +<3000> <30ff> 12288 | ||
| 119 | +<3100> <31ff> 12544 | ||
| 120 | +<3200> <32ff> 12800 | ||
| 121 | +<3300> <33ff> 13056 | ||
| 122 | +<3400> <34ff> 13312 | ||
| 123 | +<3500> <35ff> 13568 | ||
| 124 | +<3600> <36ff> 13824 | ||
| 125 | +<3700> <37ff> 14080 | ||
| 126 | +<3800> <38ff> 14336 | ||
| 127 | +<3900> <39ff> 14592 | ||
| 128 | +<3a00> <3aff> 14848 | ||
| 129 | +<3b00> <3bff> 15104 | ||
| 130 | +<3c00> <3cff> 15360 | ||
| 131 | +<3d00> <3dff> 15616 | ||
| 132 | +<3e00> <3eff> 15872 | ||
| 133 | +<3f00> <3fff> 16128 | ||
| 134 | +<4000> <40ff> 16384 | ||
| 135 | +<4100> <41ff> 16640 | ||
| 136 | +<4200> <42ff> 16896 | ||
| 137 | +<4300> <43ff> 17152 | ||
| 138 | +endcidrange | ||
| 139 | +endcmap | ||
| 140 | +CMapName currentdict /CMap defineresource pop | ||
| 141 | +end | ||
| 142 | +end | ||
| 143 | + | ||
| 144 | +%%EndResource | ||
| 145 | +%%EOF |
public/cmaps/Adobe-CNS1-1.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-CNS1-2
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (Identity) | ||
| 5 | +%%Title: (Identity Adobe CNS1 2) | ||
| 6 | +%%Version: 1.005 | ||
| 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 (CNS1) def | ||
| 52 | + /Supplement 2 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /Adobe-CNS1-2 def | ||
| 56 | +/CMapVersion 1.005 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/XUID [1 10 25586] def | ||
| 60 | + | ||
| 61 | +/WMode 0 def | ||
| 62 | + | ||
| 63 | +/CIDCount 17601 def | ||
| 64 | + | ||
| 65 | +1 begincodespacerange | ||
| 66 | + <0000> <44FF> | ||
| 67 | +endcodespacerange | ||
| 68 | + | ||
| 69 | +69 begincidrange | ||
| 70 | +<0000> <00ff> 0 | ||
| 71 | +<0100> <01ff> 256 | ||
| 72 | +<0200> <02ff> 512 | ||
| 73 | +<0300> <03ff> 768 | ||
| 74 | +<0400> <04ff> 1024 | ||
| 75 | +<0500> <05ff> 1280 | ||
| 76 | +<0600> <06ff> 1536 | ||
| 77 | +<0700> <07ff> 1792 | ||
| 78 | +<0800> <08ff> 2048 | ||
| 79 | +<0900> <09ff> 2304 | ||
| 80 | +<0a00> <0aff> 2560 | ||
| 81 | +<0b00> <0bff> 2816 | ||
| 82 | +<0c00> <0cff> 3072 | ||
| 83 | +<0d00> <0dff> 3328 | ||
| 84 | +<0e00> <0eff> 3584 | ||
| 85 | +<0f00> <0fff> 3840 | ||
| 86 | +<1000> <10ff> 4096 | ||
| 87 | +<1100> <11ff> 4352 | ||
| 88 | +<1200> <12ff> 4608 | ||
| 89 | +<1300> <13ff> 4864 | ||
| 90 | +<1400> <14ff> 5120 | ||
| 91 | +<1500> <15ff> 5376 | ||
| 92 | +<1600> <16ff> 5632 | ||
| 93 | +<1700> <17ff> 5888 | ||
| 94 | +<1800> <18ff> 6144 | ||
| 95 | +<1900> <19ff> 6400 | ||
| 96 | +<1a00> <1aff> 6656 | ||
| 97 | +<1b00> <1bff> 6912 | ||
| 98 | +<1c00> <1cff> 7168 | ||
| 99 | +<1d00> <1dff> 7424 | ||
| 100 | +<1e00> <1eff> 7680 | ||
| 101 | +<1f00> <1fff> 7936 | ||
| 102 | +<2000> <20ff> 8192 | ||
| 103 | +<2100> <21ff> 8448 | ||
| 104 | +<2200> <22ff> 8704 | ||
| 105 | +<2300> <23ff> 8960 | ||
| 106 | +<2400> <24ff> 9216 | ||
| 107 | +<2500> <25ff> 9472 | ||
| 108 | +<2600> <26ff> 9728 | ||
| 109 | +<2700> <27ff> 9984 | ||
| 110 | +<2800> <28ff> 10240 | ||
| 111 | +<2900> <29ff> 10496 | ||
| 112 | +<2a00> <2aff> 10752 | ||
| 113 | +<2b00> <2bff> 11008 | ||
| 114 | +<2c00> <2cff> 11264 | ||
| 115 | +<2d00> <2dff> 11520 | ||
| 116 | +<2e00> <2eff> 11776 | ||
| 117 | +<2f00> <2fff> 12032 | ||
| 118 | +<3000> <30ff> 12288 | ||
| 119 | +<3100> <31ff> 12544 | ||
| 120 | +<3200> <32ff> 12800 | ||
| 121 | +<3300> <33ff> 13056 | ||
| 122 | +<3400> <34ff> 13312 | ||
| 123 | +<3500> <35ff> 13568 | ||
| 124 | +<3600> <36ff> 13824 | ||
| 125 | +<3700> <37ff> 14080 | ||
| 126 | +<3800> <38ff> 14336 | ||
| 127 | +<3900> <39ff> 14592 | ||
| 128 | +<3a00> <3aff> 14848 | ||
| 129 | +<3b00> <3bff> 15104 | ||
| 130 | +<3c00> <3cff> 15360 | ||
| 131 | +<3d00> <3dff> 15616 | ||
| 132 | +<3e00> <3eff> 15872 | ||
| 133 | +<3f00> <3fff> 16128 | ||
| 134 | +<4000> <40ff> 16384 | ||
| 135 | +<4100> <41ff> 16640 | ||
| 136 | +<4200> <42ff> 16896 | ||
| 137 | +<4300> <43ff> 17152 | ||
| 138 | +<4400> <44c0> 17408 | ||
| 139 | +endcidrange | ||
| 140 | +endcmap | ||
| 141 | +CMapName currentdict /CMap defineresource pop | ||
| 142 | +end | ||
| 143 | +end | ||
| 144 | + | ||
| 145 | +%%EndResource | ||
| 146 | +%%EOF |
public/cmaps/Adobe-CNS1-2.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-CNS1-3
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (Identity) | ||
| 5 | +%%Title: (Identity Adobe CNS1 3) | ||
| 6 | +%%Version: 1.005 | ||
| 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 (CNS1) def | ||
| 52 | + /Supplement 3 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /Adobe-CNS1-3 def | ||
| 56 | +/CMapVersion 1.005 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/XUID [1 10 25587] def | ||
| 60 | + | ||
| 61 | +/WMode 0 def | ||
| 62 | + | ||
| 63 | +/CIDCount 18846 def | ||
| 64 | + | ||
| 65 | +1 begincodespacerange | ||
| 66 | + <0000> <49FF> | ||
| 67 | +endcodespacerange | ||
| 68 | + | ||
| 69 | +74 begincidrange | ||
| 70 | +<0000> <00ff> 0 | ||
| 71 | +<0100> <01ff> 256 | ||
| 72 | +<0200> <02ff> 512 | ||
| 73 | +<0300> <03ff> 768 | ||
| 74 | +<0400> <04ff> 1024 | ||
| 75 | +<0500> <05ff> 1280 | ||
| 76 | +<0600> <06ff> 1536 | ||
| 77 | +<0700> <07ff> 1792 | ||
| 78 | +<0800> <08ff> 2048 | ||
| 79 | +<0900> <09ff> 2304 | ||
| 80 | +<0a00> <0aff> 2560 | ||
| 81 | +<0b00> <0bff> 2816 | ||
| 82 | +<0c00> <0cff> 3072 | ||
| 83 | +<0d00> <0dff> 3328 | ||
| 84 | +<0e00> <0eff> 3584 | ||
| 85 | +<0f00> <0fff> 3840 | ||
| 86 | +<1000> <10ff> 4096 | ||
| 87 | +<1100> <11ff> 4352 | ||
| 88 | +<1200> <12ff> 4608 | ||
| 89 | +<1300> <13ff> 4864 | ||
| 90 | +<1400> <14ff> 5120 | ||
| 91 | +<1500> <15ff> 5376 | ||
| 92 | +<1600> <16ff> 5632 | ||
| 93 | +<1700> <17ff> 5888 | ||
| 94 | +<1800> <18ff> 6144 | ||
| 95 | +<1900> <19ff> 6400 | ||
| 96 | +<1a00> <1aff> 6656 | ||
| 97 | +<1b00> <1bff> 6912 | ||
| 98 | +<1c00> <1cff> 7168 | ||
| 99 | +<1d00> <1dff> 7424 | ||
| 100 | +<1e00> <1eff> 7680 | ||
| 101 | +<1f00> <1fff> 7936 | ||
| 102 | +<2000> <20ff> 8192 | ||
| 103 | +<2100> <21ff> 8448 | ||
| 104 | +<2200> <22ff> 8704 | ||
| 105 | +<2300> <23ff> 8960 | ||
| 106 | +<2400> <24ff> 9216 | ||
| 107 | +<2500> <25ff> 9472 | ||
| 108 | +<2600> <26ff> 9728 | ||
| 109 | +<2700> <27ff> 9984 | ||
| 110 | +<2800> <28ff> 10240 | ||
| 111 | +<2900> <29ff> 10496 | ||
| 112 | +<2a00> <2aff> 10752 | ||
| 113 | +<2b00> <2bff> 11008 | ||
| 114 | +<2c00> <2cff> 11264 | ||
| 115 | +<2d00> <2dff> 11520 | ||
| 116 | +<2e00> <2eff> 11776 | ||
| 117 | +<2f00> <2fff> 12032 | ||
| 118 | +<3000> <30ff> 12288 | ||
| 119 | +<3100> <31ff> 12544 | ||
| 120 | +<3200> <32ff> 12800 | ||
| 121 | +<3300> <33ff> 13056 | ||
| 122 | +<3400> <34ff> 13312 | ||
| 123 | +<3500> <35ff> 13568 | ||
| 124 | +<3600> <36ff> 13824 | ||
| 125 | +<3700> <37ff> 14080 | ||
| 126 | +<3800> <38ff> 14336 | ||
| 127 | +<3900> <39ff> 14592 | ||
| 128 | +<3a00> <3aff> 14848 | ||
| 129 | +<3b00> <3bff> 15104 | ||
| 130 | +<3c00> <3cff> 15360 | ||
| 131 | +<3d00> <3dff> 15616 | ||
| 132 | +<3e00> <3eff> 15872 | ||
| 133 | +<3f00> <3fff> 16128 | ||
| 134 | +<4000> <40ff> 16384 | ||
| 135 | +<4100> <41ff> 16640 | ||
| 136 | +<4200> <42ff> 16896 | ||
| 137 | +<4300> <43ff> 17152 | ||
| 138 | +<4400> <44ff> 17408 | ||
| 139 | +<4500> <45ff> 17664 | ||
| 140 | +<4600> <46ff> 17920 | ||
| 141 | +<4700> <47ff> 18176 | ||
| 142 | +<4800> <48ff> 18432 | ||
| 143 | +<4900> <499d> 18688 | ||
| 144 | +endcidrange | ||
| 145 | +endcmap | ||
| 146 | +CMapName currentdict /CMap defineresource pop | ||
| 147 | +end | ||
| 148 | +end | ||
| 149 | + | ||
| 150 | +%%EndResource | ||
| 151 | +%%EOF |
public/cmaps/Adobe-CNS1-3.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-CNS1-4
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (Identity) | ||
| 5 | +%%Title: (Identity Adobe CNS1 4) | ||
| 6 | +%%Version: 1.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 (CNS1) def | ||
| 52 | + /Supplement 4 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /Adobe-CNS1-4 def | ||
| 56 | +/CMapVersion 1.006 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/XUID [1 10 25595] def | ||
| 60 | + | ||
| 61 | +/WMode 0 def | ||
| 62 | + | ||
| 63 | +/CIDCount 18965 def | ||
| 64 | + | ||
| 65 | +1 begincodespacerange | ||
| 66 | + <0000> <4AFF> | ||
| 67 | +endcodespacerange | ||
| 68 | + | ||
| 69 | +75 begincidrange | ||
| 70 | +<0000> <00ff> 0 | ||
| 71 | +<0100> <01ff> 256 | ||
| 72 | +<0200> <02ff> 512 | ||
| 73 | +<0300> <03ff> 768 | ||
| 74 | +<0400> <04ff> 1024 | ||
| 75 | +<0500> <05ff> 1280 | ||
| 76 | +<0600> <06ff> 1536 | ||
| 77 | +<0700> <07ff> 1792 | ||
| 78 | +<0800> <08ff> 2048 | ||
| 79 | +<0900> <09ff> 2304 | ||
| 80 | +<0a00> <0aff> 2560 | ||
| 81 | +<0b00> <0bff> 2816 | ||
| 82 | +<0c00> <0cff> 3072 | ||
| 83 | +<0d00> <0dff> 3328 | ||
| 84 | +<0e00> <0eff> 3584 | ||
| 85 | +<0f00> <0fff> 3840 | ||
| 86 | +<1000> <10ff> 4096 | ||
| 87 | +<1100> <11ff> 4352 | ||
| 88 | +<1200> <12ff> 4608 | ||
| 89 | +<1300> <13ff> 4864 | ||
| 90 | +<1400> <14ff> 5120 | ||
| 91 | +<1500> <15ff> 5376 | ||
| 92 | +<1600> <16ff> 5632 | ||
| 93 | +<1700> <17ff> 5888 | ||
| 94 | +<1800> <18ff> 6144 | ||
| 95 | +<1900> <19ff> 6400 | ||
| 96 | +<1a00> <1aff> 6656 | ||
| 97 | +<1b00> <1bff> 6912 | ||
| 98 | +<1c00> <1cff> 7168 | ||
| 99 | +<1d00> <1dff> 7424 | ||
| 100 | +<1e00> <1eff> 7680 | ||
| 101 | +<1f00> <1fff> 7936 | ||
| 102 | +<2000> <20ff> 8192 | ||
| 103 | +<2100> <21ff> 8448 | ||
| 104 | +<2200> <22ff> 8704 | ||
| 105 | +<2300> <23ff> 8960 | ||
| 106 | +<2400> <24ff> 9216 | ||
| 107 | +<2500> <25ff> 9472 | ||
| 108 | +<2600> <26ff> 9728 | ||
| 109 | +<2700> <27ff> 9984 | ||
| 110 | +<2800> <28ff> 10240 | ||
| 111 | +<2900> <29ff> 10496 | ||
| 112 | +<2a00> <2aff> 10752 | ||
| 113 | +<2b00> <2bff> 11008 | ||
| 114 | +<2c00> <2cff> 11264 | ||
| 115 | +<2d00> <2dff> 11520 | ||
| 116 | +<2e00> <2eff> 11776 | ||
| 117 | +<2f00> <2fff> 12032 | ||
| 118 | +<3000> <30ff> 12288 | ||
| 119 | +<3100> <31ff> 12544 | ||
| 120 | +<3200> <32ff> 12800 | ||
| 121 | +<3300> <33ff> 13056 | ||
| 122 | +<3400> <34ff> 13312 | ||
| 123 | +<3500> <35ff> 13568 | ||
| 124 | +<3600> <36ff> 13824 | ||
| 125 | +<3700> <37ff> 14080 | ||
| 126 | +<3800> <38ff> 14336 | ||
| 127 | +<3900> <39ff> 14592 | ||
| 128 | +<3a00> <3aff> 14848 | ||
| 129 | +<3b00> <3bff> 15104 | ||
| 130 | +<3c00> <3cff> 15360 | ||
| 131 | +<3d00> <3dff> 15616 | ||
| 132 | +<3e00> <3eff> 15872 | ||
| 133 | +<3f00> <3fff> 16128 | ||
| 134 | +<4000> <40ff> 16384 | ||
| 135 | +<4100> <41ff> 16640 | ||
| 136 | +<4200> <42ff> 16896 | ||
| 137 | +<4300> <43ff> 17152 | ||
| 138 | +<4400> <44ff> 17408 | ||
| 139 | +<4500> <45ff> 17664 | ||
| 140 | +<4600> <46ff> 17920 | ||
| 141 | +<4700> <47ff> 18176 | ||
| 142 | +<4800> <48ff> 18432 | ||
| 143 | +<4900> <49ff> 18688 | ||
| 144 | +<4a00> <4a14> 18944 | ||
| 145 | +endcidrange | ||
| 146 | +endcmap | ||
| 147 | +CMapName currentdict /CMap defineresource pop | ||
| 148 | +end | ||
| 149 | +end | ||
| 150 | + | ||
| 151 | +%%EndResource | ||
| 152 | +%%EOF |
public/cmaps/Adobe-CNS1-4.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-CNS1-5
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (Identity) | ||
| 5 | +%%Title: (Identity Adobe CNS1 5) | ||
| 6 | +%%Version: 1.005 | ||
| 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 (CNS1) def | ||
| 52 | + /Supplement 5 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /Adobe-CNS1-5 def | ||
| 56 | +/CMapVersion 1.005 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/XUID [1 10 25598] def | ||
| 60 | + | ||
| 61 | +/WMode 0 def | ||
| 62 | + | ||
| 63 | +/CIDCount 19088 def | ||
| 64 | + | ||
| 65 | +1 begincodespacerange | ||
| 66 | + <0000> <4AFF> | ||
| 67 | +endcodespacerange | ||
| 68 | + | ||
| 69 | +75 begincidrange | ||
| 70 | +<0000> <00ff> 0 | ||
| 71 | +<0100> <01ff> 256 | ||
| 72 | +<0200> <02ff> 512 | ||
| 73 | +<0300> <03ff> 768 | ||
| 74 | +<0400> <04ff> 1024 | ||
| 75 | +<0500> <05ff> 1280 | ||
| 76 | +<0600> <06ff> 1536 | ||
| 77 | +<0700> <07ff> 1792 | ||
| 78 | +<0800> <08ff> 2048 | ||
| 79 | +<0900> <09ff> 2304 | ||
| 80 | +<0a00> <0aff> 2560 | ||
| 81 | +<0b00> <0bff> 2816 | ||
| 82 | +<0c00> <0cff> 3072 | ||
| 83 | +<0d00> <0dff> 3328 | ||
| 84 | +<0e00> <0eff> 3584 | ||
| 85 | +<0f00> <0fff> 3840 | ||
| 86 | +<1000> <10ff> 4096 | ||
| 87 | +<1100> <11ff> 4352 | ||
| 88 | +<1200> <12ff> 4608 | ||
| 89 | +<1300> <13ff> 4864 | ||
| 90 | +<1400> <14ff> 5120 | ||
| 91 | +<1500> <15ff> 5376 | ||
| 92 | +<1600> <16ff> 5632 | ||
| 93 | +<1700> <17ff> 5888 | ||
| 94 | +<1800> <18ff> 6144 | ||
| 95 | +<1900> <19ff> 6400 | ||
| 96 | +<1a00> <1aff> 6656 | ||
| 97 | +<1b00> <1bff> 6912 | ||
| 98 | +<1c00> <1cff> 7168 | ||
| 99 | +<1d00> <1dff> 7424 | ||
| 100 | +<1e00> <1eff> 7680 | ||
| 101 | +<1f00> <1fff> 7936 | ||
| 102 | +<2000> <20ff> 8192 | ||
| 103 | +<2100> <21ff> 8448 | ||
| 104 | +<2200> <22ff> 8704 | ||
| 105 | +<2300> <23ff> 8960 | ||
| 106 | +<2400> <24ff> 9216 | ||
| 107 | +<2500> <25ff> 9472 | ||
| 108 | +<2600> <26ff> 9728 | ||
| 109 | +<2700> <27ff> 9984 | ||
| 110 | +<2800> <28ff> 10240 | ||
| 111 | +<2900> <29ff> 10496 | ||
| 112 | +<2a00> <2aff> 10752 | ||
| 113 | +<2b00> <2bff> 11008 | ||
| 114 | +<2c00> <2cff> 11264 | ||
| 115 | +<2d00> <2dff> 11520 | ||
| 116 | +<2e00> <2eff> 11776 | ||
| 117 | +<2f00> <2fff> 12032 | ||
| 118 | +<3000> <30ff> 12288 | ||
| 119 | +<3100> <31ff> 12544 | ||
| 120 | +<3200> <32ff> 12800 | ||
| 121 | +<3300> <33ff> 13056 | ||
| 122 | +<3400> <34ff> 13312 | ||
| 123 | +<3500> <35ff> 13568 | ||
| 124 | +<3600> <36ff> 13824 | ||
| 125 | +<3700> <37ff> 14080 | ||
| 126 | +<3800> <38ff> 14336 | ||
| 127 | +<3900> <39ff> 14592 | ||
| 128 | +<3a00> <3aff> 14848 | ||
| 129 | +<3b00> <3bff> 15104 | ||
| 130 | +<3c00> <3cff> 15360 | ||
| 131 | +<3d00> <3dff> 15616 | ||
| 132 | +<3e00> <3eff> 15872 | ||
| 133 | +<3f00> <3fff> 16128 | ||
| 134 | +<4000> <40ff> 16384 | ||
| 135 | +<4100> <41ff> 16640 | ||
| 136 | +<4200> <42ff> 16896 | ||
| 137 | +<4300> <43ff> 17152 | ||
| 138 | +<4400> <44ff> 17408 | ||
| 139 | +<4500> <45ff> 17664 | ||
| 140 | +<4600> <46ff> 17920 | ||
| 141 | +<4700> <47ff> 18176 | ||
| 142 | +<4800> <48ff> 18432 | ||
| 143 | +<4900> <49ff> 18688 | ||
| 144 | +<4a00> <4a8f> 18944 | ||
| 145 | +endcidrange | ||
| 146 | +endcmap | ||
| 147 | +CMapName currentdict /CMap defineresource pop | ||
| 148 | +end | ||
| 149 | +end | ||
| 150 | + | ||
| 151 | +%%EndResource | ||
| 152 | +%%EOF |
public/cmaps/Adobe-CNS1-5.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-CNS1-6
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (Identity) | ||
| 5 | +%%Title: (Identity Adobe CNS1 6) | ||
| 6 | +%%Version: 1.003 | ||
| 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 (CNS1) def | ||
| 52 | + /Supplement 6 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /Adobe-CNS1-6 def | ||
| 56 | +/CMapVersion 1.003 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/XUID [1 10 25599] def | ||
| 60 | + | ||
| 61 | +/WMode 0 def | ||
| 62 | + | ||
| 63 | +/CIDCount 19156 def | ||
| 64 | + | ||
| 65 | +1 begincodespacerange | ||
| 66 | + <0000> <4AFF> | ||
| 67 | +endcodespacerange | ||
| 68 | + | ||
| 69 | +75 begincidrange | ||
| 70 | +<0000> <00ff> 0 | ||
| 71 | +<0100> <01ff> 256 | ||
| 72 | +<0200> <02ff> 512 | ||
| 73 | +<0300> <03ff> 768 | ||
| 74 | +<0400> <04ff> 1024 | ||
| 75 | +<0500> <05ff> 1280 | ||
| 76 | +<0600> <06ff> 1536 | ||
| 77 | +<0700> <07ff> 1792 | ||
| 78 | +<0800> <08ff> 2048 | ||
| 79 | +<0900> <09ff> 2304 | ||
| 80 | +<0a00> <0aff> 2560 | ||
| 81 | +<0b00> <0bff> 2816 | ||
| 82 | +<0c00> <0cff> 3072 | ||
| 83 | +<0d00> <0dff> 3328 | ||
| 84 | +<0e00> <0eff> 3584 | ||
| 85 | +<0f00> <0fff> 3840 | ||
| 86 | +<1000> <10ff> 4096 | ||
| 87 | +<1100> <11ff> 4352 | ||
| 88 | +<1200> <12ff> 4608 | ||
| 89 | +<1300> <13ff> 4864 | ||
| 90 | +<1400> <14ff> 5120 | ||
| 91 | +<1500> <15ff> 5376 | ||
| 92 | +<1600> <16ff> 5632 | ||
| 93 | +<1700> <17ff> 5888 | ||
| 94 | +<1800> <18ff> 6144 | ||
| 95 | +<1900> <19ff> 6400 | ||
| 96 | +<1a00> <1aff> 6656 | ||
| 97 | +<1b00> <1bff> 6912 | ||
| 98 | +<1c00> <1cff> 7168 | ||
| 99 | +<1d00> <1dff> 7424 | ||
| 100 | +<1e00> <1eff> 7680 | ||
| 101 | +<1f00> <1fff> 7936 | ||
| 102 | +<2000> <20ff> 8192 | ||
| 103 | +<2100> <21ff> 8448 | ||
| 104 | +<2200> <22ff> 8704 | ||
| 105 | +<2300> <23ff> 8960 | ||
| 106 | +<2400> <24ff> 9216 | ||
| 107 | +<2500> <25ff> 9472 | ||
| 108 | +<2600> <26ff> 9728 | ||
| 109 | +<2700> <27ff> 9984 | ||
| 110 | +<2800> <28ff> 10240 | ||
| 111 | +<2900> <29ff> 10496 | ||
| 112 | +<2a00> <2aff> 10752 | ||
| 113 | +<2b00> <2bff> 11008 | ||
| 114 | +<2c00> <2cff> 11264 | ||
| 115 | +<2d00> <2dff> 11520 | ||
| 116 | +<2e00> <2eff> 11776 | ||
| 117 | +<2f00> <2fff> 12032 | ||
| 118 | +<3000> <30ff> 12288 | ||
| 119 | +<3100> <31ff> 12544 | ||
| 120 | +<3200> <32ff> 12800 | ||
| 121 | +<3300> <33ff> 13056 | ||
| 122 | +<3400> <34ff> 13312 | ||
| 123 | +<3500> <35ff> 13568 | ||
| 124 | +<3600> <36ff> 13824 | ||
| 125 | +<3700> <37ff> 14080 | ||
| 126 | +<3800> <38ff> 14336 | ||
| 127 | +<3900> <39ff> 14592 | ||
| 128 | +<3a00> <3aff> 14848 | ||
| 129 | +<3b00> <3bff> 15104 | ||
| 130 | +<3c00> <3cff> 15360 | ||
| 131 | +<3d00> <3dff> 15616 | ||
| 132 | +<3e00> <3eff> 15872 | ||
| 133 | +<3f00> <3fff> 16128 | ||
| 134 | +<4000> <40ff> 16384 | ||
| 135 | +<4100> <41ff> 16640 | ||
| 136 | +<4200> <42ff> 16896 | ||
| 137 | +<4300> <43ff> 17152 | ||
| 138 | +<4400> <44ff> 17408 | ||
| 139 | +<4500> <45ff> 17664 | ||
| 140 | +<4600> <46ff> 17920 | ||
| 141 | +<4700> <47ff> 18176 | ||
| 142 | +<4800> <48ff> 18432 | ||
| 143 | +<4900> <49ff> 18688 | ||
| 144 | +<4a00> <4ad3> 18944 | ||
| 145 | +endcidrange | ||
| 146 | +endcmap | ||
| 147 | +CMapName currentdict /CMap defineresource pop | ||
| 148 | +end | ||
| 149 | +end | ||
| 150 | + | ||
| 151 | +%%EndResource | ||
| 152 | +%%EOF |
public/cmaps/Adobe-CNS1-6.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-CNS1-7
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (Identity) | ||
| 5 | +%%Title: (Identity Adobe CNS1 7) | ||
| 6 | +%%Version: 1.001 | ||
| 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 (CNS1) def | ||
| 52 | + /Supplement 7 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /Adobe-CNS1-7 def | ||
| 56 | +/CMapVersion 1.001 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/WMode 0 def | ||
| 60 | + | ||
| 61 | +/CIDCount 19179 def | ||
| 62 | + | ||
| 63 | +1 begincodespacerange | ||
| 64 | + <0000> <4AFF> | ||
| 65 | +endcodespacerange | ||
| 66 | + | ||
| 67 | +75 begincidrange | ||
| 68 | +<0000> <00ff> 0 | ||
| 69 | +<0100> <01ff> 256 | ||
| 70 | +<0200> <02ff> 512 | ||
| 71 | +<0300> <03ff> 768 | ||
| 72 | +<0400> <04ff> 1024 | ||
| 73 | +<0500> <05ff> 1280 | ||
| 74 | +<0600> <06ff> 1536 | ||
| 75 | +<0700> <07ff> 1792 | ||
| 76 | +<0800> <08ff> 2048 | ||
| 77 | +<0900> <09ff> 2304 | ||
| 78 | +<0a00> <0aff> 2560 | ||
| 79 | +<0b00> <0bff> 2816 | ||
| 80 | +<0c00> <0cff> 3072 | ||
| 81 | +<0d00> <0dff> 3328 | ||
| 82 | +<0e00> <0eff> 3584 | ||
| 83 | +<0f00> <0fff> 3840 | ||
| 84 | +<1000> <10ff> 4096 | ||
| 85 | +<1100> <11ff> 4352 | ||
| 86 | +<1200> <12ff> 4608 | ||
| 87 | +<1300> <13ff> 4864 | ||
| 88 | +<1400> <14ff> 5120 | ||
| 89 | +<1500> <15ff> 5376 | ||
| 90 | +<1600> <16ff> 5632 | ||
| 91 | +<1700> <17ff> 5888 | ||
| 92 | +<1800> <18ff> 6144 | ||
| 93 | +<1900> <19ff> 6400 | ||
| 94 | +<1a00> <1aff> 6656 | ||
| 95 | +<1b00> <1bff> 6912 | ||
| 96 | +<1c00> <1cff> 7168 | ||
| 97 | +<1d00> <1dff> 7424 | ||
| 98 | +<1e00> <1eff> 7680 | ||
| 99 | +<1f00> <1fff> 7936 | ||
| 100 | +<2000> <20ff> 8192 | ||
| 101 | +<2100> <21ff> 8448 | ||
| 102 | +<2200> <22ff> 8704 | ||
| 103 | +<2300> <23ff> 8960 | ||
| 104 | +<2400> <24ff> 9216 | ||
| 105 | +<2500> <25ff> 9472 | ||
| 106 | +<2600> <26ff> 9728 | ||
| 107 | +<2700> <27ff> 9984 | ||
| 108 | +<2800> <28ff> 10240 | ||
| 109 | +<2900> <29ff> 10496 | ||
| 110 | +<2a00> <2aff> 10752 | ||
| 111 | +<2b00> <2bff> 11008 | ||
| 112 | +<2c00> <2cff> 11264 | ||
| 113 | +<2d00> <2dff> 11520 | ||
| 114 | +<2e00> <2eff> 11776 | ||
| 115 | +<2f00> <2fff> 12032 | ||
| 116 | +<3000> <30ff> 12288 | ||
| 117 | +<3100> <31ff> 12544 | ||
| 118 | +<3200> <32ff> 12800 | ||
| 119 | +<3300> <33ff> 13056 | ||
| 120 | +<3400> <34ff> 13312 | ||
| 121 | +<3500> <35ff> 13568 | ||
| 122 | +<3600> <36ff> 13824 | ||
| 123 | +<3700> <37ff> 14080 | ||
| 124 | +<3800> <38ff> 14336 | ||
| 125 | +<3900> <39ff> 14592 | ||
| 126 | +<3a00> <3aff> 14848 | ||
| 127 | +<3b00> <3bff> 15104 | ||
| 128 | +<3c00> <3cff> 15360 | ||
| 129 | +<3d00> <3dff> 15616 | ||
| 130 | +<3e00> <3eff> 15872 | ||
| 131 | +<3f00> <3fff> 16128 | ||
| 132 | +<4000> <40ff> 16384 | ||
| 133 | +<4100> <41ff> 16640 | ||
| 134 | +<4200> <42ff> 16896 | ||
| 135 | +<4300> <43ff> 17152 | ||
| 136 | +<4400> <44ff> 17408 | ||
| 137 | +<4500> <45ff> 17664 | ||
| 138 | +<4600> <46ff> 17920 | ||
| 139 | +<4700> <47ff> 18176 | ||
| 140 | +<4800> <48ff> 18432 | ||
| 141 | +<4900> <49ff> 18688 | ||
| 142 | +<4a00> <4aea> 18944 | ||
| 143 | +endcidrange | ||
| 144 | +endcmap | ||
| 145 | +CMapName currentdict /CMap defineresource pop | ||
| 146 | +end | ||
| 147 | +end | ||
| 148 | + | ||
| 149 | +%%EndResource | ||
| 150 | +%%EOF |
public/cmaps/Adobe-CNS1-UCS2.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-GB1-0
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (Identity) | ||
| 5 | +%%Title: (Identity Adobe GB1 0) | ||
| 6 | +%%Version: 9.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 (GB1) def | ||
| 52 | + /Supplement 0 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /Adobe-GB1-0 def | ||
| 56 | +/CMapVersion 9.006 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/UIDOffset 330 def | ||
| 60 | +/XUID [1 10 25368] def | ||
| 61 | + | ||
| 62 | +/WMode 0 def | ||
| 63 | + | ||
| 64 | +/CIDCount 7717 def | ||
| 65 | + | ||
| 66 | +1 begincodespacerange | ||
| 67 | + <0000> <1EFF> | ||
| 68 | +endcodespacerange | ||
| 69 | + | ||
| 70 | +31 begincidrange | ||
| 71 | +<0000> <00ff> 0 | ||
| 72 | +<0100> <01ff> 256 | ||
| 73 | +<0200> <02ff> 512 | ||
| 74 | +<0300> <03ff> 768 | ||
| 75 | +<0400> <04ff> 1024 | ||
| 76 | +<0500> <05ff> 1280 | ||
| 77 | +<0600> <06ff> 1536 | ||
| 78 | +<0700> <07ff> 1792 | ||
| 79 | +<0800> <08ff> 2048 | ||
| 80 | +<0900> <09ff> 2304 | ||
| 81 | +<0a00> <0aff> 2560 | ||
| 82 | +<0b00> <0bff> 2816 | ||
| 83 | +<0c00> <0cff> 3072 | ||
| 84 | +<0d00> <0dff> 3328 | ||
| 85 | +<0e00> <0eff> 3584 | ||
| 86 | +<0f00> <0fff> 3840 | ||
| 87 | +<1000> <10ff> 4096 | ||
| 88 | +<1100> <11ff> 4352 | ||
| 89 | +<1200> <12ff> 4608 | ||
| 90 | +<1300> <13ff> 4864 | ||
| 91 | +<1400> <14ff> 5120 | ||
| 92 | +<1500> <15ff> 5376 | ||
| 93 | +<1600> <16ff> 5632 | ||
| 94 | +<1700> <17ff> 5888 | ||
| 95 | +<1800> <18ff> 6144 | ||
| 96 | +<1900> <19ff> 6400 | ||
| 97 | +<1a00> <1aff> 6656 | ||
| 98 | +<1b00> <1bff> 6912 | ||
| 99 | +<1c00> <1cff> 7168 | ||
| 100 | +<1d00> <1dff> 7424 | ||
| 101 | +<1e00> <1e24> 7680 | ||
| 102 | +endcidrange | ||
| 103 | +endcmap | ||
| 104 | +CMapName currentdict /CMap defineresource pop | ||
| 105 | +end | ||
| 106 | +end | ||
| 107 | + | ||
| 108 | +%%EndResource | ||
| 109 | +%%EOF |
public/cmaps/Adobe-GB1-0.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-GB1-1
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (Identity) | ||
| 5 | +%%Title: (Identity Adobe GB1 1) | ||
| 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 (GB1) def | ||
| 52 | + /Supplement 1 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /Adobe-GB1-1 def | ||
| 56 | +/CMapVersion 10.006 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/UIDOffset 710 def | ||
| 60 | +/XUID [1 10 25453] def | ||
| 61 | + | ||
| 62 | +/WMode 0 def | ||
| 63 | + | ||
| 64 | +/CIDCount 9897 def | ||
| 65 | + | ||
| 66 | +1 begincodespacerange | ||
| 67 | + <0000> <26FF> | ||
| 68 | +endcodespacerange | ||
| 69 | + | ||
| 70 | +39 begincidrange | ||
| 71 | +<0000> <00ff> 0 | ||
| 72 | +<0100> <01ff> 256 | ||
| 73 | +<0200> <02ff> 512 | ||
| 74 | +<0300> <03ff> 768 | ||
| 75 | +<0400> <04ff> 1024 | ||
| 76 | +<0500> <05ff> 1280 | ||
| 77 | +<0600> <06ff> 1536 | ||
| 78 | +<0700> <07ff> 1792 | ||
| 79 | +<0800> <08ff> 2048 | ||
| 80 | +<0900> <09ff> 2304 | ||
| 81 | +<0a00> <0aff> 2560 | ||
| 82 | +<0b00> <0bff> 2816 | ||
| 83 | +<0c00> <0cff> 3072 | ||
| 84 | +<0d00> <0dff> 3328 | ||
| 85 | +<0e00> <0eff> 3584 | ||
| 86 | +<0f00> <0fff> 3840 | ||
| 87 | +<1000> <10ff> 4096 | ||
| 88 | +<1100> <11ff> 4352 | ||
| 89 | +<1200> <12ff> 4608 | ||
| 90 | +<1300> <13ff> 4864 | ||
| 91 | +<1400> <14ff> 5120 | ||
| 92 | +<1500> <15ff> 5376 | ||
| 93 | +<1600> <16ff> 5632 | ||
| 94 | +<1700> <17ff> 5888 | ||
| 95 | +<1800> <18ff> 6144 | ||
| 96 | +<1900> <19ff> 6400 | ||
| 97 | +<1a00> <1aff> 6656 | ||
| 98 | +<1b00> <1bff> 6912 | ||
| 99 | +<1c00> <1cff> 7168 | ||
| 100 | +<1d00> <1dff> 7424 | ||
| 101 | +<1e00> <1eff> 7680 | ||
| 102 | +<1f00> <1fff> 7936 | ||
| 103 | +<2000> <20ff> 8192 | ||
| 104 | +<2100> <21ff> 8448 | ||
| 105 | +<2200> <22ff> 8704 | ||
| 106 | +<2300> <23ff> 8960 | ||
| 107 | +<2400> <24ff> 9216 | ||
| 108 | +<2500> <25ff> 9472 | ||
| 109 | +<2600> <26a8> 9728 | ||
| 110 | +endcidrange | ||
| 111 | +endcmap | ||
| 112 | +CMapName currentdict /CMap defineresource pop | ||
| 113 | +end | ||
| 114 | +end | ||
| 115 | + | ||
| 116 | +%%EndResource | ||
| 117 | +%%EOF |
public/cmaps/Adobe-GB1-1.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-GB1-2
0 → 100644
| 1 | +%!PS-Adobe-3.0 Resource-CMap | ||
| 2 | +%%DocumentNeededResources: ProcSet (CIDInit) | ||
| 3 | +%%IncludeResource: ProcSet (CIDInit) | ||
| 4 | +%%BeginResource: CMap (Identity) | ||
| 5 | +%%Title: (Identity Adobe GB1 2) | ||
| 6 | +%%Version: 11.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 (GB1) def | ||
| 52 | + /Supplement 2 def | ||
| 53 | +end def | ||
| 54 | + | ||
| 55 | +/CMapName /Adobe-GB1-2 def | ||
| 56 | +/CMapVersion 11.006 def | ||
| 57 | +/CMapType 1 def | ||
| 58 | + | ||
| 59 | +/UIDOffset 750 def | ||
| 60 | +/XUID [1 10 25454] def | ||
| 61 | + | ||
| 62 | +/WMode 0 def | ||
| 63 | + | ||
| 64 | +/CIDCount 22127 def | ||
| 65 | + | ||
| 66 | +1 begincodespacerange | ||
| 67 | + <0000> <56FF> | ||
| 68 | +endcodespacerange | ||
| 69 | + | ||
| 70 | +87 begincidrange | ||
| 71 | +<0000> <00ff> 0 | ||
| 72 | +<0100> <01ff> 256 | ||
| 73 | +<0200> <02ff> 512 | ||
| 74 | +<0300> <03ff> 768 | ||
| 75 | +<0400> <04ff> 1024 | ||
| 76 | +<0500> <05ff> 1280 | ||
| 77 | +<0600> <06ff> 1536 | ||
| 78 | +<0700> <07ff> 1792 | ||
| 79 | +<0800> <08ff> 2048 | ||
| 80 | +<0900> <09ff> 2304 | ||
| 81 | +<0a00> <0aff> 2560 | ||
| 82 | +<0b00> <0bff> 2816 | ||
| 83 | +<0c00> <0cff> 3072 | ||
| 84 | +<0d00> <0dff> 3328 | ||
| 85 | +<0e00> <0eff> 3584 | ||
| 86 | +<0f00> <0fff> 3840 | ||
| 87 | +<1000> <10ff> 4096 | ||
| 88 | +<1100> <11ff> 4352 | ||
| 89 | +<1200> <12ff> 4608 | ||
| 90 | +<1300> <13ff> 4864 | ||
| 91 | +<1400> <14ff> 5120 | ||
| 92 | +<1500> <15ff> 5376 | ||
| 93 | +<1600> <16ff> 5632 | ||
| 94 | +<1700> <17ff> 5888 | ||
| 95 | +<1800> <18ff> 6144 | ||
| 96 | +<1900> <19ff> 6400 | ||
| 97 | +<1a00> <1aff> 6656 | ||
| 98 | +<1b00> <1bff> 6912 | ||
| 99 | +<1c00> <1cff> 7168 | ||
| 100 | +<1d00> <1dff> 7424 | ||
| 101 | +<1e00> <1eff> 7680 | ||
| 102 | +<1f00> <1fff> 7936 | ||
| 103 | +<2000> <20ff> 8192 | ||
| 104 | +<2100> <21ff> 8448 | ||
| 105 | +<2200> <22ff> 8704 | ||
| 106 | +<2300> <23ff> 8960 | ||
| 107 | +<2400> <24ff> 9216 | ||
| 108 | +<2500> <25ff> 9472 | ||
| 109 | +<2600> <26ff> 9728 | ||
| 110 | +<2700> <27ff> 9984 | ||
| 111 | +<2800> <28ff> 10240 | ||
| 112 | +<2900> <29ff> 10496 | ||
| 113 | +<2a00> <2aff> 10752 | ||
| 114 | +<2b00> <2bff> 11008 | ||
| 115 | +<2c00> <2cff> 11264 | ||
| 116 | +<2d00> <2dff> 11520 | ||
| 117 | +<2e00> <2eff> 11776 | ||
| 118 | +<2f00> <2fff> 12032 | ||
| 119 | +<3000> <30ff> 12288 | ||
| 120 | +<3100> <31ff> 12544 | ||
| 121 | +<3200> <32ff> 12800 | ||
| 122 | +<3300> <33ff> 13056 | ||
| 123 | +<3400> <34ff> 13312 | ||
| 124 | +<3500> <35ff> 13568 | ||
| 125 | +<3600> <36ff> 13824 | ||
| 126 | +<3700> <37ff> 14080 | ||
| 127 | +<3800> <38ff> 14336 | ||
| 128 | +<3900> <39ff> 14592 | ||
| 129 | +<3a00> <3aff> 14848 | ||
| 130 | +<3b00> <3bff> 15104 | ||
| 131 | +<3c00> <3cff> 15360 | ||
| 132 | +<3d00> <3dff> 15616 | ||
| 133 | +<3e00> <3eff> 15872 | ||
| 134 | +<3f00> <3fff> 16128 | ||
| 135 | +<4000> <40ff> 16384 | ||
| 136 | +<4100> <41ff> 16640 | ||
| 137 | +<4200> <42ff> 16896 | ||
| 138 | +<4300> <43ff> 17152 | ||
| 139 | +<4400> <44ff> 17408 | ||
| 140 | +<4500> <45ff> 17664 | ||
| 141 | +<4600> <46ff> 17920 | ||
| 142 | +<4700> <47ff> 18176 | ||
| 143 | +<4800> <48ff> 18432 | ||
| 144 | +<4900> <49ff> 18688 | ||
| 145 | +<4a00> <4aff> 18944 | ||
| 146 | +<4b00> <4bff> 19200 | ||
| 147 | +<4c00> <4cff> 19456 | ||
| 148 | +<4d00> <4dff> 19712 | ||
| 149 | +<4e00> <4eff> 19968 | ||
| 150 | +<4f00> <4fff> 20224 | ||
| 151 | +<5000> <50ff> 20480 | ||
| 152 | +<5100> <51ff> 20736 | ||
| 153 | +<5200> <52ff> 20992 | ||
| 154 | +<5300> <53ff> 21248 | ||
| 155 | +<5400> <54ff> 21504 | ||
| 156 | +<5500> <55ff> 21760 | ||
| 157 | +<5600> <566e> 22016 | ||
| 158 | +endcidrange | ||
| 159 | +endcmap | ||
| 160 | +CMapName currentdict /CMap defineresource pop | ||
| 161 | +end | ||
| 162 | +end | ||
| 163 | + | ||
| 164 | +%%EndResource | ||
| 165 | +%%EOF |
public/cmaps/Adobe-GB1-2.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-GB1-3
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-GB1-3.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-GB1-4
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-GB1-4.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-GB1-5
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-GB1-5.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-GB1-6
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-GB1-UCS2.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-Japan1-0
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-Japan1-0.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-Japan1-1
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-Japan1-1.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-Japan1-2
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-Japan1-2.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-Japan1-3
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-Japan1-3.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-Japan1-4
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-Japan1-4.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-Japan1-5
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-Japan1-5.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-Japan1-6
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-Japan1-6.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-Japan1-7
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-Japan1-UCS2.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-Japan2-0
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-KR-0
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-KR-1
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-KR-2
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-KR-3
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-KR-4
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-KR-5
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-KR-6
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-KR-7
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-KR-8
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-KR-9
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-Korea1-0
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-Korea1-0.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-Korea1-1
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-Korea1-1.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-Korea1-2
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Adobe-Korea1-2.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-Korea1-UCS2.bcmap
0 → 100644
No preview for this file type
public/cmaps/Adobe-Manga1-0
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/B5-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/B5-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/B5-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/B5-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/B5pc-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/B5pc-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/B5pc-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/B5pc-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/CNS-EUC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/CNS-EUC-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/CNS-EUC-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/CNS-EUC-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/CNS1-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/CNS1-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/CNS1-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/CNS1-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/CNS2-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/CNS2-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/CNS2-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/CNS2-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/ETHK-B5-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/ETHK-B5-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/ETHK-B5-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/ETHK-B5-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/ETen-B5-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/ETen-B5-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/ETen-B5-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/ETen-B5-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/ETenms-B5-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/ETenms-B5-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/ETenms-B5-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/ETenms-B5-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/EUC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/EUC-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/EUC-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/EUC-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/Ext-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Ext-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/Ext-RKSJ-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Ext-RKSJ-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/Ext-RKSJ-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Ext-RKSJ-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/Ext-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Ext-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/GB-EUC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GB-EUC-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/GB-EUC-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GB-EUC-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/GB-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GB-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/GB-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GB-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBK-EUC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBK-EUC-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBK-EUC-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBK-EUC-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBK2K-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBK2K-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBK2K-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBK2K-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBKp-EUC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBKp-EUC-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBKp-EUC-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBKp-EUC-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBT-EUC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBT-EUC-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBT-EUC-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBT-EUC-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBT-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBT-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBT-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBT-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBTpc-EUC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBTpc-EUC-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBTpc-EUC-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBTpc-EUC-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBpc-EUC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBpc-EUC-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/GBpc-EUC-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/GBpc-EUC-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/H.bcmap
0 → 100644
No preview for this file type
public/cmaps/HKdla-B5-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/HKdla-B5-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/HKdla-B5-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/HKdla-B5-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/HKdlb-B5-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/HKdlb-B5-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/HKdlb-B5-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/HKdlb-B5-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/HKgccs-B5-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/HKgccs-B5-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/HKgccs-B5-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/HKgccs-B5-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/HKm314-B5-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/HKm314-B5-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/HKm314-B5-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/HKm314-B5-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/HKm471-B5-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/HKm471-B5-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/HKm471-B5-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/HKm471-B5-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/HKscs-B5-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/HKscs-B5-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/HKscs-B5-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/HKscs-B5-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/Hankaku
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Hankaku.bcmap
0 → 100644
No preview for this file type
public/cmaps/Hiragana
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Hiragana.bcmap
0 → 100644
No preview for this file type
public/cmaps/Hojo-EUC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Hojo-EUC-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Hojo-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Hojo-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Identity-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Identity-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/KSC-EUC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/KSC-EUC-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/KSC-EUC-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/KSC-EUC-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/KSC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/KSC-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/KSC-Johab-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/KSC-Johab-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/KSC-Johab-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/KSC-Johab-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/KSC-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/KSC-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/KSCms-UHC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/KSCms-UHC-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/KSCms-UHC-HW-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/KSCms-UHC-HW-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/KSCms-UHC-HW-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/KSCms-UHC-HW-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/KSCms-UHC-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/KSCms-UHC-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/KSCpc-EUC-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/KSCpc-EUC-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/KSCpc-EUC-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/KSCpc-EUC-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/Katakana
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Katakana.bcmap
0 → 100644
No preview for this file type
public/cmaps/LICENSE
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/NWP-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/NWP-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/NWP-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/NWP-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/RKSJ-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/RKSJ-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/RKSJ-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/RKSJ-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/Roman
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/Roman.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniAKR-UTF16-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniAKR-UTF32-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniAKR-UTF8-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniCNS-UCS2-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniCNS-UCS2-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniCNS-UCS2-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniCNS-UCS2-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniCNS-UTF16-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniCNS-UTF16-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniCNS-UTF16-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniCNS-UTF16-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniCNS-UTF32-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniCNS-UTF32-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniCNS-UTF32-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniCNS-UTF32-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniCNS-UTF8-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniCNS-UTF8-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniCNS-UTF8-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniCNS-UTF8-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniGB-UCS2-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniGB-UCS2-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniGB-UCS2-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniGB-UCS2-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniGB-UTF16-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniGB-UTF16-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniGB-UTF16-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniGB-UTF16-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniGB-UTF32-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniGB-UTF32-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniGB-UTF32-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniGB-UTF32-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniGB-UTF8-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniGB-UTF8-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniGB-UTF8-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniGB-UTF8-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniHojo-UCS2-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniHojo-UCS2-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniHojo-UTF16-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniHojo-UTF16-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniHojo-UTF32-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniHojo-UTF32-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniHojo-UTF8-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniHojo-UTF8-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJIS-UCS2-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniJIS-UCS2-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS-UCS2-HW-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJIS-UCS2-HW-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS-UCS2-HW-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJIS-UCS2-HW-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS-UCS2-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJIS-UCS2-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS-UTF16-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniJIS-UTF16-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS-UTF16-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJIS-UTF16-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS-UTF32-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniJIS-UTF32-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS-UTF32-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJIS-UTF32-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS-UTF8-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniJIS-UTF8-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS-UTF8-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJIS-UTF8-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS2004-UTF16-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniJIS2004-UTF16-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS2004-UTF16-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJIS2004-UTF16-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS2004-UTF32-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniJIS2004-UTF32-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS2004-UTF32-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJIS2004-UTF32-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS2004-UTF8-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniJIS2004-UTF8-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJIS2004-UTF8-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJIS2004-UTF8-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJISPro-UCS2-HW-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJISPro-UCS2-HW-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJISPro-UCS2-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJISPro-UCS2-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJISPro-UTF8-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJISPro-UTF8-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJISX0213-UTF32-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniJISX0213-UTF32-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJISX0213-UTF32-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJISX0213-UTF32-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJISX02132004-UTF32-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniJISX02132004-UTF32-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniJISX02132004-UTF32-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniJISX02132004-UTF32-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniKS-UCS2-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniKS-UCS2-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniKS-UCS2-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniKS-UCS2-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniKS-UTF16-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniKS-UTF16-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniKS-UTF16-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniKS-UTF16-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniKS-UTF32-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniKS-UTF32-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniKS-UTF32-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniKS-UTF32-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniKS-UTF8-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniKS-UTF8-H.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniKS-UTF8-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniKS-UTF8-V.bcmap
0 → 100644
No preview for this file type
public/cmaps/UniManga-UTF16-H
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniManga-UTF16-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniManga-UTF32-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniManga-UTF32-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/UniManga-UTF8-H
0 → 100644
This diff could not be displayed because it is too large.
public/cmaps/UniManga-UTF8-V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/V
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/V.bcmap
0 → 100644
No preview for this file type
public/cmaps/WP-Symbol
0 → 100644
This diff is collapsed. Click to expand it.
public/cmaps/WP-Symbol.bcmap
0 → 100644
No preview for this file type
public/favicon.ico
0 → 100644
No preview for this file type
public/html/FedExSans_W-Bold.woff
0 → 100644
No preview for this file type
public/html/FedExSans_W-Light-Italic.woff
0 → 100644
No preview for this file type
public/html/FedExSans_W-Light.woff
0 → 100644
No preview for this file type
public/html/FedExSans_W-Medium.woff
0 → 100644
No preview for this file type
public/html/FedExSans_W-Regular.woff
0 → 100644
No preview for this file type
public/html/ie.html
0 → 100644
This diff is collapsed. Click to expand it.
public/index.html
0 → 100644
This diff is collapsed. Click to expand it.
public/otherHtml-img/approval.png
0 → 100644
8.12 KB
public/otherHtml-img/logo.png
0 → 100644
17.5 KB
public/otherHtml-img/overApproval.png
0 → 100644
4.91 KB
public/otherHtml-img/unApproval.png
0 → 100644
8.79 KB
public/otherHtml-img/unlink.png
0 → 100644
8.59 KB
public/robots.txt
0 → 100644
This diff is collapsed. Click to expand it.
public/无纸化申报权限开通指南.pdf
0 → 100644
No preview for this file type
src/App.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/api/auditionEntry-api.js
0 → 100644
This diff is collapsed. Click to expand it.
src/api/custom-api.js
0 → 100644
This diff is collapsed. Click to expand it.
src/api/detial-api.js
0 → 100644
This diff is collapsed. Click to expand it.
src/api/entry-api.js
0 → 100644
This diff is collapsed. Click to expand it.
src/api/examine-api.js
0 → 100644
This diff is collapsed. Click to expand it.
src/api/login.js
0 → 100644
This diff is collapsed. Click to expand it.
src/api/menu.js
0 → 100644
This diff is collapsed. Click to expand it.
src/api/system/user.js
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/401_images/401.gif
0 → 100644
160 KB
src/assets/404_images/404.png
0 → 100644
95.8 KB
src/assets/404_images/404_cloud.png
0 → 100644
4.65 KB
src/assets/fonts/FedExSans_W-Bold.woff
0 → 100644
No preview for this file type
No preview for this file type
src/assets/fonts/FedExSans_W-Light.woff
0 → 100644
No preview for this file type
src/assets/fonts/FedExSans_W-Medium.woff
0 → 100644
No preview for this file type
src/assets/fonts/FedExSans_W-Regular.woff
0 → 100644
No preview for this file type
src/assets/icons/index.js
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/404.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/api.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/bug.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/build.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/button.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/cascader.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/chart.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/checkbox.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/clipboard.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/code.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/color.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/component.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/dashboard.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/date-range.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/date.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/dbdata.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/dict.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/documentation.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/downIcon.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/download.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/downloadWhite.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/drag.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/druid.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/edit.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/education.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/email.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/entryClass-white.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/entryClass.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/example.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/excel.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/exchange.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/exit-fullscreen.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/exl.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/eye-open.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/eye.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedex-circleRight.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedex-fcl.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedex-indexTip1.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedex-indexTip2.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedex-indexTip3.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedex-indexTip4.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedex-indexTip5.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedex-indexTip6.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedex-indexTip7.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedex-indexTip8.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedex-indexTip9.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedex-login.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexAuthorization.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexBack.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexClassCIcon.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexClassDIcon.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexClear.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexCompact.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexCopy.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexCreate.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexCustom.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexDel.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexDown.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexDownload.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexEdit.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexEntry.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexFolder.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexInformation.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexLookup.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexNewEntry.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexOfficialSeal.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexOspr.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexPass.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexPhone.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexPortIn.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexPortOption.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexPortOut.svg
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexPrint.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexQueue.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexRLeft.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexRRight.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexRefresh.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexRefuse.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexRevoke.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexRight.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexSave.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexSeal.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexSelectList.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexShip.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexShipment.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexSite.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexSreachEntry.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexSubmit.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexSystem.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexTag.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexTipItem.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexUp.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexUpBlue.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexUpload.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexWarning.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexWarningCircle.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fedexopOspr.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/form.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/fullscreen.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/github.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/guide.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/history.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/icon-c-press3x.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/icon-d-press3x.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/icon.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/input.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/international.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/job.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/jpeg.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/jpg.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/language.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/link.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/list.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/lock.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/log.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/logininfor.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/message.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/money.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/monitor.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/nested.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/number.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/online.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/password.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/pdf.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/people.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/peoples.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/phone.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/png.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/post.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/qq.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/question.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/radio.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/rate.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/redis.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/role.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/row.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/search.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/select.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/server.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/shopping.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/size.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/skill.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/slider.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/star.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/swagger.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/switch.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/system.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/tab.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/table.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/textarea.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/theme.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/time-range.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/time.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/tool.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/tree-table.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/tree.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/upIcon.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/upload.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/uploadCloud.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/user-center.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/user.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/validCode.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/wechat.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/word.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svg/zip.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/icons/svgo.yml
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/images/dark.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/images/fedexEmpty.png
0 → 100644
43.8 KB
src/assets/images/fedexUser.png
0 → 100644
6.58 KB
src/assets/images/icon-c-press3x.png
0 → 100644
3.87 KB
src/assets/images/icon-d-press3x.png
0 → 100644
5.29 KB
src/assets/images/imgEmpty.png
0 → 100644
12.8 KB
src/assets/images/indexBackground.jpg
0 → 100644
479 KB
src/assets/images/light.svg
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/images/login-background.jpg
0 → 100644
466 KB
src/assets/images/newRedStamp.png
0 → 100644
36.9 KB
src/assets/images/reporting.png
0 → 100644
10.9 KB
src/assets/images/sprite-placeholder.png
0 → 100644
7.68 KB
src/assets/languages/en.js
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/languages/index.js
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/languages/tableHeaders.js
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/languages/zh.js
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/logo/logo-2.png
0 → 100644
17.5 KB
src/assets/logo/logo.png
0 → 100644
1.04 KB
src/assets/styles/btn.scss
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/styles/element-ui.scss
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/styles/element-variables.scss
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/styles/fedex.scss
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/styles/iClearExp.scss
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/styles/index.scss
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/styles/mixin.scss
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/styles/sidebar.scss
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/styles/transition.scss
0 → 100644
This diff is collapsed. Click to expand it.
src/assets/styles/variables.scss
0 → 100644
This diff is collapsed. Click to expand it.
src/components/AlterDialog/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/Breadcrumb/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/CustomForm/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/CustomTable/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/CustomTransfer/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/EditStep/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/EditTag/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/Editor/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/FedexAlert/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/FedexEdit/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/FileUpload/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/Formitem/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/Hamburger/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/IconSelect/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/IconSelect/requireIcons.js
0 → 100644
This diff is collapsed. Click to expand it.
src/components/ImageUpload/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/ImgView/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/ImgViewDialog/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/InputNodes/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/Pagination/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/PanThumb/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/ParentView/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/RightPanel/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/RightToolbar/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/SizeSelect/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/SvgIcon/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/Table/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/ThemePicker/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/Tooltip/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/TopNav/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/directive/permission/hasPermi.js
0 → 100644
This diff is collapsed. Click to expand it.
src/directive/permission/hasRole.js
0 → 100644
This diff is collapsed. Click to expand it.
src/directive/permission/index.js
0 → 100644
This diff is collapsed. Click to expand it.
src/layout/components/AppMain.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/layout/components/Navbar.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/layout/components/Settings/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/layout/components/Sidebar/FixiOSBug.js
0 → 100644
This diff is collapsed. Click to expand it.
src/layout/components/Sidebar/Item.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/layout/components/Sidebar/Link.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/layout/components/Sidebar/Logo.vue
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
src/layout/components/Sidebar/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
src/layout/components/TagsView/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/layout/components/ViewOption.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/layout/components/index.js
0 → 100644
This diff is collapsed. Click to expand it.
src/layout/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/layout/mixin/ResizeHandler.js
0 → 100644
This diff is collapsed. Click to expand it.
src/main.js
0 → 100644
This diff is collapsed. Click to expand it.
src/permission.js
0 → 100644
This diff is collapsed. Click to expand it.
src/router/index.js
0 → 100644
This diff is collapsed. Click to expand it.
src/settings.js
0 → 100644
This diff is collapsed. Click to expand it.
src/store/getters.js
0 → 100644
This diff is collapsed. Click to expand it.
src/store/index.js
0 → 100644
This diff is collapsed. Click to expand it.
src/store/modules/app.js
0 → 100644
This diff is collapsed. Click to expand it.
src/store/modules/permission.js
0 → 100644
This diff is collapsed. Click to expand it.
src/store/modules/settings.js
0 → 100644
This diff is collapsed. Click to expand it.
src/store/modules/tagsView.js
0 → 100644
This diff is collapsed. Click to expand it.
src/store/modules/user.js
0 → 100644
This diff is collapsed. Click to expand it.
src/store/modules/viewOtion.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/auth.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/errorCode.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/filters.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/generator/config.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/generator/css.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/generator/drawingDefalut.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/generator/html.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/generator/icon.json
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/generator/imgCanvs.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/generator/js.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/generator/render.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/iClearExp.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/imgCanavs.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/index.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/jsencrypt.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/jsencrypt.min.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/modulesChange/pdf.worker.js
0 → 100644
This diff could not be displayed because it is too large.
src/utils/pdfjs.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/permission.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/regExp.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/request.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/scroll-to.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/validate.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/zipdownload.js
0 → 100644
This diff is collapsed. Click to expand it.
src/views/AuditionEntrySearch/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/views/README.md
0 → 100644
This diff is collapsed. Click to expand it.
src/views/components/fedexFooter.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/views/components/icons/element-icons.js
0 → 100644
This diff is collapsed. Click to expand it.
src/views/components/icons/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/views/components/icons/svg-icons.js
0 → 100644
This diff is collapsed. Click to expand it.
src/views/components/loginForm.vue
0 → 100644
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.
src/views/declarationDetails/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/views/error/401.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/views/error/404.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/views/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/views/login.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/views/redirect.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/views/redjrectLogin.vue
0 → 100644
This diff is collapsed. Click to expand it.
vue.config.js
0 → 100644
This diff is collapsed. Click to expand it.
视频版使用指南.mp4
0 → 100644
This file is too large to display.
-
Please register or login to post a comment