FreeBSD Manual Pages
PDF::API2::Resource::FUser:Contributed PerPDF::API2::Resource::Font::BdFont(3) 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. perl v5.32.1 2021-12-PDF::API2::Resource::Font::BdFont(3)
NAME | SYNOPSIS | METHODS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=PDF::API2::Resource::Font::BdFont&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>