From: Hironori Kitagawa Date: Sun, 17 May 2020 04:22:24 +0000 (+0900) Subject: ltj-jfont.lua: emergency bugfix X-Git-Tag: 20200518.0~3 X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=763ab012ff3cc78afa4de0effd461a06c3067fd6;p=luatex-ja%2Fluatexja.git ltj-jfont.lua: emergency bugfix --- diff --git a/src/ltj-jfont.lua b/src/ltj-jfont.lua index cecb8d6..a15b761 100644 --- a/src/ltj-jfont.lua +++ b/src/ltj-jfont.lua @@ -188,7 +188,7 @@ do local function myround(a) return floor(a+0.5) end local mult_ignore_key = { round_threshold=true, kanjiskip_natural=true, kanjiskip_stretch=true, kanjiskip_shrink=true, - raio=true, priority=true + ratio=true, priority=true } local function mult_table(old,scale) -- modified from table.fastcopy if old then @@ -226,7 +226,7 @@ do kanjiskip_stretch = w.kanjiskip_stretch, kanjiskip_shrink = w.kanjiskip_shrink, round_threshold = w.round_threshold, - } + } end for k,w in pairs(v.kern) do local g = node_new(id_kern, 1)