protected function writeFormatted($text, $bold = false)
 {
     if ($bold) {
         $this->setFontToBold();
     } else {
         $this->setFontToNormal();
     }
     parent::writeWithUTF8(0.6, $text);
 }
Exemple #2
0
 protected function writeFormatted($text)
 {
     parent::writeWithUTF8(0.6, $text);
 }