1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
.TH SHOWCONSOLEFONT 8 "2002-02-22" "kbd"
.SH NAME
showconsolefont \- Show the current EGA/VGA console screen font
.SH SYNOPSIS
.B showconsolefont
[
.B \-V | \-\-version
] [
.B \-v
] [
.B \-i
] [
.B \-C
.I console
]
.SH DESCRIPTION
The
.B showconsolefont
command outputs the current console font to stdout. The option
.B \-v
prints additional information, while the option
.B \-V
prints the program version number. The option
.B \-i
doesn't print out the font table, just shows ROWSxCOLSxCOUNT and exits.
On Linux 2.6.1 and later, the option
.B \-C
allows one to indicate the console involved. Its argument is a pathname.
.SH "SEE ALSO"
.BR setfont (8)
|