{
    "mode": "perldoc",
    "parameter": "Font::TTF::Anchor",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Font%3A%3ATTF%3A%3AAnchor/json",
    "generated": "2026-06-13T19:08:06Z",
    "sections": {
        "NAME": {
            "content": "Font::TTF::Anchor - Anchor points for GPOS tables\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "The Anchor defines an anchor point on a glyph providing various information depending on how\nmuch is available, including such information as the co-ordinates, a curve point and even device\nspecific modifiers.\n",
            "subsections": []
        },
        "INSTANCE VARIABLES": {
            "content": "x   XCoordinate of the anchor point\n\ny   YCoordinate of the anchor point\n\np   Curve point on the glyph to use as the anchor point\n\nxdev\nDevice table (delta) for the xcoordinate\n\nydev\nDevice table (delta) for the ycoordinate\n\nxid XIdAnchor for multiple master horizontal metric id\n\nyid YIdAnchor for multiple master vertical metric id\n",
            "subsections": []
        },
        "METHODS": {
            "content": "new\nCreates a new Anchor\n\nread($fh)\nReads the anchor from the given file handle at that point. The file handle is left at an\narbitrary read point, usually the end of something!\n\nout($fh, $style)\nOutputs the Anchor to the given file handle at this point also addressing issues of deltas. If\n$style is set, then no output is sent to the file handle. The return value is the output string.\n\n$a->outxml($context)\nOutputs the anchor in XML\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::Anchor - Anchor points for GPOS tables",
    "flags": [],
    "examples": [],
    "see_also": []
}