source: trunk/phpgwapi/inc/fpdf/tutorial/tuto7.php @ 2

Revision 2, 217 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
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.