summaryrefslogtreecommitdiff
path: root/luaotfload-loaders.lua
diff options
context:
space:
mode:
Diffstat (limited to 'luaotfload-loaders.lua')
-rw-r--r--luaotfload-loaders.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/luaotfload-loaders.lua b/luaotfload-loaders.lua
index 20eb277..523dc24 100644
--- a/luaotfload-loaders.lua
+++ b/luaotfload-loaders.lua
@@ -11,18 +11,6 @@ local readers = fonts.readers
local handlers = fonts.handlers
local formats = fonts.formats
---[[doc--
-
- As of 2013-08-25 AFM support has been included in the fontloader
- package.
-
- We still have to load the font feature definitions (font-afk.lua) to
- achieve kerning and ligatures.
-
---doc]]--
-
-require "luaotfload-font-afk.lua"
-
local pfb_reader = function (specification)
return readers.opentype (specification, "pfb", "type1")
end