• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

ソースコードの管理場所


Commit MetaInfo

修订版4c013c3732baee930e7adff24e0479a296aeb1fb (tree)
时间2016-04-24 12:33:55
作者Hironori Kitagawa <h_kitagawa2001@yaho...>
CommiterHironori Kitagawa

Log Message

luatexja.lua: print xoffset info

更改概述

差异

--- a/src/luatexja.lua
+++ b/src/luatexja.lua
@@ -380,6 +380,7 @@ local function debug_show_node_X(p,print_fn, limit)
380380 .. tostring(p.font)
381381 .. ' (' .. print_scaled(p.height) .. '+'
382382 .. print_scaled(p.depth) .. ')x' .. print_scaled(p.width)
383+ .. ' xoff: ' .. print_scaled(p.xoffset)
383384 print_fn(s)
384385 elseif pt=='hlist' or pt=='vlist' or pt=='unset'or pt=='ins' then
385386 if pt=='ins' then