Search found 3 matches
- 2019-01-13T19:25:58-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: 109437
- 2019-01-11T20:50:03-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: 109437
Re: How to draw a long text to a image without wrapping it (using Imagick php)
@snibgo I don't understand. Can you explain more
- 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: 109437
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 ...