diff options
author | Hans Hagen <pragma@wxs.nl> | 2013-01-13 23:10:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2013-01-13 23:10:00 +0100 |
commit | de678e954438110850d93c5f35a0d6bf14129901 (patch) | |
tree | 32e0481227cdde042cebbdfc6b99f5efbf5c5756 /tex/context/base/font-otn.lua | |
parent | de9b101fa556fa74bf531774293a6913705ff5db (diff) | |
download | context-de678e954438110850d93c5f35a0d6bf14129901.tar.gz |
beta 2013.01.13 23:10
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r-- | tex/context/base/font-otn.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua index 5dba663e4..2c6016427 100644 --- a/tex/context/base/font-otn.lua +++ b/tex/context/base/font-otn.lua @@ -250,9 +250,6 @@ local handlers = { } local rlmode = 0 local featurevalue = false --- we cannot optimize with "start = first_glyph(head)" because then we don't --- know which rlmode we're in which messes up cursive handling later on --- -- head is always a whatsit so we can safely assume that head is not changed -- we use this for special testing and documentation @@ -2206,7 +2203,7 @@ local function featuresprocessor(head,font,attr) -- font interactions and then we do need the full sweeps. -- Keeping track of the headnode is needed for devanagari (I generalized it a bit - -- so that multiple cases are also covered. + -- so that multiple cases are also covered.) for s=1,#sequences do local dataset = datasets[s] |