summaryrefslogtreecommitdiff
path: root/tex/context/base/font-enh.lua
diff options
context:
space:
mode:
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