From 0266ebff82d4778f53c39787db23e9fa31837b32 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 13 Apr 2013 19:02:19 +0200 Subject: =?UTF-8?q?attempt=20at=20restoring=20KH=E2=80=99l=20OFM=20hack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luaotfload.lua | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'luaotfload.lua') diff --git a/luaotfload.lua b/luaotfload.lua index 10e3373..cfe29a6 100644 --- a/luaotfload.lua +++ b/luaotfload.lua @@ -203,8 +203,21 @@ add_to_callback("hpack_filter", loadmodule"font-otc.lua" -- TODO check what we can drop from otfl-features -loadmodule"lib-dir.lua" -- required by font-nms; will change with lualibs update +loadmodule"lib-dir.lua" -- required by font-nms loadmodule"luat-ovr.lua" + +if fonts and fonts.readers.tfm then + -------------------------------------------------------------------- + --- OFM; read this first + -------------------------------------------------------------------- + --- I can’t quite make out whether this is still relevant + --- as those ofm fonts always fail, even in the 2011 version + --- (mktexpk: don't know how to create bitmap font for omarabb.ofm) + --- the font loader appears to read ofm like tfm so if this + --- hack was supposed achieve that, we should excise it anyways + fonts.readers.ofm = fonts.readers.tfm + -------------------------------------------------------------------- +end loadmodule"font-nms.lua" loadmodule"font-clr.lua" loadmodule"font-ltx.lua" -- cgit v1.2.3