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
|
.TH SHOWCONSOLEFONT 8 "2002-02-22" "" "Linux Console"
.SH NAME
showconsolefont \- Show the current EGA/VGA console screen font
.SH SYNOPSIS
.B showconsolefont
[
.B \-V
] [
.B \-v
] [
.B \-C
.I console
]
.SH DESCRIPTION
The
.B showconsolefont
command outputs the current console font to stdout.
The option \-v prints additional information, while
the option \-V prints the program version number.
On Linux 2.6.1 and later, the option \-C allows one
to indicate the console involved. Its argument is a pathname.
.SH "SEE ALSO"
.BR setfont (8)
|