Hi, I want to rotate a few different words with a few different rotations. Most of the time this is okay, but for a few it returns really weird text (see attachment). Anyone have any idea why this is? I've looked for hours and I cannot find anyone else that encountered this problem. I tried to rotate the text in different angels. When the text is horizontal it is okay, but when I rotate more the text is displayed incorrectly more wrong. Thanks!
Anyone know anything about this, or how I may be able to fix the problem? I am still struggling with this
Sorry for the late reply, I still have not yet solved this problem... A line of code that does the weird rotation is something like this: imagettftext($im, 10, -90,150, 30, $white, $font, 'Aanpassen');
Same issue here. The same code used to work fine, then noticed issue after upgrading php. Any solution yet?