Пример #1
0
 protected function drawInternal($x, $y, Color $color, $text)
 {
     $this->imagettfstroketext($this->im, $this->getFontSizeInPoints(), 0, $x, $y, $color->getIndex($this->im), $this->strokeColor->getIndex($this->im), $this->fontFace, $text, $this->strokeSize);
 }
Пример #2
0
 protected function drawInternal($x, $y, Color $color, $text)
 {
     imagefttext($this->im, $this->getFontSizeInPoints(), $this->angle, $x, $y, $color->getIndex($this->im), $this->fontFace, $text);
 }