X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=src%2Fjfm-ujisv.lua;h=029ff96cd377e7ed74663a4926996bd85b0f3693;hb=d177010c46e52e722b4752eded1ae4a6807953df;hp=8f8901130998653083ce0ec581a18cd38f1ba7d9;hpb=975ec9b8757bd9eb295315d521906f15901a6278;p=luatex-ja%2Fluatexja.git diff --git a/src/jfm-ujisv.lua b/src/jfm-ujisv.lua index 8f89011..029ff96 100644 --- a/src/jfm-ujisv.lua +++ b/src/jfm-ujisv.lua @@ -280,17 +280,15 @@ for i,v in pairs(t) do if v.kern and v.kern[0] then v.kern[100] = v.kern[0] end end end - --- [[ t[200]=table.fastcopy(t[0]) t[200].chars={'〱', '〲'} -t[200].width = 2 +t[200].width = 2.0 +t[200].left=-0.5 for i,v in pairs(t) do - if i~=6 and type(i)=='number' and type(v)=='table' then -- 感嘆符以外 + if type(v)=='table' then if v.glue and v.glue[0] then v.glue[200] = v.glue[0] end if v.kern and v.kern[0] then v.kern[200] = v.kern[0] end end end --- ]] luatexja.jfont.define_jfm(t)