|
|
$fontSize = (int)(rand(26, 32) * $scale * 0.8);
|
|
$fontSize = (int)(rand(26, 32) * $scale * 0.8);
|
|
|
$box = imagettftext($image, $fontSize, $angle, $x, $y, $foreColor, $this->fontFile, $letter);
|
|
$box = imagettftext($image, $fontSize, $angle, $x, $y, $foreColor, $this->fontFile, $letter);
|