diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2011-10-19 03:28:47 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2011-10-19 03:28:47 +0200 |
commit | f2b2b467de8e4c58a19859a713694ae50afb00be (patch) | |
tree | 9320b025aa773302fc1ebe51c09f0e614914cfc7 /otfl-basics-gen.lua | |
parent | 2b0964ac028a724842ad37514d30c8bccbf9c354 (diff) | |
download | luaotfload-f2b2b467de8e4c58a19859a713694ae50afb00be.tar.gz |
Sync with ConTeXt beta 2011.10.19 00:02
Diffstat (limited to 'otfl-basics-gen.lua')
-rw-r--r-- | otfl-basics-gen.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otfl-basics-gen.lua b/otfl-basics-gen.lua index c0fc396..bdbc3cf 100644 --- a/otfl-basics-gen.lua +++ b/otfl-basics-gen.lua @@ -80,6 +80,8 @@ local remapper = { dfont = "truetype fonts", -- "truetype dictionary", cid = "cid maps", fea = "font feature files", + pfa = "type1 fonts", -- this is for Khaled, in ConTeXt we don't use this! + pfb = "type1 fonts", -- this is for Khaled, in ConTeXt we don't use this! } function resolvers.findfile(name,fileformat) |