Penguin
Blame: psfaddtable(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of psfaddtable(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 PSFADDTABLE
2 !!!PSFADDTABLE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 TABLE FILE FORMAT
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 psfaddtable - add a Unicode character table to a console font
13 !!SYNOPSIS
14
15
16 __psfaddtable__ ''fontfile tablefile
17 [[outfile]''
18 !!DESCRIPTION
19
20
21 __psfaddtable__ takes a console font in .psf format given
22 by ''fontfile'' and merges it with the Unicode character
23 table given by ''tablefile'' to produce a font file with
24 an embedded character table, which is written to
25 ''outfile'' if given, or else to standard output. Either
26 ''fontfile'' or ''outfile'' (but not both) can be
27 replaced by a single dash (-) to read from standard input
28 instead. If the ''fontfile'' already contains an embedded
29 character table, it is ignored.
30 !!TABLE FILE FORMAT
31
32
33 Each line in the ''tablefile'' should be either blank,
34 contain a comment (preceded by ''#''), or contain a
35 sequence of numbers in either decimal (default), octal
36 (preceded by ''0''), or hexadecimal (preceded by
37 ''0x'') format. The first number on each line indicates
38 the glyph slot in the font that is being referred to, this
39 is between 0 and 0xff for a 256-character font and 0 and
40 0x1ff for a 512-character font. Any subsequent numbers on
41 the same line are Unicodes matched by this specific glyph
42 slot. It is permissible to have multiple lines for the same
43 glyph.
44 !!SEE ALSO
45
46
47 consolechars(8), psfgettable(1),
48 psfstriptable(1).
49 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.