function translate($t_x, $t_y) {
   $this->_pdf->translate($t_x, -$t_y);
 }