| @@ 924-925 (lines=2) @@ | ||
| 921 | $ns++; |
|
| 922 | } |
|
| 923 | ||
| 924 | if ($this->unifontSubset) { $l += $this->GetStringWidth($c); } |
|
| 925 | else { $l += $cw[$c] * $this->FontSize / 1000; } |
|
| 926 | ||
| 927 | if ($l > $wmax) |
|
| 928 | { |
|
| @@ 1045-1046 (lines=2) @@ | ||
| 1042 | if ($c == ' ') |
|
| 1043 | $sep = $i; |
|
| 1044 | ||
| 1045 | if ($this->unifontSubset) { $l += $this->GetStringWidth($c); } |
|
| 1046 | else { $l += $cw[$c] * $this->FontSize / 1000; } |
|
| 1047 | ||
| 1048 | if ($l > $wmax) |
|
| 1049 | { |
|