From baa8e11f556a659aa9769afe4b28d0c2b52e73a5 Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Tue, 18 May 2010 12:53:46 +0300 Subject: Removing the .tfm and .ofm additional extention Without this my .ofm fonts don't work... Does this commit do something else wrong? --- otfl-font-nms.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otfl-font-nms.lua b/otfl-font-nms.lua index 5c001c5..5dfa998 100644 --- a/otfl-font-nms.lua +++ b/otfl-font-nms.lua @@ -103,9 +103,9 @@ function names.resolve(specification) if tfm then -- is a tfm font, skip names database - return specification.name .. ".tfm", false + return specification.name, false elseif ofm then - return specification.name .. ".ofm", false + return specification.name, false end local name = sanitize(specification.name) -- cgit v1.2.3