Changeset 455

Show
Ignore:
Timestamp:
11/13/08 23:39:49 (2 months ago)
Author:
armin
Message:

fixed bold font for layer name in PDF print

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pmapper/trunk/incphp/print/pdfprint.php

    r454 r455  
    306306                } elseif ($numcls > 1) { 
    307307                    $this->SetXY($x - 2, $y ); 
    308                     //$this->SetFont($this->defaultFontType, "B", $this->defaultFontSized); 
     308                    $this->SetFont($this->defaultFontType, "B", $this->defaultFontSized); 
    309309                     
    310310                    $grpDescription = $grp->getDescription();