{
    "mode": "man",
    "parameter": "PSFADDTABLE",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/PSFADDTABLE/1/json",
    "generated": "2026-06-15T11:15:10Z",
    "synopsis": "psfaddtable fontfile tablefile outfile",
    "sections": {
        "NAME": {
            "content": "psfaddtable - add a Unicode character table to a console font\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "psfaddtable fontfile tablefile outfile\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "psfaddtable takes a console font in .psf format given by fontfile and merges it with the Uni‐\ncode character table given by tablefile to produce a font file with an embedded character ta‐\nble,  which  is written to outfile.  An input file name of \"-\" denotes standard input, and an\noutput file name of \"-\" denotes standard output.  If the fontfile already contains an  embed‐\nded character table, it is ignored.\n",
            "subsections": []
        },
        "TABLE FILE FORMAT": {
            "content": "Each line in the tablefile should be either blank, contain a comment (preceded by #), or con‐\ntain a sequence of numbers in either decimal (default), octal (preceded by 0), or hexadecimal\n(preceded  by  0x)  format, separated by spaces or tabs.  The first number on each line indi‐\ncates the glyph slot in the font that is being referred to, this is between 0 and 0xff for  a\n256-character  font  and 0 and 0x1ff for a 512-character font.  Any subsequent numbers on the\nsame line are Unicodes matched by this specific glyph slot.  Instead of a single Unicode  one\nmay  have  a  sequence  of Unicodes separates by commas, to denote that the glyph depicts the\ncorresponding composed symbol.  It is permissible to have multiple lines for the same glyph.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "setfont(8), psfgettable(1), psfstriptable(1), psfxtable(1)\n\n\n\nkbd                                          25 Oct 1994                              PSFADDTABLE(1)",
            "subsections": []
        }
    },
    "summary": "psfaddtable - add a Unicode character table to a console font",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "setfont",
            "section": "8",
            "url": "https://www.chedong.com/phpMan.php/man/setfont/8/json"
        },
        {
            "name": "psfgettable",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/psfgettable/1/json"
        },
        {
            "name": "psfstriptable",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/psfstriptable/1/json"
        },
        {
            "name": "psfxtable",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/psfxtable/1/json"
        }
    ]
}