Esempio n. 1
0
 function AddPage($orientation = '', $format = '')
 {
     global $fr_title, $fr_description, $curY;
     parent::AddPage($orientation, $format);
     $this->SetFont("Times", 'B', 16);
     $this->Write(8, $fr_title . "\n");
     $curY += 8;
     $this->Write(8, $fr_description . "\n\n");
     $curY += 8;
     $this->SetFont("Times", '', 12);
 }
Esempio n. 2
0
 function AddPage($orientation = '', $format = '')
 {
     global $fr_title, $fr_description, $curY;
     parent::AddPage($orientation, $format);
     $this->SetFont("Times", 'B', 16);
     $this->Write(8, $fr_title . "\n");
     $curY += 8;
     $this->Write(8, $fr_description . "\n\n");
     $curY += 8;
     $this->SetFont("Times", 'B', 36);
     $this->Write(8, gettext("Certificate of Ownership") . "\n\n");
     $curY += 8;
     $this->SetFont("Times", '', 10);
 }