1

Hello,

we use the class with the times-fonts. When we make one part of the text italic and one part of the text bold-italic, both parts are bodl-italic. The fonts is set by:
$pdf->setDefaultFont('times');
$pdf->addFont("times","","times.php");
$pdf->addFont("timesb","B","timesb.php");
$pdf->addFont("timesi","I","timesi.php");
$pdf->addFont("timesbi","BI","timesbi.php");

All the declared/requested files are present and no errors are thrown.

Any ideas what causes this behaviour?