Blame docs/man/man1/psfaddtable.1

Packit Service 50ad14
.\" @(#)psfaddtable.1
Packit Service 50ad14
.TH PSFADDTABLE 1 "25 Oct 1994"
Packit Service 50ad14
.SH NAME
Packit Service 50ad14
psfaddtable \- add a Unicode character table to a console font
Packit Service 50ad14
.SH SYNOPSIS
Packit Service 50ad14
.B psfaddtable
Packit Service 50ad14
.I fontfile tablefile outfile
Packit Service 50ad14
.SH DESCRIPTION
Packit Service 50ad14
.IX "psfaddtable command" "" "\fLpsfaddtable\fR command"  
Packit Service 50ad14
.LP
Packit Service 50ad14
.B psfaddtable
Packit Service 50ad14
takes a console font in .psf format given by
Packit Service 50ad14
.I fontfile
Packit Service 50ad14
and merges it with the Unicode character table given by
Packit Service 50ad14
.I tablefile
Packit Service 50ad14
to produce a font file with an embedded character table, which is
Packit Service 50ad14
written to
Packit Service 50ad14
.IR outfile .
Packit Service 50ad14
An input file name of "\-" denotes standard input,
Packit Service 50ad14
and an output file name of "\-" denotes standard output.
Packit Service 50ad14
If the
Packit Service 50ad14
.I fontfile
Packit Service 50ad14
already contains an embedded character table, it is ignored.
Packit Service 50ad14
.SH TABLE FILE FORMAT
Packit Service 50ad14
Each line in the
Packit Service 50ad14
.I tablefile
Packit Service 50ad14
should be either blank, contain a comment (preceded by
Packit Service 50ad14
.IR # ),
Packit Service 50ad14
or contain a sequence of numbers in either decimal (default), octal
Packit Service 50ad14
(preceded by
Packit Service 50ad14
.IR 0 ),
Packit Service 50ad14
or hexadecimal (preceded by
Packit Service 50ad14
.IR 0x )
Packit Service 50ad14
format, separated by spaces or tabs.
Packit Service 50ad14
The first number on each line indicates the glyph slot in the
Packit Service 50ad14
font that is being referred to, this is between 0 and 0xff for a
Packit Service 50ad14
256-character font and 0 and 0x1ff for a 512-character font.  Any
Packit Service 50ad14
subsequent numbers on the same line are Unicodes matched by this
Packit Service 50ad14
specific glyph slot.  Instead of a single Unicode one may have
Packit Service 50ad14
a sequence of Unicodes separates by commas, to denote that the
Packit Service 50ad14
glyph depicts the corresponding composed symbol.
Packit Service 50ad14
It is permissible to have multiple lines for the same glyph.
Packit Service 50ad14
.SH "SEE ALSO"
Packit Service 50ad14
.BR setfont (8),
Packit Service 50ad14
.BR psfgettable (1),
Packit Service 50ad14
.BR psfstriptable (1),
Packit Service 50ad14
.BR psfxtable (1)