How can i set line-height?

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
Dentada
Posts: 1
Joined: 2016-04-05T04:35:05-07:00
Authentication code: 1151

How can i set line-height?

Post by Dentada »

Hi!
I try to use $draw -> setTextInterlineSpacing (-$fontSize*$lineHeight/2); but it's not working properly. I get lineHeight and fontSize params from client and need to draw text on server side.
Post Reply