PDF ohne PWD in V1.4; FDPI hinzugefügt
This commit is contained in:
10
fpdf186/tutorial/tuto7.php
Normal file
10
fpdf186/tutorial/tuto7.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
require('../fpdf.php');
|
||||
|
||||
$pdf = new FPDF();
|
||||
$pdf->AddFont('CevicheOne','','CevicheOne-Regular.php','.');
|
||||
$pdf->AddPage();
|
||||
$pdf->SetFont('CevicheOne','',45);
|
||||
$pdf->Write(10,'Enjoy new fonts with FPDF!');
|
||||
$pdf->Output();
|
||||
?>
|
Reference in New Issue
Block a user