summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2011-02-21 22:48:57 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2011-02-21 22:48:57 +0200
commite4479abbf88833d6ee6e0f9fa341507d4eecd367 (patch)
treefc3a195abd500274074adafdd5e0d243523c7d43
parent65e4796e902a55d952cc6f90d277632d9b947c84 (diff)
downloadluaotfload-e4479abbf88833d6ee6e0f9fa341507d4eecd367.tar.gz
Kpathsea does not know "truetype dictionary"
See http://www.ntg.nl/pipermail/dev-luatex/2011-February/004120.html
-rw-r--r--otfl-luat-dum.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-luat-dum.lua b/otfl-luat-dum.lua
index 9607697..2f6627f 100644
--- a/otfl-luat-dum.lua
+++ b/otfl-luat-dum.lua
@@ -56,7 +56,7 @@ local remapper = {
otf = "opentype fonts",
ttf = "truetype fonts",
ttc = "truetype fonts",
- dfont = "truetype dictionary",
+ dfont = "truetype fonts",
cid = "cid maps",
fea = "font feature files",
}