Help for this page
You can optionally pass a font object and font size if you have loade +d an external font. ... $pdf->add_font('NewFont', $font_obj, '12'); Refer to PDF::API2 for the various font methods, like "ttfont", + available.
# from examples/*02_truetype_fonts-pl ... $f4=$pdf->corefont('Helvetica-BoldOblique',-encode=>'latin1'); my $font=PDF::API2::SynFont->new_api($pdf,$f1,-bold=>4);