2003-05-06 12:43:45 +04:00
|
|
|
.\" $NetBSD: wsfontload.8,v 1.22 2003/05/06 08:43:45 wiz Exp $
|
2003-02-17 23:07:06 +03:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1999, 2001
|
|
|
|
.\" Matthias Drochner. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
1999-01-13 22:02:34 +03:00
|
|
|
.\"
|
2003-05-06 12:43:45 +04:00
|
|
|
.Dd May 4, 2003
|
1999-01-13 22:02:34 +03:00
|
|
|
.Os
|
|
|
|
.Dt WSFONTLOAD 8
|
|
|
|
.Sh NAME
|
|
|
|
.Nm wsfontload
|
2002-03-20 19:18:47 +03:00
|
|
|
.Nd "load a font bitmap into the wsfont pool or a wscons display device"
|
1999-01-13 22:02:34 +03:00
|
|
|
.Sh SYNOPSIS
|
2003-02-25 13:34:36 +03:00
|
|
|
.Nm
|
1999-03-07 14:58:22 +03:00
|
|
|
.Bk -words
|
2001-10-29 20:59:00 +03:00
|
|
|
.Op Fl f Ar wsdev
|
1999-03-07 14:58:22 +03:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
|
|
|
.Op Fl w Ar width
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
|
|
|
.Op Fl h Ar height
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
|
|
|
.Op Fl e Ar encoding
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
|
|
|
.Op Fl N Ar name
|
|
|
|
.Ek
|
2000-01-05 21:46:43 +03:00
|
|
|
.Bk -words
|
|
|
|
.Op Fl b
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
|
|
|
.Op Fl B
|
|
|
|
.Ek
|
2001-01-26 23:25:25 +03:00
|
|
|
.Bk -words
|
|
|
|
.Op Fl v
|
|
|
|
.Ek
|
1999-01-13 22:02:34 +03:00
|
|
|
.Op Ar fontfile
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
2002-01-19 14:44:57 +03:00
|
|
|
utility loads a font bitmap into the wsfont font pool
|
2001-10-29 20:59:00 +03:00
|
|
|
(or a wscons device if the device driver supports this).
|
1999-01-13 22:02:34 +03:00
|
|
|
The font gets assigned a name in this process which it can be referred to
|
|
|
|
by later for use on a display screen.
|
|
|
|
The font is loaded from the specified
|
|
|
|
.Ar fontfile ,
|
2000-10-02 21:04:12 +04:00
|
|
|
or from standard input if
|
1999-01-13 22:02:34 +03:00
|
|
|
.Ar fontfile
|
|
|
|
is not provided.
|
|
|
|
.Pp
|
|
|
|
The options are:
|
|
|
|
.Bl -tag -width xxxxxxxxxxx
|
2001-10-29 20:59:00 +03:00
|
|
|
.It Fl f Ar wsdev
|
|
|
|
Specify the device to operate on.
|
1999-01-13 22:02:34 +03:00
|
|
|
Default is
|
2001-10-29 20:59:00 +03:00
|
|
|
.Pa /dev/wsfont .
|
1999-01-13 22:02:34 +03:00
|
|
|
.It Fl w Ar width
|
2003-05-04 04:52:39 +04:00
|
|
|
Sets the width of a font character in pixels.
|
|
|
|
Default is 8.
|
1999-01-13 22:02:34 +03:00
|
|
|
.It Fl h Ar height
|
2003-05-04 04:52:39 +04:00
|
|
|
Sets the height of a font character in pixels.
|
|
|
|
Default is 16.
|
1999-01-13 22:02:34 +03:00
|
|
|
.It Fl e Ar encoding
|
2003-05-04 04:52:39 +04:00
|
|
|
Sets the encoding of the font.
|
|
|
|
This can be either a symbolic abbreviation or a numeric value.
|
|
|
|
Currently recognized abbreviations are
|
2000-10-03 18:20:52 +04:00
|
|
|
.Ql iso
|
1999-01-13 22:02:34 +03:00
|
|
|
for ISO-8859-1 encoding,
|
2000-10-03 18:20:52 +04:00
|
|
|
.Ql ibm
|
1999-01-13 22:02:34 +03:00
|
|
|
for IBM encoded fonts and
|
2000-10-03 18:20:52 +04:00
|
|
|
.Ql pcvt
|
1999-01-13 22:02:34 +03:00
|
|
|
for the custom encoding of the supplemental fonts which came with
|
2000-10-03 18:20:52 +04:00
|
|
|
the
|
|
|
|
.Bx
|
1999-01-13 22:02:34 +03:00
|
|
|
.Dq pcvt
|
2003-05-04 04:52:39 +04:00
|
|
|
console driver.
|
|
|
|
Per default,
|
2000-10-03 18:20:52 +04:00
|
|
|
.Ql iso
|
1999-01-13 22:02:34 +03:00
|
|
|
is assumed.
|
|
|
|
.It Fl N Ar name
|
|
|
|
Specifies a name which can be used later to refer to the font.
|
2002-04-06 07:17:47 +04:00
|
|
|
If none is given, the
|
1999-01-13 22:02:34 +03:00
|
|
|
.Ar fontfile
|
|
|
|
name is used to create one.
|
2000-01-05 21:46:43 +03:00
|
|
|
.It Fl b
|
2003-05-04 04:52:39 +04:00
|
|
|
Specifies that the font data is ordered right-to-left bit wise.
|
|
|
|
The default is left-to-right.
|
2000-01-05 21:46:43 +03:00
|
|
|
.It Fl B
|
2003-05-04 04:52:39 +04:00
|
|
|
Specifies that the font data is ordered right-to-left byte wise.
|
|
|
|
The default is left-to-right.
|
2001-01-26 23:25:25 +03:00
|
|
|
.It Fl v
|
|
|
|
Prints the font's properties before loading it.
|
1999-01-13 22:02:34 +03:00
|
|
|
.El
|
1999-03-31 19:15:57 +04:00
|
|
|
.Pp
|
|
|
|
Typically, the
|
|
|
|
.Nm
|
|
|
|
utility will be executed in system startup by the
|
2000-08-22 12:49:01 +04:00
|
|
|
.Pa /etc/rc.d/wscons
|
1999-03-31 19:15:57 +04:00
|
|
|
script, controlled by the
|
|
|
|
.Pa /etc/wscons.conf
|
|
|
|
configuration file.
|
2002-02-02 05:09:04 +03:00
|
|
|
.Sh FILES
|
|
|
|
.Pa /etc/wscons.conf
|
|
|
|
.Pa /usr/share/wscons/fonts
|
1999-03-31 19:15:57 +04:00
|
|
|
.Sh EXAMPLES
|
2000-10-27 15:31:32 +04:00
|
|
|
.Dl wsfontload -N myname -h 8 -e ibm /usr/share/wscons/fonts/vt220l.808
|
1999-03-31 19:15:57 +04:00
|
|
|
.Pp
|
2000-10-03 18:20:52 +04:00
|
|
|
Load the IBM-encoded 8\(mu8-font from the
|
2000-10-27 15:31:32 +04:00
|
|
|
.Xr wscons 4
|
2000-10-03 18:20:52 +04:00
|
|
|
distribution. This (or another 8\(mu8-font) is necessary to use the
|
1999-03-31 19:15:57 +04:00
|
|
|
50-line screen type on
|
|
|
|
.Xr vga 4
|
|
|
|
displays.
|
2003-05-04 04:52:39 +04:00
|
|
|
.Pp
|
|
|
|
.Dl wsfontload -N orator -e ibm /usr/share/wscons/fonts/orator.816
|
|
|
|
.Dl wsconsctl -dw font=orator
|
|
|
|
.Pp
|
|
|
|
Load the
|
|
|
|
.Dq orator
|
|
|
|
IBM-encoded 8\(mu16 font and switch the console to this
|
|
|
|
alternate font.
|
1999-04-06 08:54:19 +04:00
|
|
|
.Sh SEE ALSO
|
1999-02-04 00:01:40 +03:00
|
|
|
.Xr wscons 4 ,
|
|
|
|
.Xr wsconscfg 8 ,
|
|
|
|
.Xr wsconsctl 8
|
2000-10-02 21:04:12 +04:00
|
|
|
.Sh BUGS
|
|
|
|
Many features are missing.
|
|
|
|
.Pp
|
|
|
|
There is no way to remove a loaded font.
|