source: branches/celepar/phpgwapi/inc/fpdf/tutorial/tuto7.php @ 727

Revision 727, 217 bytes checked in by niltonneto, 15 years ago (diff)

Commit inicial.

Line 
1<?php
2require('../fpdf.php');
3
4$pdf=new FPDF();
5$pdf->AddFont('Calligrapher','','calligra.php');
6$pdf->AddPage();
7$pdf->SetFont('Calligrapher','',35);
8$pdf->Cell(0,10,'Enjoy new fonts with FPDF!');
9$pdf->Output();
10?>
Note: See TracBrowser for help on using the repository browser.