summaryrefslogtreecommitdiff
path: root/src/luaotfload-configuration.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2016-04-20 07:47:30 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2016-04-20 07:47:33 +0200
commitc4c250414a83cc8c4ae99d286ed69a3763510609 (patch)
tree14da44c8cc22c3a322d30c4936dc16d21b046d83 /src/luaotfload-configuration.lua
parente14f3c50eedcd2652125177db0deacd8079cc048 (diff)
downloadluaotfload-c4c250414a83cc8c4ae99d286ed69a3763510609.tar.gz
[db,conf] drop support for PS fonts
The “AFM” code stays since PFB accompanied by an AFM file is still supported by the fontloader.
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 b901824..701f7b2 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", "dfont", "afm", --"pfb", "pfa",
}
local feature_presets = {