1TEXFONT(1) texfont.pdf TEXFONT(1)
2
3
4
6 texfont - font installation tool for ConTeXt
7
9 texfont [ OPTION ... ]
10
12 TeXFont is a perl script that helps to set up and install TeX fonts.
13 It was designed for use with ConTeXt, but may also be helpful for users
14 of other formats, like plain TeX or LaTeX. Its use is described in
15 detail in the files mtexfont.pdf and mfont.pdf.
16
18 --fontroot=path : texmf font root (automatically determined)
19
20 --sourcepath=path : when installing, copy from this path (default: .)
21
22 --sourcepath=auto : locate and use vendor/collection
23
24 --vendor=name : vendor name (first level directory)
25
26 --collection=name : font collection (second level directory)
27
28 --encoding=name : encoding vector (default: texnansi)
29
30 --slant=s : slant glyphs in font by factor (0.0 - 1.5)
31
32 --extend=s : extend glyphs in font by factor (0.0 - 1.5)
33
34 --caps=s : capitalize lowercase chars by factor (0.5 - 1.0)
35
36 --noligs : remove ligatures
37
38 --install : copy files from source to font tree
39
40 --listing : list files on auto sourcepath
41
42 --remove : remove files on auto sourcepath
43
44 --makepath : when needed, create the paths
45
46 --test : use test paths for vendor/collection
47
48 --show : run tex on texfont.tex
49
50 --batch : process given batch file
51
52 --weight : multiple master weight
53
54 --width : multiple master width
55
56 --expert : also handle expert fonts
57
58 --help : show some more info
59
60
61
63 texexec(1), fontinst(1), texshow(1), texutil(1).
64
65 The TeXFont manual, mtexfont.pdf
66
67 The ConTeXt Font manual, mfonts.pdf
68
69 The TeXExec manual, mtexexec.pdf.
70
71 Donald E. Knuth´s The TeXbook.
72
74 This manual page was written by Frank Küster
75 <frank@kuesterei.ch>, for the Debian GNU/Linux system. It may
76 be used and modified by others without contacting the author.
77 Any mistakes or omissions in the manual page are my fault;
78 inquiries about or corrections to this manual page should be
79 directed to me (and not to the primary author).
80
81 The PDF manual and texfont itself can be obtained from
82 <http://www.pragma-ade.com>
83
84
85
86teTeX May 2004 TEXFONT(1)