gd-text
gd-text copied to clipboard
Text rotation
Is it possible to set the text rotation?
No, it would need some code changes. By default no rotation is set: https://github.com/stil/gd-text/blob/master/src/Box.php#L402
For my purposes it was pretty easy to just create a new transparent image for the text to sit on and then just rotate that on to the canvas.
Was text quality affected after rotation of transparent layer? I might implement it in the library, because it's probably easiest way to do this. However I'm not sure how antialiasing interferes with rotations of already rasterized text.
look forward to it
it seems we can use $angle directly . http://php.net/manual/zh/function.imagefttext.php
Any updates on this? @daidi
@MManifesto see this #41