Document automatic handling of font height for BDF files

PR:		248395
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>
Reviewed by:	bcr, emaste, tsoome
Differential Revision:	https://reviews.freebsd.org/D25907
This commit is contained in:
Mateusz Piotrowski 2020-08-02 16:41:36 +00:00
parent 9da903e5d3
commit ea27bce336
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363771

View file

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd Mar 10, 2020
.Dd August 2, 2020
.Dt VTFONTCVT 8
.Os
.Sh NAME
@ -63,7 +63,7 @@ file.
.It Fl h Ar height
Set font height.
The default is 16.
Font height is set automatically for HEX files that have a
Font height is set automatically for BDF files and for HEX files that have a
.Ql # Height: Ar height
comment before any font data.
.It Fl n
@ -75,7 +75,7 @@ Display verbose statistics about the converted font.
.It Fl w Ar width
Set font width.
The default is 8.
Font width is set automatically for HEX files that have a
Font width is set automatically for BDF files and for HEX files that have a
.Ql # Width: Ar width
comment before any font data.
.El