summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otn.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-10-26 16:20:15 +0300
committerMarius <mariausol@gmail.com>2011-10-26 16:20:15 +0300
commitc0e8f19d4913755e53cfc8658cc4f91230e4d351 (patch)
treec6254d1b7532cba7cb51bcf79402302324a7e7bb /tex/context/base/font-otn.lua
parenta5d21303302bf6d9b36b4f83cf2117a7afc6bf23 (diff)
downloadcontext-c0e8f19d4913755e53cfc8658cc4f91230e4d351.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