summaryrefslogtreecommitdiff
path: root/support/findfont/man/findfont.1
diff options
context:
space:
mode:
Diffstat (limited to 'support/findfont/man/findfont.1')
-rw-r--r--support/findfont/man/findfont.120
1 files changed, 10 insertions, 10 deletions
diff --git a/support/findfont/man/findfont.1 b/support/findfont/man/findfont.1
index ba02ec7ba0..e2c684ed0b 100644
--- a/support/findfont/man/findfont.1
+++ b/support/findfont/man/findfont.1
@@ -1,11 +1,11 @@
-.\" Manpage for findfont.
+.\" Manpage for luafindfont.
.\" Contact hvoss@tug.org to correct errors or typos.
-.TH findfont 1 "23 nov 2021" "0.03" "findfont man page"
+.TH luafindfont 1 "29 nov 2021" "0.04" "luafindfont man page"
.SH NAME
-findfont
+luafindfont
\- retrieve font informations of all installed system and TeX fonts.
.SH SYNOPSIS
-findfont [options] <fontname>
+luafindfont [options] <fontname>
.SH DESCRIPTION
This command lists informations about installed otf|ttf|ttc fonts,
installed by the system and by the TeX distribution
@@ -17,7 +17,7 @@ Use the program otfinfo for the font with the given number
.IP -i,--info (default 0)
List the given fontstyles (regular, bold, italic, bolditalic)
for the font with the given number
-.IP -v... Verbosity level; can be -v, -vv, -vvv
+.IP -v,--verbose Verbosity level
Give more informations, by now only -v works
.IP -m,--max_string (default 90)
The maximum of the stringlength of the full path of fonts
@@ -25,7 +25,7 @@ The maximum of the stringlength of the full path of fonts
The fontlist contains only fontfile and fontpath
.SH EXAMPLES
-$ findfont libertinssans
+$ luafindfont libertinssans
.Pp
Lists all fonts which have names or part of like libertinussans
@@ -46,7 +46,7 @@ Check for file /usr/local/texlive/texmf-var/luatex-cache/generic/names/luaotfloa
.Pp
The --otfinfo:
-$ findfont -o 3 libertinussans
+$ luafindfont -o 3 libertinussans
.Pp
This produces the following output:
@@ -83,14 +83,14 @@ Vendor ID: QUE
.Pp
The --nosymbilcnames:
-$ findfont -n
+$ luafindfont -n
.Pp
This produces the following output:
.nf
.ft CW
-bash-3.2$ ./findfont.lua -n minion
+bash-3.2$ ./luafindfont.lua -n minion
We are using Lua 5.3
Check for file /usr/local/texlive/texmf-var/luatex-cache/generic/names/luaotfload-names
Nr. Fontname Path
@@ -113,7 +113,7 @@ Check for file /usr/local/texlive/texmf-var/luatex-cache/generic/names/luaotfloa
.fi
.SH See also
-See findfont-doc.pdf for more details
+See luafindfont-doc.pdf for more details
.SH BUGS
No known bugs.
.SH AUTHOR