a
This commit is contained in:
parent
a35b6ea484
commit
aaa4f4d034
|
|
@ -130,7 +130,7 @@ $pdf->SetTextColor(0);
|
||||||
|
|
||||||
// Numéro assuré - en gras et rouge
|
// Numéro assuré - en gras et rouge
|
||||||
$pdf->SetFont('Arial', '', 6);
|
$pdf->SetFont('Arial', '', 6);
|
||||||
$pdf->SetXY(27, 42);
|
$pdf->SetXY(25, 38);
|
||||||
$pdf->Cell($colonneAlignement - 5, 3, mb_convert_encoding(_('Matricule'), "ISO-8859-1", "UTF-8"), 0, 0);
|
$pdf->Cell($colonneAlignement - 5, 3, mb_convert_encoding(_('Matricule'), "ISO-8859-1", "UTF-8"), 0, 0);
|
||||||
$pdf->SetFont('Arial', 'B', 6);
|
$pdf->SetFont('Arial', 'B', 6);
|
||||||
$pdf->SetTextColor(255, 0, 0);
|
$pdf->SetTextColor(255, 0, 0);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user