/**
  * @return EMTypograph
  */
 public function Setup()
 {
     $_t = new EMTypograph();
     $_t->setup($this->params);
     return $_t;
 }