-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfeatures
157 lines (130 loc) · 3.63 KB
/
features
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
languagesystem DFLT dflt;
languagesystem latn dflt;
languagesystem latn JAN;
languagesystem latn KOR;
languagesystem latn ZHS;
languagesystem latn ZHT;
languagesystem latn ZHH;
languagesystem kana dflt;
languagesystem kana JAN;
languagesystem kana KOR;
languagesystem kana ZHS;
languagesystem kana ZHT;
languagesystem kana ZHH;
languagesystem hang dflt;
languagesystem hang JAN;
languagesystem hang KOR;
languagesystem hang ZHS;
languagesystem hang ZHT;
languagesystem hang ZHH;
languagesystem hani dflt;
languagesystem hani JAN;
languagesystem hani KOR;
languagesystem hani ZHS;
languagesystem hani ZHT;
languagesystem hani ZHH;
table head {
FontRevision 2.000;
} head;
table hhea {
Ascender 1160;
Descender -288;
LineGap 0;
} hhea;
table name {
nameid 0 "Copyright \00A9 2014-2018 Adobe Systems Incorporated (http://www.adobe.com/).";
nameid 8 "Adobe Systems Incorporated";
nameid 9 "Ryoko NISHIZUKA \897f\585a\6dbc\5b50 (ideographs); Paul D. Hunt (Latin)";
nameid 10 "Dr. Ken Lunde (project architect, glyph set definition & overall production); Masataka HATTORI \670D\90E8\6B63\8CB4 (production & ideograph elements)";
nameid 11 "http://www.adobe.com/type/";
nameid 13 "This Font Software is licensed under the SIL Open Font License, Version 1.1. This Font Software is distributed on an \0022AS IS\0022 BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the SIL Open Font License for the specific language, permissions and limitations governing your use of this Font Software.";
nameid 14 "http://scripts.sil.org/OFL";
} name;
table vhea {
VertTypoLineGap 0;
} vhea;
table BASE {
HorizAxis.BaseTagList icfb icft ideo romn;
HorizAxis.BaseScriptList DFLT ideo -74 834 -120 0,
hang ideo -74 834 -120 0,
hani ideo -74 834 -120 0,
latn romn -74 834 -120 0;
VertAxis.BaseTagList icfb icft ideo romn;
VertAxis.BaseScriptList DFLT ideo 46 954 0 120,
hang ideo 46 954 0 120,
hani ideo 46 954 0 120,
latn romn 46 954 0 120;
} BASE;
table OS/2 {
TypoAscender 880;
TypoDescender -120;
TypoLineGap 0;
XHeight 543;
CapHeight 733;
WeightClass 400;
WidthClass 5;
Panose 2 11 5 0 0 0 0 0 0 0;
UnicodeRange 0 59;
FSType 0;
Vendor "ADBO";
winAscent 1160;
winDescent 288;
} OS/2;
feature locl {
# LATN SCRIPT
script latn;
language KOR;
substitute \2 by \3;
substitute \7 by \8;
language ZHS;
substitute \2 by \4;
substitute \7 by \9;
language ZHT;
substitute \2 by \5;
substitute \7 by \10;
language ZHH;
substitute \2 by \6;
substitute \7 by \11;
# KANA SCRIPT
script kana;
language KOR;
substitute \2 by \3;
substitute \7 by \8;
language ZHS;
substitute \2 by \4;
substitute \7 by \9;
language ZHT;
substitute \2 by \5;
substitute \7 by \10;
language ZHH;
substitute \2 by \6;
substitute \7 by \11;
# HANG SCRIPT
script hang;
language KOR;
substitute \2 by \3;
substitute \7 by \8;
language ZHS;
substitute \2 by \4;
substitute \7 by \9;
language ZHT;
substitute \2 by \5;
substitute \7 by \10;
language ZHH;
substitute \2 by \6;
substitute \7 by \11;
# HANI SCRIPT
script hani;
language KOR;
substitute \2 by \3;
substitute \7 by \8;
language ZHS;
substitute \2 by \4;
substitute \7 by \9;
language ZHT;
substitute \2 by \5;
substitute \7 by \10;
language ZHH;
substitute \2 by \6;
substitute \7 by \11;
} locl;