debian man page for pdf::api2::resource::unifont

Query: pdf::api2::resource::unifont

OS: debian

Section: 3pm

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

PDF::API2::Resource::UniFont(3pm)			User Contributed Perl Documentation			 PDF::API2::Resource::UniFont(3pm)

NAME
PDF::API2::Resource::UniFont - UniFont support class for PDF::API2
METHODS
$font = PDF::API2::Resource::UniFont->new $pdf, @fontspecs, %options Returns a uni-font object. FONTSPECS: fonts can be registered using the following hash-ref: { font => $fontobj, # the font to be registered blocks => $blockspec, # the unicode blocks, the font is being registered for codes => $codespec, # the unicode codepoints, -"- } BLOCKSPECS: [ $block1, $block3, # register font for block 1 + 3 [$blockA,$blockZ], # register font for blocks A .. Z ] CODESPECS: [ $cp1, $cp3, # register font for codepoint 1 + 3 [$cpA,$cpZ], # register font for codepoints A .. Z ] NOTE: if you want to register a font for the entire unicode space (ie. U+0000 .. U+FFFF), then simply specify a font-object without the hash-ref. Valid %options are: '-encode' ... changes the encoding of the font from its default. (see "perldoc Encode" for a list of valid tags) $font = PDF::API2::Resource::UniFont->new_api $api, $name, %options Returns a uni-font object. This method is different from 'new' that it needs an PDF::API2-object rather than a Text::PDF::File-object. perl v5.14.2 2014-03-09 PDF::API2::Resource::UniFont(3pm)
Related Man Pages
pdffonts(1) - centos
pdffonts(1) - suse
pdf::api2::basic::pdf::dict(3pm) - debian
pdf::api2::basic::pdf::pages(3pm) - debian
pdf::api2::page(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph