From 653e9f10b170aff798cc9348d41bae472d7414f0 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 5 Nov 2013 16:36:53 +0100 Subject: [main] fix afm lookup --- luaotfload.dtx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/luaotfload.dtx b/luaotfload.dtx index 51c4e7e..e19cdc3 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1911,6 +1911,8 @@ local formats = fonts.formats local names = fonts.names formats.ofm = "type1" +fonts.encodings.known = fonts.encodings.known or { } + % \end{macrocode} % \identifier{luaotfload} promises easy access to system fonts. % Without additional precautions, this cannot be achieved by -- cgit v1.2.3