SetXY(0, -5); $this->SetFont('Arial','I',9); $trans = ctrans('texts.pdf_page_info', ['current' => $this->PageNo(), 'total' => '{nb}']); $this->Cell(0,5, $trans ,0,0, $this->text_alignment); } public function setAlignment($alignment) { $this->text_alignment = $alignment; return $this; } }