NAME
dvifontlist - prints a list of fonts in a TeX DVI file
SYNOPSIS
dvifontlist FILE
DESCRIPTION
dvifontlist prints a list of fonts used in a TeX DVI file. It uses
DVIlib as an intenal DVI bytecode interpreter and VFlib as an intenal
font module.
OPTIONS
dvifontlist accepts the following options. (For more detail, invoke
dvifontlist with --help option.)
--help Print a list of command line options.
-v VFLIBCAP
Set a vflibcap file for font module VFlib.
-format FMT
A format string to print each font. A substring %f is replaced
by font name, %d is replaced by design size in point, %m is
replaced by magnification factor, %x is replaced by scaled size
in point, and %n is replaced by font number in the DVI file.
Precision for each value can be specified like the %f format
character in printf function in C. For default setting, invoke
dvifontlist with --help option.
SEE ALSO
vflib(1), dvilib(1)
COPYRIGHT
Copyright © 2007 Hirotsugu Kakugawa