OSDN Git Service

Add callback "luatexja.load_jfm" and revert jfm-min.lua.
[luatex-ja/luatexja.git] / src / jfm-min.lua
index 91a71a4..ff00229 100644 (file)
@@ -11,9 +11,6 @@ luatexja.jfont.define_jfm {
    zw = 1.0, zh = vscale,
 
    [0] = {
-      chars = {'parbdd'}, 
-        -- this line has no effect, but it is useful to note 
-        -- that 'parbdd' is in the character class 0.
       align = 'left', left = 0.0, down = 0.0,
       width = 1.0, height = vht, depth = vdp, italic=0.0,
       glue = {
@@ -258,6 +255,6 @@ luatexja.jfont.define_jfm {
    },
 
    [99] = { -- box末尾
-      chars = {'boxbdd'},
+      chars = {'boxbdd', 'parbdd'},
    },
 }