chanchelkumar Posted March 24, 2009 Share Posted March 24, 2009 Hi all, I am trying to make letters in images using php ... and i got it with imagettftext And i try to make that letters in slanted and squeezed style.. Totally failed on it.. I tried the angle for it .. but it's slanted (italic) not working... Please help me!!! Thanks in advance!!! Link to comment https://forums.phpfreaks.com/topic/150856-to-make-slantedsqueezed-letters/ Share on other sites More sharing options...
Yesideez Posted March 24, 2009 Share Posted March 24, 2009 Some code would help for a start... Link to comment https://forums.phpfreaks.com/topic/150856-to-make-slantedsqueezed-letters/#findComment-792471 Share on other sites More sharing options...
chanchelkumar Posted March 24, 2009 Author Share Posted March 24, 2009 $x = 15; $y = $fontsize+9; $bg=imagecolorat($image,$x,$y); imagecolorset($image,$bg,0,0,255); $angle=0; $width=3; //imagettftextoutline (& $image ,$fontsize ,$angle ,$x ,$y ,& $fontcolor ,& $fontcolor1 ,$font1 ,$quote ,$width ); imagettftext ($image ,$fontsize ,$angle ,$x ,$y ,$fontcolor ,$font1 ,$quote ); That $angle i changed it... but it's not like that... Link to comment https://forums.phpfreaks.com/topic/150856-to-make-slantedsqueezed-letters/#findComment-792485 Share on other sites More sharing options...
chanchelkumar Posted March 25, 2009 Author Share Posted March 25, 2009 deleted Link to comment https://forums.phpfreaks.com/topic/150856-to-make-slantedsqueezed-letters/#findComment-793362 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.