Search found 3 matches

by ivntheme
2019-01-11T00:39:10-07:00
Forum: MagickWand for PHP
Topic: How to draw a long text to a image without wrapping it (using Imagick php)
Replies: 5
Views: 53795

How to draw a long text to a image without wrapping it (using Imagick php)

Hi everybody, I want to draw text in a image, using Imagick and PHP7 (support by Hostgator). I have problem when the text is very long, i don't want to wrapping (new lines), I want to scale width of the text (height is a constant). Here is a Demo that I want. https://i.stack.imgur.com/ovxbQ.jpg Plea...