Added lance entry to drivers.conf.
[minix3-old.git] / man / man1 / loadfont.1
blobea055e472ed3d29b654ed4bd3800e25d3fa9d27a
1 .TH LOADFONT 1
2 .SH NAME
3 loadfont \- load a font into the video card
4 .SH SYNOPSIS
5 \fBloadfont \fIfontfile\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .EX "loadfont iso1.fnt" "Loads the ISO 8859-1 (Latin-1) font"
19 .SH DESCRIPTION
20 .PP
21 .I Loadfont
22 loads a custom font into the video card (EGA or VGA).  The font character
23 size has to be 8x16 pixels and the font file must contain 256 characters for
24 a total size of 4 kilobytes.
25 .PP
26 .I Loadfont
27 together with
28 .I loadkeys
29 allow the console and keyboard to be customized to national conventions.
30 .PP
31 If it exists, the file
32 .I /etc/font
33 is loaded as a custom font by
34 .B /usr/etc/rc
35 at boot time.
36 .SH "SEE ALSO"
37 .BR console (4).