summaryrefslogtreecommitdiff
path: root/luaotfload-tool.rst
diff options
context:
space:
mode:
Diffstat (limited to 'luaotfload-tool.rst')
-rw-r--r--luaotfload-tool.rst24
1 files changed, 20 insertions, 4 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst
index 9b03b37..31a1010 100644
--- a/luaotfload-tool.rst
+++ b/luaotfload-tool.rst
@@ -15,11 +15,11 @@
SYNOPSIS
=======================================================================
-**luaotfload** [ -bDcfFipquvVh ]
+**luaotfload** [ -bDcfFiIpquvVwh ]
**luaotfload** --update [ --force ] [ --quiet ] [ --verbose ] [ --prefer-texmf ] [ --dry-run ]
-**luaotfload** --find=FONTNAME [ --fuzzy ] [ --info ]
+**luaotfload** --find=FONTNAME [ --fuzzy ] [ --info ] [ --inspect ]
**luaotfload** --flush-lookups
@@ -71,8 +71,18 @@ query mode
--fuzzy, -F Show approximate matches to the file name if
the lookup was unsuccessful (requires
``--find``).
+
--info, -i Display basic information to a resolved font
file (requires ``--find``).
+--inspect, -I Display detailed information by loading the
+ font and analyzing the font table; very slow!
+ For the meaning of the returned fields see
+ the LuaTeX documentation.
+ (requires ``--find``).
+--warnings, -w Print the warnings generated by the fontloader
+ library (assumes ``-I``). Automatically enabled
+ if the verbosity level exceeds 2.
+
--show-blacklist, -b Show blacklisted files (not directories).
--list=CRITERION Show entries, where *CRITERION* is one of the
following:
@@ -106,8 +116,14 @@ miscellaneous
--verbose=N, -v Set verbosity level to *n* or the number of
repetitions of ``-v``.
--quiet No verbose output (log level set to zero).
---log=stdout Redirect log output to terminal (for database
- troubleshooting).
+--log=CHANNEL Redirect log output (for database
+ troubleshooting), where *CHANNEL* can be
+
+ 1) ``stdout`` -> all output will be
+ dumped to the terminal; or
+ 2) ``file`` -> write to a file to the temporary
+ directory (the name will be chosen
+ automatically (**experimental!**).
--version, -V Show version number and exit.
--help, -h Show help message and exit.