imagettftext(): Problem doing text layout error in PHP 7.3.18

516 views Asked by At

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?

0

There are 0 answers