diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-27 22:15:06 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-27 22:15:06 +0200 |
commit | c7d9945cbece75331c9342ce0a8eaa9c37a0a06b (patch) | |
tree | 9d4539d01b1fcee7e46f6a21bd5f7f726483e5ff /luaotfload-tool.rst | |
parent | 687653fa50ee06c6a1de26231f56dc01ec25ef73 (diff) | |
download | luaotfload-c7d9945cbece75331c9342ce0a8eaa9c37a0a06b.tar.gz |
add option prefer-texmf to luaotfload-tool
Diffstat (limited to 'luaotfload-tool.rst')
-rw-r--r-- | luaotfload-tool.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 9ea267b..a428375 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -15,9 +15,9 @@ SYNOPSIS ======================================================================= -**luaotfload** [ -cfFiquvVh ] +**luaotfload** [ -cfFipquvVh ] -**luaotfload** --update [ --force ] [ --quiet ] [ --verbose ] [ --dry-run ] +**luaotfload** --update [ --force ] [ --quiet ] [ --verbose ] [ --prefer-texmf ] [ --dry-run ] **luaotfload** --find=FONTNAME [ --fuzzy ] [ --info ] @@ -55,6 +55,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.) |