diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2016-04-21 07:59:47 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2016-04-21 07:59:47 +0200 |
commit | e739376d6f7f55a74ecd215f2bd3b54a30367875 (patch) | |
tree | 17a8cc6b3ad337602ff21986c14ff924cd23f723 /src/luaotfload-configuration.lua | |
parent | 1c93f97f4bce1b399e90f65657e95ef13434128c (diff) | |
parent | b1a1ee5d1ec8002acee2702e6dd070073e0ee0ee (diff) | |
download | luaotfload-e739376d6f7f55a74ecd215f2bd3b54a30367875.tar.gz |
Merge pull request #336 from phi-gamma/master
2.7
Diffstat (limited to 'src/luaotfload-configuration.lua')
-rw-r--r-- | src/luaotfload-configuration.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luaotfload-configuration.lua b/src/luaotfload-configuration.lua index b901824..8faf3d1 100644 --- a/src/luaotfload-configuration.lua +++ b/src/luaotfload-configuration.lua @@ -89,7 +89,7 @@ local config_paths = { } local valid_formats = tabletohash { - "otf", "ttc", "ttf", "dfont", "afm", "pfb", "pfa", + "otf", "ttc", "ttf", "afm", --"pfb", "pfa", } local feature_presets = { @@ -188,7 +188,7 @@ local permissible_color_callbacks = { local default_config = { db = { - formats = "otf,ttf,ttc,dfont", + formats = "otf,ttf,ttc", scan_local = false, skip_read = false, strip = true, |