From fa1ab32edd6c4ef7f7fe60cb6752b5cc9908b6a5 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Thu, 8 Aug 2013 08:36:48 +0200 Subject: [db] include DFONT fonts in database (thanks, Kim!) --- luaotfload-database.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/luaotfload-database.lua b/luaotfload-database.lua index 11cc97d..49e9bcb 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -1315,9 +1315,10 @@ t1_fullinfo = function (filename, _subfont, texmf, basename) end local loaders = { - otf = ot_fullinfo, - ttc = ot_fullinfo, - ttf = ot_fullinfo, + dfont = ot_fullinfo, + otf = ot_fullinfo, + ttc = ot_fullinfo, + ttf = ot_fullinfo, afm = function (filename, _, texmf, basename) --- TODO -- cgit v1.2.3