summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otn.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-10-26 15:10:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-10-26 15:10:00 +0200
commit0f76c97e6a4dafdbee3f18f33275936b5528d1dc (patch)
treeed2968afdef17709acc48b5c76537210bfdcb557 /tex/context/base/font-otn.lua
parentdff2745dae03ba945f2de644fb53218a47044e08 (diff)
downloadcontext-0f76c97e6a4dafdbee3f18f33275936b5528d1dc.tar.gz
beta 2011.10.26 15:10
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r--tex/context/base/font-otn.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua
index beb3ae740..af8264939 100644
--- a/tex/context/base/font-otn.lua
+++ b/tex/context/base/font-otn.lua
@@ -399,6 +399,11 @@ local function toligature(kind,lookupname,start,stop,char,markflag,discfound) --
start = start.next
end
end
+ -- we do need components in funny kerning mode but maybe I can better reconstruct then
+ -- as we do have the font components info available; removing components makes the
+ -- previous code much simpler
+ --
+ -- flush_node_list(head.components)
return head
end
end