MAN page from OpenSuSE kbd-2.9.0-lp160.236.2.x86_64.rpm
PSFADDTABLE
Section: User Commands (1)
Updated: 25 Oct 1994
Index NAME
psfaddtable - add a Unicode character table to a console font
SYNOPSIS
psfaddtablefontfile tablefile outfile DESCRIPTION
psfaddtabletakes a console font in .psf format given byfontfileand merges it with the Unicode character table given bytablefileto produce a font file with an embedded character table, which iswritten tooutfile.An input file name of "-" denotes standard input,and an output file name of "-" denotes standard output.If thefontfilealready contains an embedded character table, it is ignored.
TABLE FILE FORMAT
Each line in the
tablefileshould be either blank, contain a comment (preceded by
#),or contain a sequence of numbers in either decimal (default), octal(preceded by
0),or hexadecimal (preceded by
0x)format, separated by spaces or tabs.The first number on each line indicates the glyph slot in thefont that is being referred to, this is between 0 and 0xff for a256-character font and 0 and 0x1ff for a 512-character font. Anysubsequent numbers on the same line are Unicodes matched by thisspecific glyph slot. Instead of a single Unicode one may havea sequence of Unicodes separates by commas, to denote that theglyph depicts the corresponding composed symbol.It is permissible to have multiple lines for the same glyph.
SEE ALSO
setfont(8),
psfgettable(1),
psfstriptable(1),
psfxtable(1)
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- TABLE FILE FORMAT
- SEE ALSO
This document was created byman2html,using the manual pages.