I have a string and I want to put just the date 01/01/2015
in bold. I have done this:
$text_dateretour="Date retour:<fontname=Helvetica-Bold>01/01/2015</fontname>";
$p->fit_textline($text_dateretour, 478, 520, "fontsize=10 italicangle=-12 fillcolor=black");
but the date value does not become bold.
Thanks for help