diff options
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | luaotfload-tool.rst | 6 | 
2 files changed, 5 insertions, 3 deletions
@@ -4,6 +4,8 @@ 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 diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index bd781dc..80884cd 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -65,9 +65,9 @@ update mode  --formats=EXTENSIONS    Extensions of the font files to index.                          Where *EXTENSIONS* is a comma-separated list of                          supported file extensions (otf, ttf, ttc, -                        dfont, and pfb).  If the list is prefixed with -                        a ``+`` sign, the given list is added to the -                        currently active one; ``-`` subtracts. +                        dfont, pfa, and pfb).  If the list is prefixed +                        with a ``+`` sign, the given list is added to +                        the currently active one; ``-`` subtracts.                          Default: *otf,ttf,ttc,dfont*.                          Examples:  | 
