diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-07 03:46:47 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-07 03:46:47 -0700 |
commit | 276d4f282bc6b9899fb026a0b96c2eb1f9219e35 (patch) | |
tree | 36ca2231814c48e0f2b954ca12e7ce779a552aa6 /luaotfload-tool.rst | |
parent | 86a83bbbd05bdbec3c4d08b16dee864ab05b5dd7 (diff) | |
parent | 749917ae9796808d937c38375ebdb3fbfb0fcc1c (diff) | |
download | luaotfload-276d4f282bc6b9899fb026a0b96c2eb1f9219e35.tar.gz |
Merge pull request #119 from phi-gamma/master
type1 support, improve design size handling, better ``--find``, various fixes
Diffstat (limited to 'luaotfload-tool.rst')
-rw-r--r-- | luaotfload-tool.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 2d3ae2f..03ff407 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -15,13 +15,14 @@ SYNOPSIS ======================================================================= -**luaotfload-tool** [ -bDfFiIlpquvVhw ] +**luaotfload-tool** [ -bDfFiIlnpquvVhw ] **luaotfload-tool** --update [ --force ] [ --quiet ] [ --verbose ] [ --prefer-texmf ] [ --dry-run ] [ --formats=[+|-]EXTENSIONS ] **luaotfload-tool** --find=FONTNAME [ --fuzzy ] [ --info ] [ --inspect ] + [ --no-reload ] **luaotfload-tool** --flush-lookups @@ -59,6 +60,9 @@ update mode --update, -u Update the database; indexes new fonts. --force, -f Force rebuilding of the database; re-indexes all fonts. +--no-reload, -n Suppress auto-updates to the database (e.g. + when ``--find`` is passed an unknown name). + --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. @@ -89,6 +93,9 @@ query mode --find=NAME Resolve a font name; this looks up <name> in the database and prints the file name it is mapped to. + ``--find`` also understands request syntax, + i.e. ``--find=file:foo.otf`` checks whether + ``foo.otf`` is indexed. --fuzzy, -F Show approximate matches to the file name if the lookup was unsuccessful (requires ``--find``). |