ソースコードの管理場所
修订版 | 4c013c3732baee930e7adff24e0479a296aeb1fb (tree) |
---|---|
时间 | 2016-04-24 12:33:55 |
作者 | Hironori Kitagawa <h_kitagawa2001@yaho...> |
Commiter | Hironori Kitagawa |
luatexja.lua: print xoffset info
@@ -380,6 +380,7 @@ local function debug_show_node_X(p,print_fn, limit) | ||
380 | 380 | .. tostring(p.font) |
381 | 381 | .. ' (' .. print_scaled(p.height) .. '+' |
382 | 382 | .. print_scaled(p.depth) .. ')x' .. print_scaled(p.width) |
383 | + .. ' xoff: ' .. print_scaled(p.xoffset) | |
383 | 384 | print_fn(s) |
384 | 385 | elseif pt=='hlist' or pt=='vlist' or pt=='unset'or pt=='ins' then |
385 | 386 | if pt=='ins' then |