| @@ 566-573 (lines=8) @@ | ||
| 563 | //################################################################## |
|
| 564 | //coluna esquerda identificação do emitente |
|
| 565 | $w = round($maxW * 0.42); |
|
| 566 | if ($this->orientacao == 'P') { |
|
| 567 | $aFont = array( |
|
| 568 | 'font' => $this->fontePadrao, |
|
| 569 | 'size' => 6, |
|
| 570 | 'style' => ''); |
|
| 571 | } else { |
|
| 572 | $aFont = $this->formatNegrito; |
|
| 573 | } |
|
| 574 | $w1 = $w; |
|
| 575 | $h = 35; |
|
| 576 | $oldY += $h; |
|
| @@ 567-574 (lines=8) @@ | ||
| 564 | //################################################################## |
|
| 565 | //coluna esquerda identificação do emitente |
|
| 566 | $w = round($maxW * 0.42); |
|
| 567 | if ($this->orientacao == 'P') { |
|
| 568 | $aFont = array( |
|
| 569 | 'font' => $this->fontePadrao, |
|
| 570 | 'size' => 6, |
|
| 571 | 'style' => ''); |
|
| 572 | } else { |
|
| 573 | $aFont = $this->formatNegrito; |
|
| 574 | } |
|
| 575 | $w1 = $w; |
|
| 576 | $h = 35; |
|
| 577 | $oldY += $h; |
|