diff options
| author | Khaled Hosny <khaledhosny@eglug.org> | 2011-02-21 22:48:57 +0200 | 
|---|---|---|
| committer | Khaled Hosny <khaledhosny@eglug.org> | 2011-02-21 22:48:57 +0200 | 
| commit | e4479abbf88833d6ee6e0f9fa341507d4eecd367 (patch) | |
| tree | fc3a195abd500274074adafdd5e0d243523c7d43 | |
| parent | 65e4796e902a55d952cc6f90d277632d9b947c84 (diff) | |
| download | luaotfload-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.lua | 2 | 
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",  } | 
