loadfont --
set character font on the 386 console using system locale
Synopsis
/usr/sbin/loadfont
Description
The loadfont command uses the
pcfont(1M)
command to load the system console fonts. loadfont
determines the options to pcfont from the files in
/etc/default as follows:
File
Variable
Value
cofont
COFONT
8-bit language configuration file name
coterm
MBCONSOLE
``yes'', for a multibyte console, to use the value of LANG
``no'' to use the value of COFONT
locale
LANG
system default locale
See
pcfont(1M)
for details about the values of COFONT and LANG.
loadfont is normally only run from an init script.