{
    "mode": "perldoc",
    "parameter": "Font::TTF::Maxp",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Font%3A%3ATTF%3A%3AMaxp/json",
    "generated": "2026-06-13T18:58:11Z",
    "sections": {
        "NAME": {
            "content": "Font::TTF::Maxp - Maximum Profile table in a font\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "A collection of useful instance variables following the TTF standard. Probably the most used\nbeing \"numGlyphs\". Note that this particular value is foundational and should be kept up to date\nby the application, it is not updated by \"update\".\n\nHandles table versions 0.5, 1.0\n",
            "subsections": []
        },
        "INSTANCE VARIABLES": {
            "content": "No others beyond those specified in the standard:\n\nnumGlyphs\nmaxPoints\nmaxContours\nmaxCompositePoints\nmaxCompositeContours\nmaxZones\nmaxTwilightPoints\nmaxStorage\nmaxFunctionDefs\nmaxInstructionDefs\nmaxStackElements\nmaxSizeOfInstructions\nmaxComponentElements\nmaxComponentDepth\n",
            "subsections": []
        },
        "METHODS": {
            "content": "$t->read\nReads the table into memory\n\n$t->out($fh)\nWrites the table to a file either from memory or by copying.\n\n$t->minsize()\nReturns the minimum size this table can be. If it is smaller than this, then the table must be\nbad and should be deleted or whatever.\n\n$t->update\nCalculates all the maximum values for a font based on the glyphs in the font. Only those fields\nwhich require hinting code interpretation are ignored and left as they were read.\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": []
        }
    },
    "summary": "Font::TTF::Maxp - Maximum Profile table in a font",
    "flags": [],
    "examples": [],
    "see_also": []
}