Try font size 10

This commit is contained in:
Karl Cordes 2021-04-22 07:05:24 +10:00
parent 297aea215c
commit 7d237976d8

View file

@ -16,7 +16,7 @@ class PDFDOC extends FPDI {
function pageContent($content) {
$this->SetTextColor(0);
$this->SetFontSize(11); //Changed from 12
$this->SetFontSize(10);
$this->SetFont('helvetica', '');
$this->writeHTML($content, true, false, false, false, '');