blob: 90229178e435f2d34b672cf6352867e98246df14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# 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] <font name>
```
parameter handling
- -h,--help
- -n,--nosymbolicnames
- ,--no-symbolic-names
- -o,--otfinfo (default 0)
- -i,--info (default 0)
- -I,--Info (default 0)
- -x, --xetex
- -v, --verbose
- -V, --version
- -m,--max_string (default 90)
- <font> (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
|