diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2011-11-09 01:50:29 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2011-11-09 01:50:29 +0200 |
commit | 674498b3ebba014a7f4e086fde3972a84e8a9770 (patch) | |
tree | a65dc792d16b7fc30f46804594ca7da3b8fd9e0b /otfl-font-otn.lua | |
parent | 767f4e426583d6b437ac1bb77361cbf08f1cf9ab (diff) | |
download | luaotfload-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.lua | 5 |
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 |