Код: Выделить всё
$html = "
[i]Test Italic Bold[/i][/b]"
$pdf->writeHTML($html, true, false, false, false, 'C');
Подробнее здесь: https://stackoverflow.com/questions/785 ... font-style
Код: Выделить всё
$html = "
[i]Test Italic Bold[/i][/b]"
$pdf->writeHTML($html, true, false, false, false, 'C');