4
My problem is this, I’m doing an FPDF certificate, and there are parts of strings that have to be bold for ex:
CODE:
$nome="Marco";
$string1="Certifica-se que ".$nome;
$pdf->Cell('160','8',$string1,0,1,'L',false);
The output would be:
Make sure that Marco
What I want is :
Make sure that Marco