Exemple #1
0
 function Write($h, $txt, $link = '')
 {
     if ($this->CurrentFont['type'] == 'Type0') {
         $this->MBWrite($h, $txt, $link);
     } else {
         parent::Write($h, $txt, $link);
     }
 }