a
This commit is contained in:
parent
4cdf4d4de8
commit
e97276a2fa
|
|
@ -56,7 +56,8 @@ $pdf->SetTextColor(0);
|
|||
|
||||
// Matricule - en gras et rouge
|
||||
$pdf->SetFont('Arial', '', 6);
|
||||
$pdf->SetXY(5, 21);
|
||||
// $pdf->SetXY(5, 21);
|
||||
$pdf->SetXY(5, 19);
|
||||
$pdf->Cell($colonneAlignement - 5, 3, mb_convert_encoding(_('Matricule'), "ISO-8859-1", "UTF-8"), 0, 0);
|
||||
$pdf->SetFont('Arial', 'B', 6);
|
||||
$pdf->SetTextColor(255, 0, 0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user