xref: /original-bsd/old/vpr/man/vfontinfo.1 (revision e59fb703)
Copyright (c) 1980 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)vfontinfo.1 6.1 (Berkeley) 04/29/85

VFONTINFO 1 ""
C 4
NAME
vfontinfo - inspect and print out information about UNIX fonts
SYNOPSIS

vfontinfo [ -v ] fontname [ characters ]

DESCRIPTION
Vfontinfo allows you to examine a font in the UNIX format. It prints out all the information in the font header and information about every non-null (width > 0) glyph. This can be used to make sure the font is consistent with the format.

The fontname argument is the name of the font you wish to inspect. It writes to standard output. If it can't find the file in your working directory, it looks in /usr/lib/vfont (the place most of the fonts are kept).

The characters , if given, specify certain characters to show. If omitted, the entire font is shown.

If the -v (verbose) flag is used, the bits of the glyph itself are shown as an array of X's and spaces, in addition to the header information.

"SEE ALSO"
vpr(1), vfont(5)

The Berkeley Font Catalog

AUTHORS
Mark Horton

Andy Hertzfeld