From c2ee46eb5b2cecfa08c7d31f57e0c46d2457ad36 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 27 Jul 2016 01:15:26 +0200 Subject: [features] remove check preventing application of features to TFM files --- src/luaotfload-features.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/luaotfload-features.lua b/src/luaotfload-features.lua index b432022..0af59fb 100644 --- a/src/luaotfload-features.lua +++ b/src/luaotfload-features.lua @@ -2068,11 +2068,12 @@ local install_extra_features = function (data, filename, raw) end local format = data.format if not format then + --- font not fully loaded, happens with TFM/PFB logreport ("both", 4, "features", - "no format info for font “%s”/“%s”; not \z + "no format info for font “%s”; not \z installing extra features.", - fontname, filename) - return + filename) + --return end for feature, specification in next, extrafeatures do if not fontname then fontname = "" end -- cgit v1.2.3