From 763ab012ff3cc78afa4de0effd461a06c3067fd6 Mon Sep 17 00:00:00 2001 From: Hironori Kitagawa Date: Sun, 17 May 2020 13:22:24 +0900 Subject: [PATCH] ltj-jfont.lua: emergency bugfix --- src/ltj-jfont.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.11.0