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:
parent
9da903e5d3
commit
ea27bce336
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd Mar 10, 2020
|
.Dd August 2, 2020
|
||||||
.Dt VTFONTCVT 8
|
.Dt VTFONTCVT 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -63,7 +63,7 @@ file.
|
|||||||
.It Fl h Ar height
|
.It Fl h Ar height
|
||||||
Set font height.
|
Set font height.
|
||||||
The default is 16.
|
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
|
.Ql # Height: Ar height
|
||||||
comment before any font data.
|
comment before any font data.
|
||||||
.It Fl n
|
.It Fl n
|
||||||
@ -75,7 +75,7 @@ Display verbose statistics about the converted font.
|
|||||||
.It Fl w Ar width
|
.It Fl w Ar width
|
||||||
Set font width.
|
Set font width.
|
||||||
The default is 8.
|
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
|
.Ql # Width: Ar width
|
||||||
comment before any font data.
|
comment before any font data.
|
||||||
.El
|
.El
|
||||||
|
Loading…
Reference in New Issue
Block a user