Blame docs/man/man1/psfxtable.1

Packit ec106e
.\" @(#)psfxtable.1
Packit ec106e
.TH PSFXTABLE 1 "9 Dec 1999"
Packit ec106e
.SH NAME
Packit ec106e
psfxtable \- handle Unicode character tables for console fonts
Packit ec106e
.SH SYNOPSIS
Packit ec106e
.B psfxtable
Packit ec106e
.RB [ \-i
Packit ec106e
.IR infont ]
Packit ec106e
.RB [ \-o
Packit ec106e
.IR outfont ]
Packit ec106e
.RB [ \-it
Packit ec106e
.IR intable ]
Packit ec106e
.RB [ \-ot
Packit ec106e
.IR outtable ]
Packit ec106e
.RB [ \-nt ]
Packit ec106e
.SH DESCRIPTION
Packit ec106e
.IX "psfxtable command" "" "\fLpsfxtable\fR command"  
Packit ec106e
.LP
Packit ec106e
.B psfxtable
Packit ec106e
handles the embedded Unicode character table for .psf format
Packit ec106e
console fonts. It reads a font and possibly a table
Packit ec106e
and writes a font and/or a table.
Packit ec106e
.BR psfaddtable (1),
Packit ec106e
.BR psfgettable (1)
Packit ec106e
and
Packit ec106e
.BR psfstriptable (1)
Packit ec106e
are links to it.
Packit ec106e
Packit ec106e
Each of the filenames
Packit ec106e
.IR infont ,
Packit ec106e
.IR outfont ,
Packit ec106e
.IR intable ,
Packit ec106e
and
Packit ec106e
.IR outtable
Packit ec106e
may be replaced by a single dash (\-), in which case
Packit ec106e
standard input or standard output is used.
Packit ec106e
If no \-i option is given, the font is read from standard input.
Packit ec106e
If no \-it or \-o or \-ot option is given,
Packit ec106e
no input table is read or no output font or output table is written.
Packit ec106e
Packit ec106e
By default the output font (if any) will have a Unicode table
Packit ec106e
when either the input font has one, or an explicit table
Packit ec106e
(which overrides an input font table) has been provided.
Packit ec106e
The option \-nt causes output of a font without table.
Packit ec106e
When
Packit ec106e
.I outfont
Packit ec106e
is requested it will get a psf1 header when infont has
Packit ec106e
a psf1 header and
Packit ec106e
.I intable
Packit ec106e
does not have sequences and a psf2 header otherwise.
Packit ec106e
.SH "SEE ALSO"
Packit ec106e
.BR setfont (8),
Packit ec106e
.BR psfaddtable (1),
Packit ec106e
.BR psfgettable (1),
Packit ec106e
.BR psfstriptable (1)