From 9138da7d4a53d65bc15f3a5dc73fd373db40bdf7 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 12 Feb 2014 07:50:06 +0100 Subject: [*] move source files to ./src --- luaotfload-loaders.lua | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 luaotfload-loaders.lua (limited to 'luaotfload-loaders.lua') diff --git a/luaotfload-loaders.lua b/luaotfload-loaders.lua deleted file mode 100644 index 2aa8c7c..0000000 --- a/luaotfload-loaders.lua +++ /dev/null @@ -1,30 +0,0 @@ -if not modules then modules = { } end modules ["loaders"] = { - version = "2.5", - comment = "companion to luaotfload-main.lua", - author = "Hans Hagen, Khaled Hosny, Elie Roux, Philipp Gesang", - copyright = "PRAGMA ADE / ConTeXt Development Team", - license = "see context related readme files" -} - -local fonts = fonts -local readers = fonts.readers -local handlers = fonts.handlers -local formats = fonts.formats - -local pfb_reader = function (specification) - return readers.opentype (specification, "pfb", "type1") -end - -local pfa_reader = function (specification) - return readers.opentype (specification, "pfa", "type1") -end - -formats.pfa = "type1" -readers.pfa = pfa_reader -handlers.pfa = { } - -formats.pfb = "type1" -readers.pfb = pfb_reader -handlers.pfb = { } - --- vim:tw=71:sw=2:ts=2:expandtab -- cgit v1.2.3