My problem is as follows, I am doing a certificate in FPDF, and there are parts of strings that have to be in bold eg:
CODE:
$nome="Marco";
$string1="Certifica-se que ".$nome;
$pdf->Cell('160','8',$string1,0,1,'L',false);
The result would be:
Make sure that Marco
What I intend is:
Make sure that Framework