From aa588d1815253d034c8a4d2c35b4b9225d8af080 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 3 Dec 2021 03:01:05 +0000 Subject: CTAN sync 202112030301 --- support/luafindfont/README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 support/luafindfont/README.md (limited to 'support/luafindfont/README.md') diff --git a/support/luafindfont/README.md b/support/luafindfont/README.md new file mode 100644 index 0000000000..1148ac3b78 --- /dev/null +++ b/support/luafindfont/README.md @@ -0,0 +1,41 @@ +# 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) + +## Usage +The syntax of `luafindfont` + +``` +luafindfont [options] +``` + +parameter handling +- -h,--help +- -o,--otfinfo (default 0) +- -i,--info (default 0) +- -v,--verbose +- -m,--max_string (default 90) +- -n,--nosymbolicnames +- (string) + + +## 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. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3c or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. + + +hvoss@tug.org -- cgit v1.2.3