Schriftgröße Praxsisstellen verkleinert
This commit is contained in:
parent
288d1d2f3c
commit
fa4b57ca62
@ -649,7 +649,7 @@ $pdf->SetY($pos);
|
||||
if($hinweis_umzug == 1){
|
||||
$pos=$pdf->GetY();
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(24);
|
||||
if($row_hs['hs'] == 'K' or $row_hs['hs'] == 'k'){
|
||||
|
@ -386,7 +386,7 @@ $pdf->SetY($pos);
|
||||
if($hinweis_umzug == 1){
|
||||
$pos=$pdf->GetY();
|
||||
|
||||
$pdf->SetFont('Arial', '', 12);
|
||||
$pdf->SetFont('Arial', '', 8);
|
||||
$pdf->SetY($pos);
|
||||
$pdf->SetX(24);
|
||||
if($row_hs['hs'] == 'K' or $row_hs['hs'] == 'k'){
|
||||
|
Loading…
x
Reference in New Issue
Block a user