Exemple #1
0
 function MultiCell($w, $h, $txt, $border = 0, $align = 'L', $fill = 0)
 {
     if ($this->CurrentFont['type'] == 'Type0') {
         $this->MBMultiCell($w, $h, $txt, $border, $align, $fill);
     } else {
         parent::MultiCell($w, $h, $txt, $border, $align, $fill);
     }
 }