vm: fix potential null deref
[minix.git] / man / man1 / loadfont.1
blobe2d0111ae0fd3b399c5d39332d52f4dde1427d81
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 .TP 20
19 .B loadfont iso1.fnt
20 # Loads the ISO 8859-1 (Latin-1) font
21 .SH DESCRIPTION
22 .PP
23 .I Loadfont
24 loads a custom font into the video card (EGA or VGA).  The font character
25 size has to be 8x16 pixels and the font file must contain 256 characters for
26 a total size of 4 kilobytes.
27 .PP
28 .I Loadfont
29 together with
30 .I loadkeys
31 allow the console and keyboard to be customized to national conventions.
32 .PP
33 If it exists, the file
34 .I /etc/font
35 is loaded as a custom font by
36 .B /usr/etc/rc
37 at boot time.
38 .SH "SEE ALSO"
39 .BR console (4).