diff --git a/src/MDFe/Damdfe.php b/src/MDFe/Damdfe.php index 33218838..219d43cf 100644 --- a/src/MDFe/Damdfe.php +++ b/src/MDFe/Damdfe.php @@ -1329,7 +1329,7 @@ protected function addPage() $aFont = array('font' => $this->fontePadrao, 'size' => 10, 'style' => 'B'); $this->pdf->textBox($x, $y, 180, 240, $texto, $aFont, 'T', 'C', 0, ''); $y = $y + 5; - $aFont = array('font' => $this->fontePadrao, 'size' => 8, 'style' => ''); + $aFont = array('font' => $this->fontePadrao, 'size' => 7, 'style' => ''); for ($c = 0; $c < count($this->chaves); $c++) { $y += 4; $x = 7;