The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PDF::Maki::gFont - Module for using graphic (ie. Type3) Fonts.

*** EXPERIMENTAL VERSION ***

SYNOPSIS

    #
    use PDF::API2;
    #
    $pdf = PDF::API2->new;
    $sft = $pdf->gfont($data,%options);
    #

METHODS

$font = PDF::Maki::gFont->new $pdf, $data, %options

Returns a gfont object.

$font = PDF::Maki::gFont->new_api $api, $data, %options

Returns a gfont 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: gFont.pm,v $
    Revision 1.1.1.1  2005/02/17 14:51:57  fredo
    no message