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.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/support/findfont/README.md b/support/findfont/README.md
new file mode 100644
index 0000000000..80b06b6dfe
--- /dev/null
+++ b/support/findfont/README.md
@@ -0,0 +1,29 @@
+# findfont
+
+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`
+
+findfont [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)
+ <font> (string)
+\end{verbatim}
+
+For example:
+
+findfont times
+
+findfont palatino -o 3
+
+findfont -i 3 -m 50 arial
+
+
+hvoss@tug.org