| @@ 878-883 (lines=6) @@ | ||
| 875 | $sep = -1; |
|
| 876 | $j = $i; |
|
| 877 | $l = 0; |
|
| 878 | if ($nl == 1) |
|
| 879 | {
|
|
| 880 | $this->x = $this->lMargin; |
|
| 881 | $w = $this->w - $this->rMargin - $this->x; |
|
| 882 | $wmax = ($w - 2 * $this->cMargin) * 1000 / $this->FontSize; |
|
| 883 | } |
|
| 884 | $nl++; |
|
| 885 | continue; |
|
| 886 | } |
|
| @@ 918-923 (lines=6) @@ | ||
| 915 | $sep = -1; |
|
| 916 | $j = $i; |
|
| 917 | $l = 0; |
|
| 918 | if ($nl == 1) |
|
| 919 | {
|
|
| 920 | $this->x = $this->lMargin; |
|
| 921 | $w = $this->w - $this->rMargin - $this->x; |
|
| 922 | $wmax = ($w - 2 * $this->cMargin) * 1000 / $this->FontSize; |
|
| 923 | } |
|
| 924 | $nl++; |
|
| 925 | } |
|
| 926 | else |
|