public function Cell($w, $h = 0, $txt = '', $border = 0, $ln = 0, $align = '', $fill = false, $link = '')
 {
     parent::Cell($w, $h, $this->lfConvSjis($txt), $border, $ln, $align, $fill, $link);
 }