{
    "content": [
        {
            "type": "text",
            "text": "# Font::TTF::Glyf (perldoc)\n\n## NAME\n\nFont::TTF::Glyf - The Glyf data table\n\n## DESCRIPTION\n\nThis is a stub table. The real data is held in the loca table. If you want to get a glyf look it\nup in the loca table as \"$f-\"{'loca'}{'glyphs'}[$num]>. It will not be here!\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **METHODS**\n- **BUGS**\n- **AUTHOR**\n- **LICENSING**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Font::TTF::Glyf",
        "section": "",
        "mode": "perldoc",
        "summary": "Font::TTF::Glyf - The Glyf data table",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 11,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 16,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENSING",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Font::TTF::Glyf - The Glyf data table\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is a stub table. The real data is held in the loca table. If you want to get a glyf look it\nup in the loca table as \"$f-\"{'loca'}{'glyphs'}[$num]>. It will not be here!\n\nThe difference between reading this table as opposed to the loca table is that reading this\ntable will cause updated glyphs to be written out rather than just copying the glyph information\nfrom the input file. This causes font writing to be slower. So read the glyf as opposed to the\nloca table if you want to change glyf data. Read the loca table only if you are just wanting to\nread the glyf information.\n\nThis class is used when writing the glyphs though.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "$t->read\nReads the \"loca\" table instead!\n\n$t->out($fh)\nWrites out all the glyphs in the parent's location table, calculating a new output location for\neach one.\n\n$t->outxml($context, $depth)\nOutputs all the glyphs in the glyph table just where they are supposed to be output!\n\n$t->XMLstart($context, $tag, %attrs)\nPass control to glyphs as they occur\n\n$t->XMLend($context, $tag, %attrs)\nCollect up glyphs and put them into the loca table\n",
                "subsections": []
            },
            "BUGS": {
                "content": "None known\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Martin Hosken <http://scripts.sil.org/FontUtils>.\n",
                "subsections": []
            },
            "LICENSING": {
                "content": "Copyright (c) 1998-2016, SIL International (http://www.sil.org)\n\nThis module is released under the terms of the Artistic License 2.0. For details, see the full\ntext of the license in the file LICENSE.\n",
                "subsections": []
            }
        }
    }
}