Hi Hans,

at least the Plain format breaks as soon as you define a font in
node mode:

    \font \testfont = "lmroman10-regular.otf:mode=node"
    \testfont foo
    \bye

Patch attached.

Best regards,
Philipp


--- font-otn.lua.orig	2014-03-14 07:42:18.494017054 +0100
+++ font-otn.lua	2014-03-14 07:42:52.937495772 +0100
@@ -2054,8 +2054,8 @@
     local features = sequence.features
     if features then
      -- for kind, scripts in next, features do
-        for i=1,#order do --
-            local kind = order[i] --
+        for i=1,#features do --
+            local kind = features[i] --
             local valid = enabled[kind]
             if valid then
                 local scripts = features[kind] --

Attachment: pgpxgsAvh3VHL.pgp
Description: PGP signature

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to