summaryrefslogtreecommitdiff
path: root/support/findfont/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/findfont/README.md')
-rw-r--r--support/findfont/README.md36
1 files changed, 20 insertions, 16 deletions
diff --git a/support/findfont/README.md b/support/findfont/README.md
index 5bf69cce50..1148ac3b78 100644
--- a/support/findfont/README.md
+++ b/support/findfont/README.md
@@ -1,30 +1,34 @@
-# findfont
+# luafindfont
Searching for fonts in the font database. It needs Lua 5.3 which
will be included in at least LuaTeX 1.09 (TeXLive 2019)
-The syntax of `findfont`
+## Usage
+The syntax of `luafindfont`
-findfont [options] <font name>
+```
+luafindfont [options] <font name>
+```
parameter handling
- -q,--quiet
- -h,--help
- -o,--otfinfo (default 0)
- -i,--info (default 0)
- -v... Verbosity output
- -m,--max_string (default 90)
- -n,--nosymbolicnames
- <font> (string)
-\end{verbatim}
+- -h,--help
+- -o,--otfinfo (default 0)
+- -i,--info (default 0)
+- -v,--verbose
+- -m,--max_string (default 90)
+- -n,--nosymbolicnames
+- <font> (string)
-For example:
-findfont times
-findfont palatino -o 3
-findfont -i 3 -m 50 arial
+## Examples:
+```
+-luafindfont times
+-luafindfont palatino -o 3
+-luafindfont -i 3 -m 50 arial
+```
+## copyright
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.