Try font size 10
This commit is contained in:
parent
297aea215c
commit
7d237976d8
2
app/vendors/pdfdoc.php
vendored
2
app/vendors/pdfdoc.php
vendored
|
|
@ -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, '');
|
||||
|
|
|
|||
Loading…
Reference in a new issue