1. NAME▲
mktexpk - create a PK file for a font
2. SYNOPSIS ▲
mktexpk [ options ] font [ redirect ]
3. DESCRIPTION ▲
This manual page is not meant to be exhaustive. The complete documentation for this version of \*(TX can be found in the info file or manual "Kpathsea: A library for path searching" .
mktexpk is used to generate a pkfile from the \*(MF source files or type1 sources for font , if possible.
If redirectis given, it must be string of the form >&nwhere nis the number of the file descriptor which is to receive, instead of standard output, the name of the generated file.
mktexpk is typically called by other programs, rather than from the command line.
4. OPTIONS ▲
mktexpk accepts the following options:
- --bdpi num
Set the base device resolution. .rb - --dpi num
Generate the font at resolution num . .rb
--help
.rb Print help message and exit.
- --mag mag
The \*(MF magnification that corresponds to the combination of bdpiand dpithat has been specified. .rb - --mfmode mode
The \*(MF mode to use. .rb - --destdir dir
A directory name. If the directory is absolute, it is used as-is. Otherwise, it is appended to the root destination directory set in the script. .rb
--version
.rb Print version information and exit.
5. BUGS ▲
If the modeis not specified,
mktexpk tries to determine it from bdpi . The manner in which this is done is primitive. Since bpdidoesn't provide sufficient information to uniquely determine a modeit is strongly recommended that it be specified explicitly.
If the modeand bpdidon't match, the modeis discarded.
The dpiparameter is redundant, but is not checked for consistency. Worse, the program will fail if the wrong dpiis specified.
6. SEE ALSO ▲
R mktexmf (1),
R mktextfm (1).