PDF::API2::Resource::Font::BdFont - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS METHODS
NAME
    PDF::API2::Resource::Font::BdFont - Module for using bitmapped Fonts.

SYNOPSIS
        #
        use PDF::API2;
        #
        $pdf = PDF::API2->new;
        $sft = $pdf->bdfont($file);
        #

METHODS
    $font = PDF::API2::Resource::Font::BdFont->new $pdf, $font, %options
        Returns a BmpFont object.

        Valid %options are:

        *-encode* ... changes the encoding of the font from its default. See
        *perl's Encode* for the supported values.

        *-pdfname* ... changes the reference-name of the font from its
        default. The reference-name is normally generated automatically and
        can be retrieved via $pdfname=$font->name.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 08:37 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top