diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-22 23:48:02 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-22 23:48:02 +0300 |
commit | 0b68011ac8f12dec8d0bc4209a794cd7c573ce5c (patch) | |
tree | a46ac2f8ef846a9a1e085a60ada5a7c51b5406d9 /otfl-font-otf.lua | |
parent | 33a11c443c93516f6c7232b4e19ce8d28d530b9d (diff) | |
download | luaotfload-0b68011ac8f12dec8d0bc4209a794cd7c573ce5c.tar.gz |
Temporary fix
Diffstat (limited to 'otfl-font-otf.lua')
-rw-r--r-- | otfl-font-otf.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otfl-font-otf.lua b/otfl-font-otf.lua index 2ccdc45..8d742d7 100644 --- a/otfl-font-otf.lua +++ b/otfl-font-otf.lua @@ -1684,6 +1684,7 @@ function tfm.read_from_open_type(specification) end end tfmtable = tfm.scale(tfmtable,s,specification.relativeid) + tfmtable.format = specification.format if tfm.fontname_mode == "specification" then -- not to be used in context ! local specname = specification.specification |