Closed ay4t closed 1 year ago
// fix for error Implicit conversion from float 37.5 to int loses precision (tested on PHP 8.2) // add (int) $x, (int) $y \imagettftext($image, $size, $angle, (int) $x, (int) $y + $offset, $col, $font, $symbol);
// fix for error Implicit conversion from float 37.5 to int loses precision (tested on PHP 8.2) // add (int) $x, (int) $y \imagettftext($image, $size, $angle, (int) $x, (int) $y + $offset, $col, $font, $symbol);