diff options
Diffstat (limited to 'tex/context/base/font-def.lua')
-rw-r--r-- | tex/context/base/font-def.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/font-def.lua b/tex/context/base/font-def.lua index d0cab7203..79f0e08ba 100644 --- a/tex/context/base/font-def.lua +++ b/tex/context/base/font-def.lua @@ -244,10 +244,10 @@ function fonts.tfm.read(specification) else tfmtable.embedding = "subset" end + fonts.tfm.fonts[hash] = tfmtable + fonts.designsizes[specification.hash] = tfmtable.designsize -- we only know this for sure after loading once + --~ tfmtable.mode = specification.features.normal.mode or "base" end - fonts.tfm.fonts[hash] = tfmtable -fonts.designsizes[specification.hash] = tfmtable.designsize -- we only know this for sure after loading once ---~ tfmtable.mode = specification.features.normal.mode or "base" end input.stoptiming(fonts) garbagecollector.pop() |