how to make letter spacing like css use imagick with php

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
xhashao

how to make letter spacing like css use imagick with php

Post by xhashao »

make letter spacing style on text!i use php.
$draw = new ImagickDraw();

help me!thank, :)
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: how to make letter spacing like css use imagick with php

Post by Bonzo »

Using exec( ) and command line you can use http://www.imagemagick.org/script/comma ... hp#kerning but I do not know if you can use that in whatever method you are using.
xhashao

Re: how to make letter spacing like css use imagick with php

Post by xhashao »

thanks, wait for php ImageMagick update more quickly!
Post Reply