{
    "content": [
        {
            "type": "text",
            "text": "# psfaddtable (info)\n\n## NAME\n\npsfaddtable - add a Unicode character table to a console font\n\n## SYNOPSIS\n\npsfaddtable fontfile tablefile outfile\n\n## DESCRIPTION\n\npsfaddtable  takes  a console font in .psf format given by fontfile and\nmerges it with the Unicode character table given by tablefile  to  pro-\nduce  a font file with an embedded character table, which is written to\noutfile.  An input file name of \"-\" denotes standard input, and an out-\nput  file name of \"-\" denotes standard output.  If the fontfile already\ncontains an embedded character table, it is ignored.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **TABLE FILE FORMAT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "psfaddtable",
        "section": "",
        "mode": "info",
        "summary": "psfaddtable - add a Unicode character table to a console font",
        "synopsis": "psfaddtable fontfile tablefile outfile",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "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"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "TABLE FILE FORMAT",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            }
        ],
        "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\nmerges it with the Unicode character table given by tablefile  to  pro-\nduce  a font file with an embedded character table, which is written to\noutfile.  An input file name of \"-\" denotes standard input, and an out-\nput  file name of \"-\" denotes standard output.  If the fontfile already\ncontains an embedded character table, it is ignored.\n",
                "subsections": []
            },
            "TABLE FILE FORMAT": {
                "content": "Each line in the tablefile should be either blank,  contain  a  comment\n(preceded  by  #),  or  contain a sequence of numbers in either decimal\n(default), octal (preceded by 0), or hexadecimal (preceded by 0x)  for-\nmat,  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 be-\ntween  0  and  0xff  for  a  256-character  font  and 0 and 0x1ff for a\n512-character font.  Any subsequent numbers on the same line  are  Uni-\ncodes matched by this specific glyph slot.  Instead of a single Unicode\none may have a sequence of Unicodes separates by commas, to denote that\nthe glyph depicts the corresponding composed symbol.  It is permissible\nto have multiple lines for the same glyph.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "setfont(8), psfgettable(1), psfstriptable(1), psfxtable(1)\n\nkbd                               25 Oct 1994                   PSFADDTABLE(1)",
                "subsections": []
            }
        }
    }
}