The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PDF::Builder::Resource::Font::BdFont - Module for using bitmapped Fonts.

SYNOPSIS

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

METHODS

$font = PDF::Builder::Resource::Font::BdFont->new($pdf, $font, %options)
$font = PDF::Builder::Resource::Font::BdFont->new($pdf, $font)

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()>.

AUTHOR

alfred reibenschuh