debian man page for pdf::api2::resource::font::bdfont

Query: pdf::api2::resource::font::bdfont

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PDF::API2::Resource::Font::BdFont(3pm)			User Contributed Perl Documentation		    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); #
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 retrived via $pdfname=$font->name. $font = PDF::API2::Resource::Font::BdFont->new_api $api, %options Returns a BdFont object. This method is different from 'new' that it needs an PDF::API2-object rather than a PDF::API2::PDF::File-object.
AUTHOR
alfred reibenschuh perl v5.14.2 2011-03-10 PDF::API2::Resource::Font::BdFont(3pm)
Related Man Pages
pdf::api2::nameddestination(3pm) - debian
pdf::api2::resource::extgstate(3pm) - debian
pdf::api2::resource::font::corefont(3pm) - debian
text::pdf::ttfont(3pm) - debian
text::pdf::ttfont0(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?