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
HISTORY
$Log: BdFont.pm,v $
Revision 1.3 2004/12/16 00:30:54 fredo
added no warn for recursion
Revision 1.2 2004/07/24 23:33:35 fredo
added compression
Revision 1.1 2004/07/24 23:08:57 fredo
genesis
Revision 1.9 2004/06/15 09:14:53 fredo
removed cr+lf
Revision 1.8 2004/06/07 19:44:43 fredo
cleaned out cr+lf for lf
Revision 1.7 2004/02/10 15:55:42 fredo
fixed glyph generation for .notdef glyphs
Revision 1.6 2004/02/01 22:06:26 fredo
beautified caps generation
Revision 1.5 2004/02/01 19:27:18 fredo
fixed width calc for caps
Revision 1.4 2004/02/01 19:04:31 fredo
added caps capability
Revision 1.3 2003/12/08 13:06:01 Administrator
corrected to proper licencing statement
Revision 1.2 2003/11/30 17:32:48 Administrator
merged into default
Revision 1.1.1.1.2.2 2003/11/30 16:57:05 Administrator
merged into default
Revision 1.1.1.1.2.1 2003/11/30 14:45:23 Administrator
added CVS id/log