{
    "content": [
        {
            "type": "text",
            "text": "# PDF::API2::Resource::Font::BdFont (perldoc)\n\n## NAME\n\nPDF::API2::Resource::Font::BdFont - Module for using bitmapped Fonts.\n\n## SYNOPSIS\n\n#\nuse PDF::API2;\n#\n$pdf = PDF::API2->new;\n$sft = $pdf->bdfont($file);\n#\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **METHODS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "PDF::API2::Resource::Font::BdFont",
        "section": "",
        "mode": "perldoc",
        "summary": "PDF::API2::Resource::Font::BdFont - Module for using bitmapped Fonts.",
        "synopsis": "#\nuse PDF::API2;\n#\n$pdf = PDF::API2->new;\n$sft = $pdf->bdfont($file);\n#",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 11,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "PDF::API2::Resource::Font::BdFont - Module for using bitmapped Fonts.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "#\nuse PDF::API2;\n#\n$pdf = PDF::API2->new;\n$sft = $pdf->bdfont($file);\n#\n",
                "subsections": []
            },
            "METHODS": {
                "content": "$font = PDF::API2::Resource::Font::BdFont->new $pdf, $font, %options\nReturns a BmpFont object.\n\nValid %options are:\n\n*-encode* ... changes the encoding of the font from its default. See *perl's Encode* for the\nsupported values.\n\n*-pdfname* ... changes the reference-name of the font from its default. The reference-name\nis normally generated automatically and can be retrieved via $pdfname=$font->name.\n",
                "subsections": []
            }
        }
    }
}