Example #1
0
 /**
  * tag : END_LAST_PAGE
  * mode : CLOSE
  *
  * @param  array $param
  * @return void
  */
 protected function _tag_close_END_LAST_PAGE($param)
 {
     $this->parsingCss->load();
     $this->parsingCss->fontSet();
 }
Example #2
0
 /**
  * tag : G
  * mode : CLOSE
  *
  * @param  array $param
  * @return boolean
  */
 protected function _tag_close_G($param)
 {
     $this->pdf->undoTransform();
     $this->parsingCss->load();
 }
Example #3
0
 /**
  * tag : STRIKE
  * mode : CLOSE
  *
  * @param  array $param
  * @return boolean
  */
 protected function _tag_close_STRIKE($param)
 {
     $this->parsingCss->load();
     $this->parsingCss->fontSet();
     return true;
 }