Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

PDF::API2::Resource::Font::BdFont

Name PDF::API2::Resource::Font::BdFont
Version 2.043
Located at /usr/local/share/perl5
File /usr/local/share/perl5/PDF/API2/Resource/Font/BdFont.pm
Is Core No
Search CPAN for this module PDF::API2::Resource::Font::BdFont
Documentation PDF::API2::Resource::Font::BdFont
Module Details PDF::API2::Resource::Font::BdFont

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 Diver brought to you by ScriptSolutions.com © 1997- 2024