|
$color = imagecolorallocate($this->target, $colors['red'], $colors['green'], $colors['blue']);
|
|
$color = imagecolorallocate($this->target, $colors['red'], $colors['green'], $colors['blue']);
|
|
imagettftext($this->target, $data['size'], 0, $data['left'], $data['top'] + $data['size'], $color, $font, $text);
|
|
imagettftext($this->target, $data['size'], 0, $data['left'], $data['top'] + $data['size'], $color, $font, $text);
|