{
    "content": [
        {
            "type": "text",
            "text": "# PDF::API2::Resource::CIDFont (perldoc)\n\n## NAME\n\nPDF::API2::Resource::CIDFont - Base class for CID fonts\n\n## Sections\n\n- **NAME**\n- **METHODS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "PDF::API2::Resource::CIDFont",
        "section": "",
        "mode": "perldoc",
        "summary": "PDF::API2::Resource::CIDFont - Base class for CID fonts",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 9,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "PDF::API2::Resource::CIDFont - Base class for CID fonts\n",
                "subsections": []
            },
            "METHODS": {
                "content": "$font = PDF::API2::Resource::CIDFont->new $pdf, $name\nReturns a cid-font object. base class form all CID based fonts.\n\n$cidstring = $font->cidsByStr $string\nReturns the cid-string from string based on the fonts encoding map.\n\n$cidstring = $font->cidsByUtf $utf8string\nReturns the cid-encoded string from utf8-string.\n",
                "subsections": []
            }
        }
    }
}