Schriftgröße Praxsisstellen verkleinert
This commit is contained in:
@ -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'){
|
||||
|
Reference in New Issue
Block a user