I have this multicell in my pdf:
$pdf->multicell(115,6,$name,1,0,'L',1);
But it turns out that the text is right aligned instead of left aligned.
I found the same problem here but I don't get his solution, what does "I had to set any font" mean? I can't comment on his answer because my reputation's not enough to give comments.