diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-05 16:36:53 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-05 16:36:53 +0100 |
commit | 653e9f10b170aff798cc9348d41bae472d7414f0 (patch) | |
tree | d8f09823d498cd4d9c18f8f7eafb29ab4e38ccd6 | |
parent | 8fbfd38b52e4e4c6381d10610211a5e66140c0c1 (diff) | |
download | luaotfload-653e9f10b170aff798cc9348d41bae472d7414f0.tar.gz |
[main] fix afm lookup
-rw-r--r-- | luaotfload.dtx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |