Page 1 of 1

how to make letter spacing like css use imagick with php

Posted: 2010-03-17T04:24:25-07:00
by xhashao
make letter spacing style on text!i use php.
$draw = new ImagickDraw();

help me!thank, :)

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

Posted: 2010-03-17T05:47:52-07:00
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.

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

Posted: 2010-03-17T19:12:16-07:00
by xhashao
thanks, wait for php ImageMagick update more quickly!