summaryrefslogtreecommitdiff
path: root/tex/context/base/font-tfm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-tfm.lua')
-rw-r--r--tex/context/base/font-tfm.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/font-tfm.lua b/tex/context/base/font-tfm.lua
index 83f07e9f4..57e10f3b1 100644
--- a/tex/context/base/font-tfm.lua
+++ b/tex/context/base/font-tfm.lua
@@ -253,6 +253,10 @@ function tfm.do_scale(tfmtable, scaledpoints, relativeid)
local hasitalic = tfmtable.has_italic
local descriptions = tfmtable.descriptions or { }
--
+ if hasmath then
+ t.has_math = true -- this will move to elsewhere
+ end
+ --
t.parameters = { }
t.characters = { }
t.MathConstants = { }