summaryrefslogtreecommitdiff
path: root/src/luaotfload-loaders.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2016-04-20 23:46:32 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2016-04-20 23:48:41 +0200
commit4c2b3301e98ac3075cc3d93a47fd497b8f9b6d52 (patch)
treec91abc6fb656a198b1d879875c95039af5f606cf /src/luaotfload-loaders.lua
parent13a1b80721a76be09a2ee4c91f629c21faacda31 (diff)
downloadluaotfload-4c2b3301e98ac3075cc3d93a47fd497b8f9b6d52.tar.gz
[*] remove references to obsolete formats (PF{A,B}, DFONT, FEA)
Thanks to @dohyunkim for reminding me to be thorough! At least in our own files. A patch has been sent upstream to apply the same change to the generic loader.
Diffstat (limited to 'src/luaotfload-loaders.lua')
-rw-r--r--src/luaotfload-loaders.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luaotfload-loaders.lua b/src/luaotfload-loaders.lua
index d3828aa..f0c1913 100644
--- a/src/luaotfload-loaders.lua
+++ b/src/luaotfload-loaders.lua
@@ -83,6 +83,7 @@ local install_formats = function ()
and aux ("pfa", unsupported_reader "pfa")
and aux ("pfb", unsupported_reader "pfb")
and aux ("ofm", readers.tfm)
+ and aux ("dfont", unsupported_reader "dfont")
end
--[[doc--