size font
This commit is contained in:
parent
31adaf3e29
commit
1ff1d5fd68
@ -173,7 +173,7 @@ if ($action == "importSignature") {
|
||||
$wforimg = $s['w'] - 20 - $xforimgstart;
|
||||
|
||||
$pdf->SetXY($xforimgstart, $yforimgstart + round($wforimg / 4) - 4);
|
||||
$pdf->SetFont($default_font, '', $default_font_size);
|
||||
$pdf->SetFont($default_font, '', $default_font_size - 1);
|
||||
$pdf->MultiCell($wforimg, 4, $langs->trans("DateSigning").': '.dol_print_date(dol_now(), "daytext", false, $langs, true), 0, 'L');
|
||||
$pdf->SetXY($xforimgstart, $yforimgstart + round($wforimg / 4));
|
||||
$pdf->MultiCell($wforimg, 4, $langs->trans("Lastname").': '.$online_sign_name, 0, 'L');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user