diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-05 20:37:42 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-05 20:37:42 +0200 |
commit | f3d46d2fde7530e5d471dd68c8e66e5351409c2a (patch) | |
tree | eb451ed42e76726a396e4acdb04d701b079480fb /otfl-font-otf.lua | |
parent | 5f13ffbbe173666a6831ee9d5c300c83703c2fe8 (diff) | |
download | luaotfload-f3d46d2fde7530e5d471dd68c8e66e5351409c2a.tar.gz |
Updating to latest ConTeXt beta (2010.02.03)
Diffstat (limited to 'otfl-font-otf.lua')
-rw-r--r-- | otfl-font-otf.lua | 2 |
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 |