X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=src%2Fjfm-ujis.lua;h=405aa316ac74aa660353d8fbce06d1771a888947;hb=3fae82d64b193c794fdf2f1262d80bddc98ce5a8;hp=61e48024685802b3a3de5e1cb1ac95823d466f7a;hpb=e4ee0e50d6c2ca7fb2b75208fb6cd08cf185c0dd;p=luatex-ja%2Fluatexja.git diff --git a/src/jfm-ujis.lua b/src/jfm-ujis.lua index 61e4802..405aa31 100644 --- a/src/jfm-ujis.lua +++ b/src/jfm-ujis.lua @@ -8,6 +8,7 @@ local t = { + version = 3, dir = 'yoko', zw = 1.0, zh = 1.0, kanjiskip = { 0.0, 0.25, 0 }, @@ -77,7 +78,7 @@ local t = { }, [3] = { -- 中点類 - chars = {'・', ':', ';'}, + chars = {'・', ':', ';', '·'}, align = 'middle', left = 0.0, down = 0.0, width = 0.5, height = 0.88, depth = 0.12, italic=0.0, --end_stretch = 0.25, @@ -260,10 +261,7 @@ local t = { [99] = { -- box末尾 - chars = {'boxbdd', 'parbdd'}, - glue = { - [3] = { 0.25, 0.0, 0.25, priority=1 }, - } + chars = {'boxbdd', 'parbdd', 'glue'}, }, } @@ -277,4 +275,13 @@ for i=9758,9778 do ht[#ht+1] = 'AJ1-' .. tostring(i) end local ht = t[207].chars for i=9738,9757 do ht[#ht+1] = 'AJ1-' .. tostring(i) end +t[100]=table.fastcopy(t[0]) +t[100].chars={'nox_alchar'} +for i,v in pairs(t) do + if i~=6 and type(i)=='number' and type(v)=='table' then -- 感嘆符以外 + if v.glue and v.glue[0] then v.glue[100] = v.glue[0] end + if v.kern and v.kern[0] then v.kern[100] = v.kern[0] end + end +end + luatexja.jfont.define_jfm(t)