summaryrefslogtreecommitdiff
path: root/otfl-font-otf.lua
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-02-05 20:37:42 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2010-02-05 20:37:42 +0200
commitf3d46d2fde7530e5d471dd68c8e66e5351409c2a (patch)
treeeb451ed42e76726a396e4acdb04d701b079480fb /otfl-font-otf.lua
parent5f13ffbbe173666a6831ee9d5c300c83703c2fe8 (diff)
downloadluaotfload-f3d46d2fde7530e5d471dd68c8e66e5351409c2a.tar.gz
Updating to latest ConTeXt beta (2010.02.03)
Diffstat (limited to 'otfl-font-otf.lua')
-rw-r--r--otfl-font-otf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-otf.lua b/otfl-font-otf.lua
index 75eb361..efe1319 100644
--- a/otfl-font-otf.lua
+++ b/otfl-font-otf.lua
@@ -1818,7 +1818,7 @@ function tfm.read_from_open_type(specification)
end
end
end
- tfmtable = tfm.scale(tfmtable,s)
+ tfmtable = tfm.scale(tfmtable,s,specification.relativeid)
-- here we resolve the name; file can be relocated, so this info is not in the cache
local filename = (otfdata and otfdata.luatex and otfdata.luatex.filename) or specification.filename
if not filename then