diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-06-02 10:08:23 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-06-02 10:08:23 -0700 |
commit | 12375b6291320ecd8e962a62e28ec70f2b205192 (patch) | |
tree | 841ca2c9bda3f76971877766a3b300f5d2a5821b /luaotfload-tool.rst | |
parent | b1379efc10e86a907874104d7134b4e3f0ef1e1d (diff) | |
parent | 5cd039c3101fd6ca751244fb24b2ec85bc15b213 (diff) | |
download | luaotfload-12375b6291320ecd8e962a62e28ec70f2b205192.tar.gz |
Merge pull request #96 from phi-gamma/master
db rewrite + fixes (``texmf-fonts`` branch)
Diffstat (limited to 'luaotfload-tool.rst')
-rw-r--r-- | luaotfload-tool.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 9ea267b..06ab1cc 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -15,9 +15,9 @@ SYNOPSIS ======================================================================= -**luaotfload** [ -cfFiquvVh ] +**luaotfload** [ -bDcfFipquvVh ] -**luaotfload** --update [ --force ] [ --quiet ] [ --verbose ] [ --dry-run ] +**luaotfload** --update [ --force ] [ --quiet ] [ --verbose ] [ --prefer-texmf ] [ --dry-run ] **luaotfload** --find=FONTNAME [ --fuzzy ] [ --info ] @@ -31,6 +31,8 @@ SYNOPSIS **luaotfload** --version +**luaotfload** --show-blacklist + DESCRIPTION ======================================================================= @@ -55,6 +57,9 @@ update mode --update, -u Update the database; indexes new fonts. --force, -f Force rebuilding of the database; re-indexes all fonts. +--prefer-texmf, -p Organize the file name database in a way so + that it prefer fonts in the *TEXMF* tree over + system fonts if they are installed in both. --dry-run, -D Don’t load fonts, scan directories only. (For debugging file system related issues.) @@ -68,6 +73,7 @@ query mode ``--find``). --info, -i Display basic information to a resolved font file (requires ``--find``). +--show-blacklist, -b Show blacklisted files (not directories). --list=CRITERION Show entries, where *CRITERION* is one of the following: |