summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-con.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2017-06-30 20:42:23 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2017-06-30 20:42:23 +0200
commit87d82131e6359a9bb3fb4e85e2f26f6864de8ac9 (patch)
treed9a1ff89b1167c926e7c12d0664b5923ba695b6b /tex/context/base/mkiv/font-con.lua
parent852668a65c878fee10d21fb7cefafb390e083075 (diff)
downloadcontext-87d82131e6359a9bb3fb4e85e2f26f6864de8ac9.tar.gz
2017-06-30 19:51:00
Diffstat (limited to 'tex/context/base/mkiv/font-con.lua')
-rw-r--r--tex/context/base/mkiv/font-con.lua32
1 files changed, 16 insertions, 16 deletions
diff --git a/tex/context/base/mkiv/font-con.lua b/tex/context/base/mkiv/font-con.lua
index 16dc3c05e..fd3b28612 100644
--- a/tex/context/base/mkiv/font-con.lua
+++ b/tex/context/base/mkiv/font-con.lua
@@ -555,22 +555,22 @@ function constructors.scale(tfmdata,specification)
if changed then
local c = changed[unicode]
if c and c ~= unicode then
- while true do
- local cc = changed[c]
- if not cc then
- -- we're done, no (futher) chain
- break
- elseif cc == unicode then
- -- we probably have a bidi swap
- break
- elseif cc == c then
- -- we have a self reference, shouldn't happen
- c = nil
- break
- else
- c = cc
- end
- end
+-- while true do
+-- local cc = changed[c]
+-- if not cc then
+-- -- we're done, no (futher) chain
+-- break
+-- elseif cc == unicode then
+-- -- we probably have a bidi swap
+-- break
+-- elseif cc == c then
+-- -- we have a self reference, shouldn't happen
+-- c = nil
+-- break
+-- else
+-- c = cc
+-- end
+-- end
if c then
description = descriptions[c] or descriptions[unicode] or character
character = characters[c] or character