LOADFONT.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH LOADFONT 1
- .SH NAME
- loadfont - load a font into the video card
- .SH SYNOPSIS
- fBloadfont fIfontfilefR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH EXAMPLES
- .EX "loadfont iso1.fnt" "Loads the ISO 8859-1 (Latin-1) font"
- .SH DESCRIPTION
- .PP
- .I Loadfont
- loads a custom font into the video card (EGA or VGA). The font character
- size has to be 8x16 pixels and the font file must contain 256 characters for
- a total size of 4 kilobytes.
- .PP
- .I Loadfont
- together with
- .I loadkeys
- allow the console and keyboard to be customized to national conventions.
- .PP
- If it exists, the file
- .I /etc/font
- is loaded as a custom font by
- .I /etc/rc
- at boot time.
- .SH "SEE ALSO"
- .BR console (4).