X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=src%2Fjfm-mono.lua;h=185e81718286c5d7255f730752ee5a92e5ec312e;hb=a693b63eadfcabe5f4f513a4cc90302f2360b18b;hp=2cfc4335123055589513808ab85f0be99104ebb5;hpb=d49ab09f4a93d0b55b68189c3d099f1ba80fed85;p=luatex-ja%2Fluatexja.git diff --git a/src/jfm-mono.lua b/src/jfm-mono.lua index 2cfc433..185e817 100644 --- a/src/jfm-mono.lua +++ b/src/jfm-mono.lua @@ -1,3 +1,9 @@ -jfm.dir = 'yoko' -jfm.zw= 1.0; jfm.zh = 1.0 -jfm.define_type_dim(0, 0.0 , 0.0 , 1.0 , 0.88, 0.12, 0.0) \ No newline at end of file +luatexja.jfont.define_jfm { + dir = 'yoko', + zw = 1.0, zh = 1.0, + + [0] = { + align = 'left', left = 0.0, down = 0.0, + width = 1.0, height = 0.88, depth = 0.12, italic=0.0, + } +} \ No newline at end of file