summaryrefslogtreecommitdiff
path: root/tex/context/base/font-enh.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-02-25 23:40:24 +0200
committerMarius <mariausol@gmail.com>2011-02-25 23:40:24 +0200
commit2a9554684f61df8db63dec6d4e874f49b25a212b (patch)
treefcfd079187ab1f1969351bcafffdfed837b43b33 /tex/context/base/font-enh.lua
parent3880c6aa8cef3b379b06777c09f9ce3e7e61f493 (diff)
downloadcontext-2a9554684f61df8db63dec6d4e874f49b25a212b.tar.gz
beta 2011.02.25 22:03
Diffstat (limited to 'tex/context/base/font-enh.lua')
-rw-r--r--tex/context/base/font-enh.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-enh.lua b/tex/context/base/font-enh.lua
index 77c145c4b..34cdd9264 100644
--- a/tex/context/base/font-enh.lua
+++ b/tex/context/base/font-enh.lua
@@ -188,7 +188,7 @@ function tfm.remap(tfmdata,remapping)
end
end
tfmdata.encodingbytes = 2
- tfmdata.format = 'type1'
+ tfmdata.format = tfmdata.format or 'type1'
end
end