summaryrefslogtreecommitdiff
path: root/src/luaotfload-configuration.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2016-04-21 23:24:27 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2016-04-21 23:24:27 +0200
commit9f3000ade19fda594cef0f5ee37cdb88eb638e87 (patch)
tree7647605a178876f2ee9772f09961c67f0a2a0fc1 /src/luaotfload-configuration.lua
parentff1cc8f4d4e1d52cc1e9df9fd01f74395c782db5 (diff)
downloadluaotfload-9f3000ade19fda594cef0f5ee37cdb88eb638e87.tar.gz
Revert "[db,conf] drop support for PS fonts"
This reverts commit c4c250414a83cc8c4ae99d286ed69a3763510609. Partially, anyways: All mentions of the PFA format were stripped. Since the new loader adds back in support for PFB-flavored PS fonts without AFM we should support it from Luaotfload as well.
Diffstat (limited to 'src/luaotfload-configuration.lua')
-rw-r--r--src/luaotfload-configuration.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaotfload-configuration.lua b/src/luaotfload-configuration.lua
index 8faf3d1..92de432 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", "afm", --"pfb", "pfa",
+ "otf", "ttc", "ttf", "afm", "pfb"
}
local feature_presets = {