summaryrefslogtreecommitdiff
path: root/tex/context/base/font-ota.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-10-20 04:00:13 +0300
committerMarius <mariausol@gmail.com>2012-10-20 04:00:13 +0300
commit1fbec75954e7911bd1546a04af666fc1a3827a54 (patch)
tree16f39836f5e13bd1220a2ffc55e11912dde5bd82 /tex/context/base/font-ota.lua
parentc36e19abdfd15bf6cae6fa379c6ce51f3ef5332d (diff)
downloadcontext-1fbec75954e7911bd1546a04af666fc1a3827a54.tar.gz
beta 2012.10.20 02:07
Diffstat (limited to 'tex/context/base/font-ota.lua')
-rw-r--r--tex/context/base/font-ota.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-ota.lua b/tex/context/base/font-ota.lua
index 8262f983e..5b2c3f22a 100644
--- a/tex/context/base/font-ota.lua
+++ b/tex/context/base/font-ota.lua
@@ -309,7 +309,7 @@ function methods.arab(head,font,attr) -- maybe make a special version with no tr
local marks = tfmdata.resources.marks
local first, last, current, done = nil, nil, head, false
while current do
- if current.id == glyph_code and current.subtype<256 and current.font == font and not has_attribute(current,state) then
+ if current.id == glyph_code and current.font == font and current.subtype<256 and not has_attribute(current,state) then
done = true
local char = current.char
if marks[char] or (useunicodemarks and categories[char] == "mn") then