{
    "mode": "perldoc",
    "parameter": "Font::TTF::EBDT",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Font%3A%3ATTF%3A%3AEBDT/json",
    "generated": "2026-06-13T10:15:58Z",
    "sections": {
        "NAME": {
            "content": "Font::TTF::EBDT - Embeeded Bitmap Data Table\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Contains the metrics and bitmap image data.\n",
            "subsections": []
        },
        "INSTANCE VARIABLES": {
            "content": "Only has 'bitmap' instance variable. It is an array of assosiative array keyed by glyph-id. The\nelement is an object which consists of metric information and image data.\n\nbitmap object\n\nformat  Only 7 is supported.\n\nheight\nwidth\nhoriBearingX\nhoriBearingY\nhoriAdvance\nvertBearingX\nvertBearingY\nvertAdvance\nimageData\n",
            "subsections": []
        },
        "METHODS": {
            "content": "$t->read\nReads the embedded bitmap data from the TTF file into memory. This routine should be called\nafter {'EBLC'}->read.\n\n$t->update\nUpdate EBLC information using EBDT data.\n\n$t->out($fh)\nOutputs the bitmap data of embedded bitmap for this font.\n",
            "subsections": []
        },
        "BUGS": {
            "content": "Only Format 7 is implemented. XML output is not supported (yet).\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "NIIBE Yutaka <mailto:gniibe@fsij.org>. This was written at the CodeFest Akihabara 2006 hosted by\nFSIJ.\n\n?? patch sent with licensing requirements or not?\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::EBDT - Embeeded Bitmap Data Table",
    "flags": [],
    "examples": [],
    "see_also": []
}