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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ Change History -------------- +2013/XX/XX, luaotfload v2.4 + * additional self-tests, now in separate file (luaotfload-diagnostics.lua) + * better path and directory handling, especially on Windows + * database now indexes Type1 fonts (PFA, PFB) and makes them accessible + with style modifiers (requires --format=+pfa,pfb option to luaotfload-tool) + * test runner (script mktests) + 2013/07/10, luaotfload v2.3a * Detect LuaJIT interpreter (LuaJITTeX) * Self-test functionality for luaotfload-tool.lua (option ``--diagnose``) |