From 9865446898d33c24c2ca13a3fe4558f11d937d01 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Thu, 1 Aug 2013 13:30:07 +0200 Subject: [db] treat .pfa like .pfb --- luaotfload-database.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'luaotfload-database.lua') diff --git a/luaotfload-database.lua b/luaotfload-database.lua index cfcd27c..584e9ad 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -1278,6 +1278,7 @@ local loaders = { return false end, pfb = t1_fullinfo, + pfa = t1_fullinfo, } --- we return true if the fond is new or re-indexed @@ -1550,7 +1551,7 @@ do set_font_filter = function (formats) - if not formats and type (formats) == "string" then + if not formats or type (formats) ~= "string" then return end -- cgit v1.2.3