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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
--- texk/xdvik/xdvi-ptex.map.orig 2015-07-19 18:49:42 UTC
+++ texk/xdvik/xdvi-ptex.map
@@ -0,0 +1,91 @@
+%
+% Sample "xdvi-ptex.map"
+%
+% You can make this file by following process:
+% sed -e 's/ \([VH]\) / JIS-\1 /' \
+% -e 's/ Uni.*-.*-\([VH]\) / Unicode-\1 /' \
+% < ../dvipdfmx/cid-x.map > xdvi-ptex.map
+
+% format : "tfm name" "enc" "TTF/TTC/OTF font"
+% "enc" is one of following.
+% "JIS-H" "Unicode-H" "Identity-H" "AJ16-H"
+% "JIS-V" "Unicode-V" "Identity-V" "AJ16-V"
+%
+% tfm in font
+% JIS-?: JIS Unicode or other
+% Unicode-?: Unicode Unicode or other
+% AJ16-?: AJ16 Unicode or other
+% Identity-?: (no conversion)
+
+% If "enc" is "Identity-?" and the end of fontname is "/AJ16",
+% the encoding spec. will be replaced by "AJ16-?".
+
+% IPA font (http://ossipedia.ipa.go.jp/ipafont/)
+rml JIS-H ipam.ttf
+rmlv JIS-V ipam.ttf
+gbm JIS-H ipag.ttf
+gbmv JIS-V ipag.ttf
+
+fmin JIS-H ipam.ttf,Bold
+fgoth JIS-H ipag.ttf,Bold
+maru JIS-H ipag.ttf,BoldItalic
+
+% OTF package
+otf-ujmr-h Unicode-H ipam.ttf
+otf-ujmr-v Unicode-V ipam.ttf
+otf-cjmr-h AJ16-H ipam.ttf
+otf-cjmr-v AJ16-V ipam.ttf
+hminr-h JIS-H ipam.ttf
+hminr-v JIS-V ipam.ttf
+
+otf-ujgr-h Unicode-H ipag.ttf
+otf-ujgr-v Unicode-V ipag.ttf
+otf-cjgr-h Identity-H ipag.ttf/AJ16
+otf-cjgr-v Identity-V ipag.ttf/AJ16
+hgothr-h JIS-H ipag.ttf
+hgothr-v JIS-V ipag.ttf
+
+otf-ujmb-h Unicode-H ipam.ttf,Bold
+otf-ujmb-v Unicode-V ipam.ttf,Bold
+otf-cjmb-h Identity-H ipam.ttf/AJ16,Bold
+otf-cjmb-v Identity-V ipam.ttf/AJ16,Bold
+hminb-h JIS-H ipam.ttf,Bold
+hminb-v JIS-V ipam.ttf,Bold
+
+otf-ujgb-h Unicode-H ipag.ttf,Bold
+otf-ujgb-v Unicode-V ipag.ttf,Bold
+otf-cjgb-h AJ16-H ipag.ttf,Bold
+otf-cjgb-v AJ16-V ipag.ttf,Bold
+hgothb-h JIS-H ipag.ttf,Bold
+hgothb-v JIS-V ipag.ttf,Bold
+
+otf-ujmgr-h Unicode-H ipag.ttf
+otf-ujmgr-v Unicode-V ipag.ttf
+otf-cjmgr-h Identity-H ipag.ttf/AJ16
+otf-cjmgr-v Identity-V ipag.ttf/AJ16
+hmgothr-h JIS-H ipag.ttf
+hmgothr-v JIS-V ipag.ttf
+
+%% traditional Chinese
+% Arphic (http://www.ring.gr.jp/pub/GNU/non-gnu/chinese-fonts-truetype/)
+otf-utmr-h Unicode-H bsmi00lp.ttf
+otf-utmr-v Unicode-V bsmi00lp.ttf
+
+otf-utgr-h Unicode-H bkai00mp.ttf
+otf-utgr-v Unicode-V bkai00mp.ttf
+
+%% simplified Chinese
+% Arphic (http://www.ring.gr.jp/pub/GNU/non-gnu/chinese-fonts-truetype/)
+otf-ucmr-h Unicode-H gbsn00lp.ttf
+otf-ucmr-v Unicode-V gbsn00lp.ttf
+
+otf-ucgr-h Unicode-H gkai00mp.ttf
+otf-ucgr-v Unicode-V gkai00mp.ttf
+
+%% Korean
+% un-fonts (http://kldp.net/projects/unfonts/)
+otf-ukmr-h Unicode-H UnBatang.ttf
+otf-ukmr-v Unicode-V UnBatang.ttf
+
+otf-ukgr-h Unicode-H UnDotum.ttf
+otf-ukgr-v Unicode-V UnDotum.ttf
|