Search found 3 matches

by figou92
2016-09-23T00:55:06-07:00
Forum: IMagick
Topic: Urgent - Problem update
Replies: 3
Views: 15013

Re: Urgent - Problem update

function imagettftextarc2($image, $size, $angle, $x, $y, $r, $color, $fontfile, $text, $dir=false, $float_indice = 0.5, $xDebutContainer = 8, $txtMaxWidth = 240){ $tabAfterResize = resizeFont($text, $size, $txtMaxWidth, $fontfile ); $size = $tabAfterResize['font_size']; //Centrer le texte dans l'ar...
by figou92
2016-09-23T00:54:49-07:00
Forum: IMagick
Topic: Urgent - Problem update
Replies: 3
Views: 15013

Re: Urgent - Problem update

function imagettftextarc2($image, $size, $angle, $x, $y, $r, $color, $fontfile, $text, $dir=false, $float_indice = 0.5, $xDebutContainer = 8, $txtMaxWidth = 240){ $tabAfterResize = resizeFont($text, $size, $txtMaxWidth, $fontfile ); $size = $tabAfterResize['font_size']; //Centrer le texte dans l'arc...
by figou92
2016-09-22T02:03:14-07:00
Forum: IMagick
Topic: Urgent - Problem update
Replies: 3
Views: 15013

Urgent - Problem update

Hello,

We were working with ImageMagick 6.6.0-4 and every thing was great.

We have updated to 6.9 and now arc text is doing bad stuffs.... look at the picture. Anyone could help wuth this issue ?