I have a problem with imagettftext() function in PHP 7.3.
I am trying to generate a ticket. When I use text with PHP_EOL in the end of the text (example: "some text" . PHP_EOL), imagettftext() function can't work and generates
imagettftext(): Problem doing text layout
error.
Can someone help me?