logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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'sEncode 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.

perl v5.38.2                                       2024-05-22             PDF::API2::Resource::Font::BdFont(3pm)

Name

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

Synopsis

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

See Also