diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-01 07:42:31 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-01 07:42:31 -0700 |
commit | 86a83bbbd05bdbec3c4d08b16dee864ab05b5dd7 (patch) | |
tree | b548800d77f100c19c4a26132d7a3f7f610b6add /luaotfload.dtx | |
parent | fc30e4ca60ec1ede81425056eae2143497a7833f (diff) | |
parent | 898fa8861c06b41acd946a1de35a13c64e26d22c (diff) | |
download | luaotfload-86a83bbbd05bdbec3c4d08b16dee864ab05b5dd7.tar.gz |
Merge pull request #117 from phi-gamma/master
include Type1 fonts in database (addresses issue #113)
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index e42c14e..4802844 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1545,10 +1545,11 @@ config.luaotfload.prioritize = config.luaotfload.prioritize or "sys" config.luaotfload.names_dir = config.luaotfload.names_dir or "names" config.luaotfload.cache_dir = config.luaotfload.cache_dir or "fonts" config.luaotfload.index_file = config.luaotfload.index_file or "luaotfload-names.lua" +config.luaotfload.formats = config.luaotfload.formats or "otf,ttf,ttc,dfont" luaotfload.module = { name = "luaotfload", - version = 2.40001, + version = 2.40002, date = "2013/07/28", description = "OpenType layout system.", author = "Elie Roux & Hans Hagen", |