From: Hironori Kitagawa Date: Fri, 6 May 2016 11:05:44 +0000 (+0900) Subject: partially revert the previous commit (I've lost the minimal example of an error) X-Git-Tag: 20160515.0~4 X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=fa5678babf9c748224b3acc8172115ac1938c5dd;p=luatex-ja%2Fluatexja.git partially revert the previous commit (I've lost the minimal example of an error) --- diff --git a/src/ltj-jfont.lua b/src/ltj-jfont.lua index 96f3453..febcc97 100644 --- a/src/ltj-jfont.lua +++ b/src/ltj-jfont.lua @@ -914,7 +914,7 @@ luatexbase.add_to_callback( local vorg = {}; fmtable.v_origin = vorg local ft = font_getfont(fnum) local subtables = {} - if false and ft.specification then + if ft.specification then for feat_name,v in pairs(ft.specification.features.normal) do if v==true then for _,i in pairs(ft.resources.sequences) do