Annoying bug of FPDF :: MultiCell()
问题 I've just encountered a very strange bug of FPDF. My code is: $PDF = new FPDF('P', 'mm', 'A4'); $PDF->SetXY(0,0); $PDF->MultiCell(40, 5, "WE WANT TO SERVE YOU BETTER", 1, 'R'); for right alignment and the same: $PDF->MultiCell(40, 5, "WE WANT TO SERVE YOU BETTER", 1, 'C'); for Center alignment. What I get, is presented on the following screenshot: http://img3.fotos-hochladen.net/uploads/fpdf9rwucik1xh.png with "right" and "Center" alignment respectively. It aligns not absolutely but relative