[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
siami
/
fpdf
/
tutorial
/
[
Home
]
File: tuto7.php
<?php define('FPDF_FONTPATH','.'); require('../fpdf.php'); $pdf = new FPDF(); $pdf->AddFont('CevicheOne','','CevicheOne-Regular.php'); $pdf->AddPage(); $pdf->SetFont('CevicheOne','',45); $pdf->Cell(0,10,'Enjoy new fonts with FPDF!'); $pdf->Output(); ?>