Changeset 454
- Timestamp:
- 11/13/08 23:34:40 (2 months ago)
- Files:
-
- pmapper/trunk/incphp/print/pdfprint.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pmapper/trunk/incphp/print/pdfprint.php
r453 r454 211 211 $this->SetFont($this->defaultFontType, "B", $this->defaultFontSize); 212 212 $scaleStr = $prString . " 1: $prScale"; 213 $this->SetXY($this->xminM + 6, $this->botLineY - 25);213 $this->SetXY($this->xminM + 6, $this->botLineY - 30); 214 214 $this->Cell(50, 0, $scaleStr); 215 215 } … … 328 328 if ($this->GetStringWidth($clsStr) >= $mcellW) { // test if string is wider than cell box 329 329 $mcellH = 10; 330 $ydiff = 0;330 $ydiff = -1; 331 331 $yadd = 1; 332 332 } else { … … 357 357 358 358 // if Y too big add new PDF page and reset Y to beginning of document 359 if ($y > (($this->ymaxM) - 30)) {359 if ($y > (($this->ymaxM) - 40)) { 360 360 $this->AddPage("P"); 361 361 $this->printTitle("");
