LOADFONT.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH LOADFONT 1
  2. .SH NAME
  3. loadfont - load a font into the video card
  4. .SH SYNOPSIS
  5. fBloadfont fIfontfilefR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  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. .I /etc/rc
  35. at boot time.
  36. .SH "SEE ALSO"
  37. .BR console (4).