summaryrefslogtreecommitdiff
path: root/otfl-font-otn.lua
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2011-11-09 01:50:29 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2011-11-09 01:50:29 +0200
commit674498b3ebba014a7f4e086fde3972a84e8a9770 (patch)
treea65dc792d16b7fc30f46804594ca7da3b8fd9e0b /otfl-font-otn.lua
parent767f4e426583d6b437ac1bb77361cbf08f1cf9ab (diff)
downloadluaotfload-674498b3ebba014a7f4e086fde3972a84e8a9770.tar.gz
Sync with ConTeXt beta 2011.11.08 19:35
Diffstat (limited to 'otfl-font-otn.lua')
-rw-r--r--otfl-font-otn.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/otfl-font-otn.lua b/otfl-font-otn.lua
index beb3ae7..af82649 100644
--- a/otfl-font-otn.lua
+++ b/otfl-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