@@ -33,9 +33,9 @@ discard block |
||
| 33 | 33 | } |
| 34 | 34 | $this->pdf->textBox( |
| 35 | 35 | $this->margem, |
| 36 | - $y+3, |
|
| 36 | + $y + 3, |
|
| 37 | 37 | $this->wPrint, |
| 38 | - $this->bloco9H-4, |
|
| 38 | + $this->bloco9H - 4, |
|
| 39 | 39 | str_replace(";", "\n", $this->infCpl), |
| 40 | 40 | $aFont, |
| 41 | 41 | 'T', |
@@ -67,8 +67,8 @@ discard block |
||
| 67 | 67 | $aFont = ['font'=> $this->fontePadrao, 'size' => 5, 'style' => '']; |
| 68 | 68 | } |
| 69 | 69 | $linhas = str_replace(';', "\n", $this->infCpl); |
| 70 | - $hfont = (imagefontheight($fsize)/72)*13; |
|
| 71 | - $numlinhas = $pdf->getNumLines($linhas, $wprint, $aFont)+2; |
|
| 70 | + $hfont = (imagefontheight($fsize) / 72) * 13; |
|
| 71 | + $numlinhas = $pdf->getNumLines($linhas, $wprint, $aFont) + 2; |
|
| 72 | 72 | return (int) ($numlinhas * $hfont) + 2; |
| 73 | 73 | } |
| 74 | 74 | } |