summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-05 21:11:40 +0000
committerKarl Berry <karl@freefriends.org>2021-12-05 21:11:40 +0000
commitc091f43a4cd6251af7cabd727950966d21b9d3d3 (patch)
tree3776625774bc4146f98ed7ca197c9ffd661186e8 /Master/texmf-dist/doc/man
parentc802f5243c81026d07599e4a0c4eda0c6439a677 (diff)
luafindfont (5dec21)
git-svn-id: svn://tug.org/texlive/trunk@61224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man')
-rw-r--r--Master/texmf-dist/doc/man/man1/luafindfont.113
-rw-r--r--Master/texmf-dist/doc/man/man1/luafindfont.man1.pdfbin24597 -> 25666 bytes
2 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/man/man1/luafindfont.1 b/Master/texmf-dist/doc/man/man1/luafindfont.1
index e2c684ed0b0..61bd90fd279 100644
--- a/Master/texmf-dist/doc/man/man1/luafindfont.1
+++ b/Master/texmf-dist/doc/man/man1/luafindfont.1
@@ -1,6 +1,6 @@
.\" Manpage for luafindfont.
.\" Contact hvoss@tug.org to correct errors or typos.
-.TH luafindfont 1 "29 nov 2021" "0.04" "luafindfont man page"
+.TH luafindfont 1 "04 dec 2021" "0.05" "luafindfont man page"
.SH NAME
luafindfont
\- retrieve font informations of all installed system and TeX fonts.
@@ -13,7 +13,10 @@ installed by the system and by the TeX distribution
.IP -h,--help
obvious ... :-)
.IP -o,--otfinfo (default 0)
-Use the program otfinfo for the font with the given number
+Use the program otfinfo for the font with the given number. The number
+can be followed by an optional argument for otfinfo, e.g. -o 2f, list
+all features for font no 2. Without an additional character, otfinfo is
+called with -i
.IP -i,--info (default 0)
List the given fontstyles (regular, bold, italic, bolditalic)
for the font with the given number
@@ -23,6 +26,10 @@ Give more informations, by now only -v works
The maximum of the stringlength of the full path of fonts
.IP -n,--nosymbolicnames
The fontlist contains only fontfile and fontpath
+.IP <fontname>
+Can be a substring, e.g. times, or a combination of two substrings
+which act like a boolean and, e.g. "times & bold" (must be in quotes).
+All strings are not case sensitive. Upper and lowercase can be mixed.
.SH EXAMPLES
$ luafindfont libertinssans
@@ -90,7 +97,7 @@ This produces the following output:
.nf
.ft CW
-bash-3.2$ ./luafindfont.lua -n minion
+bash-3.2$ luafindfont -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
diff --git a/Master/texmf-dist/doc/man/man1/luafindfont.man1.pdf b/Master/texmf-dist/doc/man/man1/luafindfont.man1.pdf
index d9a57f59352..842957b750a 100644
--- a/Master/texmf-dist/doc/man/man1/luafindfont.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/luafindfont.man1.pdf
Binary files differ