@@ 798-803 (lines=6) @@ | ||
795 | $sep = -1; |
|
796 | $j = $i; |
|
797 | $l = 0; |
|
798 | if($nl==1) |
|
799 | { |
|
800 | $this->x = $this->lMargin; |
|
801 | $w = $this->w-$this->rMargin-$this->x; |
|
802 | $wmax = ($w-2*$this->cMargin)*1000/$this->FontSize; |
|
803 | } |
|
804 | $nl++; |
|
805 | continue; |
|
806 | } |
|
@@ 838-843 (lines=6) @@ | ||
835 | $sep = -1; |
|
836 | $j = $i; |
|
837 | $l = 0; |
|
838 | if($nl==1) |
|
839 | { |
|
840 | $this->x = $this->lMargin; |
|
841 | $w = $this->w-$this->rMargin-$this->x; |
|
842 | $wmax = ($w-2*$this->cMargin)*1000/$this->FontSize; |
|
843 | } |
|
844 | $nl++; |
|
845 | } |
|
846 | else |