summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-shp.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-06-14 17:36:45 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-06-14 17:36:45 +0200
commit4272a26c49cbfee8917e5272fc0f964cbcfc4b03 (patch)
treeca09a8f6a14ec812751c4571fb91664c5a7b8b1a /tex/context/base/mkiv/font-shp.lua
parent213813e4bd4ef8d9bbe79100d80e960b7ba53649 (diff)
downloadcontext-4272a26c49cbfee8917e5272fc0f964cbcfc4b03.tar.gz
2021-06-14 17:09:00
Diffstat (limited to 'tex/context/base/mkiv/font-shp.lua')
-rw-r--r--tex/context/base/mkiv/font-shp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/font-shp.lua b/tex/context/base/mkiv/font-shp.lua
index ecf0c9418..145c4e0e4 100644
--- a/tex/context/base/mkiv/font-shp.lua
+++ b/tex/context/base/mkiv/font-shp.lua
@@ -346,7 +346,7 @@ local function getstreamhash(fontid)
local fontdata = identifiers[fontid]
if fontdata then
local properties = fontdata.properties
- return makehash(properties.filename,properties.subfont,properties.instance)
+ return makehash(properties.filename,properties.subfont,properties.instance), fontdata
end
end