diff options
| -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 | 
