function register_string_subset($font, $string)
 {
     $this->_pdf->registerText($font, $string);
 }