beta-0.89.2
[luatex.git] / source / texk / kpathsea / man / mktextfm.man
blob38c068862f1fa3fdd9e94d74b8b126cad25b2efa
1 .TH MKTEXTFM 1 "1 March 2011" "Kpathsea @VERSION@"
2 .\"=====================================================================
3 .if n .ds MP MetaPost
4 .if t .ds MP MetaPost
5 .if n .ds MF Metafont
6 .if t .ds MF M\s-2ETAFONT\s0
7 .if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
8 .if n .ds TX TeX
9 .ie t .ds OX \fIT\v'+0.25m'E\v'-0.25m'X\fP for troff
10 .el .ds OX TeX for nroff
11 .\" the same but obliqued
12 .\" BX definition must follow TX so BX can use TX
13 .if t .ds BX \fRB\s-2IB\s0\fP\*(TX
14 .if n .ds BX BibTeX
15 .\" LX definition must follow TX so LX can use TX
16 .if t .ds LX \fRL\\h'-0.36m'\\v'-0.15v'\s-2A\s0\\h'-0.15m'\\v'0.15v'\fP\*(TX
17 .if n .ds LX LaTeX
18 .\"=====================================================================
19 .SH NAME
20 mktextfm \- create a TFM file for a font
21 .SH SYNOPSIS
22 .B mktextfm
23 .RI [ options ]
24 .I font
25 .\"=====================================================================
26 .SH DESCRIPTION
27 This manual page is not meant to be exhaustive.  The complete
28 documentation for this version of \*(TX can be found in the info file
29 or manual
30 .IR "Kpathsea: A library for path searching" .
31 .PP
32 .B mktextfm
33 is used to generate a
34 .I tfm
35 file from the \*(MF source files for
36 .IR font ,
37 if possible.  If
38 .I destdir
39 is given, the generated file will be installed there, otherwise a
40 (rather complicated) heuristic is used.
41 .PP
42 The name of the generated file is printed on standard output.
43 .PP
44 .B mktextfm
45 is typically called by other programs, rather than from the command
46 line.
47 .\"=====================================================================
48 .SH OPTIONS
49 .B mktextfm
50 accepts the following options:
51 .TP
52 .BI --destdir \ dir
53 A directory name. If the directory is absolute, it is used as-is.
54 Otherwise, it is appended to the root destination directory set in the
55 script.
56 .TP
57 .B --help
58 Print help message and exit.
59 .TP
60 .B --version
61 Print version information and exit.
62 .\"=====================================================================
63 .SH "SEE ALSO"
64 .BR mktexmf (1),
65 .BR mktexpk (1).