blob: 5a5f7ae7bcad75194a0454f756ecb1b381109db5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
--- ./add-to-xpdfrc.orig 2019-10-03 13:51:30.098084530 -0500
+++ ./add-to-xpdfrc 2019-10-03 13:55:28.494064804 -0500
@@ -1,9 +1,45 @@
#----- begin Japanese support package (2011-sep-02)
-cidToUnicode Adobe-Japan1 /usr/local/share/xpdf/japanese/Adobe-Japan1.cidToUnicode
-unicodeMap ISO-2022-JP /usr/local/share/xpdf/japanese/ISO-2022-JP.unicodeMap
-unicodeMap EUC-JP /usr/local/share/xpdf/japanese/EUC-JP.unicodeMap
-unicodeMap Shift-JIS /usr/local/share/xpdf/japanese/Shift-JIS.unicodeMap
-cMapDir Adobe-Japan1 /usr/local/share/xpdf/japanese/CMap
-toUnicodeDir /usr/local/share/xpdf/japanese/CMap
-#fontFileCC Adobe-Japan1 /usr/..../NotoSansCJKjp-Regular.otf
+cidToUnicode Adobe-Japan1 /usr/share/xpdf/japanese/Adobe-Japan1.cidToUnicode
+unicodeMap ISO-2022-JP /usr/share/xpdf/japanese/ISO-2022-JP.unicodeMap
+unicodeMap EUC-JP /usr/share/xpdf/japanese/EUC-JP.unicodeMap
+unicodeMap Shift-JIS /usr/share/xpdf/japanese/Shift-JIS.unicodeMap
+cMapDir Adobe-Japan1 /usr/share/xpdf/japanese/CMap
+toUnicodeDir /usr/share/xpdf/japanese/CMap
+### use Sazanami by default
+fontFileCC Adobe-Japan1 /usr/share/fonts/TTF/sazanami-mincho.ttf
+### use Sazanami (Sazanami Gothic) if gothic font is required
+fontFileCC ShinGo-Bold /usr/share/fonts/TTF/sazanami-gothic.ttf
+fontFileCC ShinGo-regular /usr/share/fonts/TTF/sazanami-gothic.ttf
+fontFileCC MidashiGo-MB31 /usr/share/fonts/TTF/sazanami-gothic.ttf
+fontFileCC FutoGoB101-Bold /usr/share/fonts/TTF/sazanami-gothic.ttf
+fontFileCC HeiseiKakuGo-W5 /usr/share/fonts/TTF/sazanami-gothic.ttf
+fontFileCC HeiseiKakuGo-W9 /usr/share/fonts/TTF/sazanami-gothic.ttf
+fontFileCC HeiseiMaruGo-W4 /usr/share/fonts/TTF/sazanami-gothic.ttf
+fontFileCC MS-Gothic /usr/share/fonts/TTF/sazanami-gothic.ttf
+fontFileCC HG-GothicB /usr/share/fonts/TTF/sazanami-gothic.ttf
+fontFileCC Kochi-Gothic /usr/share/fonts/TTF/sazanami-gothic.ttf
+fontFileCC GothicBBB-Medium-H /usr/share/fonts/TTF/sazanami-gothic.ttf
+fontFileCC GothicBBB-Medium /usr/share/fonts/TTF/sazanami-gothic.ttf
+fontFileCC Ryumin-Light-H /usr/share/fonts/TTF/sazanami-mincho.ttf
+fontFileCC Ryumin-Light /usr/share/fonts/TTF/sazanami-mincho.ttf
+### make default font name to "Ryumin-Light" when converted to PostScript
+psResidentFontCC Adobe-Japan1 H Ryumin-Light-H ISO-2022-JP
+psResidentFontCC Adobe-Japan1 V Ryumin-Light-V ISO-2022-JP
+# use "Gothic-BBB-Medium" if gothic font is required
+psResidentFont16 MidashiGo-MB31 H GothicBBB-Medium-H ISO-2022-JP
+psResidentFont16 MidashiGo-MB31 V GothicBBB-Medium-V ISO-2022-JP
+psResidentFont16 FutoGoB101-Bold H GothicBBB-Medium-H ISO-2022-JP
+psResidentFont16 FutoGoB101-Bold V GothicBBB-Medium-V ISO-2022-JP
+psResidentFont16 HeiseiKakuGo-W5 H GothicBBB-Medium-H ISO-2022-JP
+psResidentFont16 HeiseiKakuGo-W5 V GothicBBB-Medium-V ISO-2022-JP
+psResidentFont16 HeiseiKakuGo-W9 H GothicBBB-Medium-H ISO-2022-JP
+psResidentFont16 HeiseiKakuGo-W9 V GothicBBB-Medium-V ISO-2022-JP
+psResidentFont16 HeiseiMaruGo-W4 H GothicBBB-Medium-H ISO-2022-JP
+psResidentFont16 HeiseiMaruGo-W4 V GothicBBB-Medium-V ISO-2022-JP
+psResidentFont16 MS-Gothic H GothicBBB-Medium-H ISO-2022-JP
+psResidentFont16 MS-Gothic V GothicBBB-Medium-V ISO-2022-JP
+psResidentFont16 HG-GothicB H GothicBBB-Medium-H ISO-2022-JP
+psResidentFont16 HG-GothicB V GothicBBB-Medium-V ISO-2022-JP
+psResidentFont16 Kochi-Gothic H GothicBBB-Medium-H ISO-2022-JP
+psResidentFont16 Kochi-Gothic V GothicBBB-Medium-V ISO-2022-JP
#----- end Japanese support package
|