I am using fpdf I want to make an element of an array look bold.
$cell3[8][0] = 'Improved Yield : Farmer Business School Training';
After Assigning all those values I will print them in pdf document
$pdf->FancyTable_2c($head3,$cell3);
$pdf->Cell(8,5,'',0,1);
How to do this?