Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-8.2.28-202503181020
/
share
/
fpdf
/
tutorial
/
//opt/php-8.2.28-202503181020/share/fpdf/tutorial/tuto7.php
<?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(); ?>