リビジョン | 763ab012ff3cc78afa4de0effd461a06c3067fd6 (tree) |
---|---|
日時 | 2020-05-17 13:22:24 |
作者 | Hironori Kitagawa <h_kitagawa2001@yaho...> |
コミッター | Hironori Kitagawa |
ltj-jfont.lua: emergency bugfix
@@ -188,7 +188,7 @@ do | ||
188 | 188 | local function myround(a) return floor(a+0.5) end |
189 | 189 | local mult_ignore_key = { |
190 | 190 | round_threshold=true, kanjiskip_natural=true, kanjiskip_stretch=true, kanjiskip_shrink=true, |
191 | - raio=true, priority=true | |
191 | + ratio=true, priority=true | |
192 | 192 | } |
193 | 193 | local function mult_table(old,scale) -- modified from table.fastcopy |
194 | 194 | if old then |
@@ -226,7 +226,7 @@ do | ||
226 | 226 | kanjiskip_stretch = w.kanjiskip_stretch, |
227 | 227 | kanjiskip_shrink = w.kanjiskip_shrink, |
228 | 228 | round_threshold = w.round_threshold, |
229 | - } | |
229 | + } | |
230 | 230 | end |
231 | 231 | for k,w in pairs(v.kern) do |
232 | 232 | local g = node_new(id_kern, 1) |