{
    "content": [
        {
            "type": "text",
            "text": "# Font::TTF::EBLC (perldoc)\n\n## NAME\n\nFont::TTF::EBLC - Embeeded Bitmap Location Table\n\n## DESCRIPTION\n\nContains the sizes and glyph ranges of bitmaps, and the offsets to glyph bitmap data in\nindexSubTables for EBDT.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **INSTANCE VARIABLES**\n- **METHODS**\n- **BUGS**\n- **AUTHOR**\n- **LICENSING**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Font::TTF::EBLC",
        "section": "",
        "mode": "perldoc",
        "summary": "Font::TTF::EBLC - Embeeded Bitmap Location 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": 5,
                "subsections": []
            },
            {
                "name": "INSTANCE VARIABLES",
                "lines": 25,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "LICENSING",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Font::TTF::EBLC - Embeeded Bitmap Location Table\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Contains the sizes and glyph ranges of bitmaps, and the offsets to glyph bitmap data in\nindexSubTables for EBDT.\n\nPossibly contains glyph metrics information.\n",
                "subsections": []
            },
            "INSTANCE VARIABLES": {
                "content": "The information specified '(R)ead only' is read only, those are calculated from EBDT, when it is\n'update'-ed.\n\nbitmapSizeTable\nAn array of tables of following information\n\nindexSubTableArrayOffset (R)\nindexTablesSize (R)\nnumberOfIndexSubTables (R)\ncolorRef\nhori\nvert\nstartGlyphIndex (R)\nendGlyphIndex (R)\nppemX\nppemY\nbitDepth\nflags\n\nindexSubTableArray (R)\nAn array which contains range information.\n\nindexSubTable (R)\nAn array which contains offsets of EBDT table.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "$t->read\nReads the location information of embedded bitmap from the TTF file into memory\n\n$t->out($fh)\nOutputs the location information of embedded bitmap for this font.\n",
                "subsections": []
            },
            "BUGS": {
                "content": "Only indexFormat ==1 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\nPatch sent with licensing requirements??\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": []
            }
        }
    }
}