function text($x, $y, $text, $font, $size, $color = array(0,0,0), $word_space = 0.0, $char_space = 0.0, $angle = 0.0) {
   $this->_fonts[$font] = true;
   $this->_pdf->text($x, $y, $text, $font, $size, $color, $word_space, $char_space, $angle);
 }