b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/pdf/fpdf/tutorial/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/pdf/fpdf/tutorial/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();
?>

Copyright © 2019 by b0y-101