| PDF::API2::Resource::Font::BdFont(3pm) | User Contributed Perl Documentation | PDF::API2::Resource::Font::BdFont(3pm) |
PDF::API2::Resource::Font::BdFont - Module for using bitmapped Fonts.
#
use PDF::API2;
#
$pdf = PDF::API2->new;
$sft = $pdf->bdfont($file);
#
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.
| 2023-09-29 | perl v5.36.0 |