diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkxl/font-def.lmt')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkxl/font-def.lmt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkxl/font-def.lmt b/Master/texmf-dist/tex/context/base/mkxl/font-def.lmt index 614f9803606..6afeeb47405 100644 --- a/Master/texmf-dist/tex/context/base/mkxl/font-def.lmt +++ b/Master/texmf-dist/tex/context/base/mkxl/font-def.lmt @@ -183,6 +183,7 @@ function resolvers.file(specification) specification.forcedname = name specification.name = removesuffix(name) else + -- maybe when no suffix and not found, then still run over suffixes specification.name = name -- can be resolved end end @@ -473,6 +474,7 @@ function definers.read(specification,size,id) -- id can be optional, name can al end specification = definers.resolve(specification) local hash = constructors.hashinstance(specification) +-- inspect(hash) local tfmdata = definers.registered(hash) -- id local name = specification.name if tfmdata then |