psfaddtable(1) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | TABLE FILE FORMAT | SEE ALSO | COLOPHON

PSFADDTABLE(1)           General Commands Manual          PSFADDTABLE(1)

NAME         top

       psfaddtable - add a Unicode character table to a console font

SYNOPSIS         top

       psfaddtable fontfile tablefile outfile

DESCRIPTION         top

       psfaddtable takes a console font in .psf format given by fontfile
       and merges it with the Unicode character table given by tablefile
       to produce a font file with an embedded character table, which is
       written to outfile.  An input file name of "-" denotes standard
       input, and an output file name of "-" denotes standard output.
       If the fontfile already contains an embedded character table, it
       is ignored.

TABLE FILE FORMAT         top

       Each line in the tablefile should 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 the font that is
       being referred to, this is between 0 and 0xff for a 256-character
       font and 0 and 0x1ff for a 512-character font.  Any subsequent
       numbers on the same line are Unicodes matched by this specific
       glyph slot.  Instead of a single Unicode one may have a sequence
       of Unicodes separates by commas, to denote that the glyph depicts
       the corresponding composed symbol.  It is permissible to have
       multiple lines for the same glyph.

SEE ALSO         top

       setfont(8), psfgettable(1), psfstriptable(1), psfxtable(1)

COLOPHON         top

       This page is part of the kbd (Linux keyboard tools) project.
       Information about the project can be found at 
       ⟨http://www.kbd-project.org/⟩.  If you have a bug report for this
       manual page, send it to kbd@lists.altlinux.org.  This page was
       obtained from the project's upstream Git repository
       ⟨https://github.com/legionus/kbd.git⟩ on 2023-12-22.  (At that
       time, the date of the most recent commit that was found in the
       repository was 2023-12-13.)  If you discover any rendering
       problems in this HTML version of the page, or you believe there
       is a better or more up-to-date source for the page, or you have
       corrections or improvements to the information in this COLOPHON
       (which is not part of the original manual page), send a mail to
       man-pages@man7.org

kbd                            25 Oct 1994                PSFADDTABLE(1)

Pages that refer to this page: psfgettable(1)psfstriptable(1)psfxtable(1)setfont(8)