diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-09-14 00:19:07 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-09-14 00:19:07 +0200 |
commit | 6494aafd35565dcc1b0689aa47f3ac5c4a103735 (patch) | |
tree | 82ea14e74e09968866294fe735a4744ee61c1069 /luaotfload.dtx | |
parent | 5ef47231fd3a61e433a411cc587d1f7ae122ec9c (diff) | |
download | luaotfload-6494aafd35565dcc1b0689aa47f3ac5c4a103735.tar.gz |
[db] fix file resolver for tfm/ofm fonts
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index d1ed313..5be6094 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1974,7 +1974,7 @@ request_resolvers.anon = function (specification) for i=1, #type1_formats do local format = type1_formats[i] if resolvers.findfile(name, format) then - specification.name = file.addsuffix(name, format) + specification.forced = format return end end |