vfontinfo(1) — VAX — Unsupported
Name
vfontinfo − inspect and print out information about UNIX fonts
Syntax
vfontinfo [ −v ] fontname [ characters ]
Description
The vfontinfo command 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.
Options
−vDisplays the bits of the glyph itself as an array of X’s and spaces, in addition to the header information.