Change Font Size in PDF

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
guimafx
Posts: 2
Joined: Fri Sep 11, 2009 10:15 pm

Change Font Size in PDF

Post by guimafx »

Guys,

Please, do you know how to change de FONT SIZE in the creation of PDF ?

Regards,

Guilherme
Markus-SSI
Posts: 35
Joined: Thu Aug 20, 2009 8:34 am

Re: Change Font Size in PDF

Post by Markus-SSI »

In \faq.php in line 2898 you can change the font settings:

Code: Select all

$pdf->SetFont('Arial', '', 12);
Syntax:

Code: Select all

SetFont(string family [, string style] [, float size])
kind regards
Markus
- phpMyFAQ 2.6.2
Post Reply