diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2015-01-30 16:15:05 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2015-01-30 16:15:05 +0100 |
commit | dd7b0113318332d153bf0b8cddbdfef4e1e9f90f (patch) | |
tree | 25891587b9f1149887ba1d2cffc164fd1da00a3c /tex/context/base/font-inj.lua | |
parent | 4527a0adcca8881d1bc7a73d916a8c1ecf315742 (diff) | |
download | context-dd7b0113318332d153bf0b8cddbdfef4e1e9f90f.tar.gz |
2015-01-30 15:30:00
Diffstat (limited to 'tex/context/base/font-inj.lua')
-rw-r--r-- | tex/context/base/font-inj.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/context/base/font-inj.lua b/tex/context/base/font-inj.lua index d0b073db4..87330a393 100644 --- a/tex/context/base/font-inj.lua +++ b/tex/context/base/font-inj.lua @@ -479,6 +479,9 @@ local function inject_marks(marks,nofmarks) local px = getfield(p,"xoffset") local ox = 0 local pp = rawget(properties,p) + if pp then + pp = pp.injections + end local rightkern = pp and pp.rightkern if rightkern then -- x and w ~= 0 if pn.markdir < 0 then |