.\" 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) 4/29/85 .\" .TH VFONTINFO 1 "April 29, 1985" .UC 4 .SH NAME vfontinfo \- inspect and print out information about UNIX fonts .SH SYNOPSIS .br .B vfontinfo [ .B \-v ] fontname [ characters ] .SH DESCRIPTION .I 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. .PP The .I 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 .I /usr/lib/vfont (the place most of the fonts are kept). .PP The .IR characters , if given, specify certain characters to show. If omitted, the entire font is shown. .PP If the .B \-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. .SH "SEE ALSO" vpr(1), vfont(5) .br The Berkeley Font Catalog .SH AUTHORS Mark Horton .br Andy Hertzfeld