Esempio n. 1
0
 /**
  * @internal
  */
 public function getWrappedFont($color, $fontSize)
 {
     $color = $this->createColor($color);
     return $this->imagine->font($this->fontResources[$this->currentStyle], $fontSize, $color);
 }