diff options
Diffstat (limited to 'otfl-node-fnt.lua')
-rw-r--r-- | otfl-node-fnt.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/otfl-node-fnt.lua b/otfl-node-fnt.lua index 3ad9060..72bb140 100644 --- a/otfl-node-fnt.lua +++ b/otfl-node-fnt.lua @@ -1,6 +1,6 @@ if not modules then modules = { } end modules ['node-fnt'] = { version = 1.001, - comment = "companion to font-ini.tex", + comment = "companion to font-ini.mkiv", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL", copyright = "PRAGMA ADE / ConTeXt Development Team", license = "see context related readme files" @@ -178,7 +178,6 @@ else do -- X000 1100 = 12 = 0x1C = leftghost -- X001 0100 = 20 = 0x14 = rightghost - function nodes.protect_glyphs(head) local done = false for g in traverse_id(glyph,head) do |