Treinetic / ImageArtist

ImageArtist is a php gd Wrapper which makes Image manipulation insanely easy, we introduce ImageArtist as Photoshop for php
MIT License
82 stars 24 forks source link

Miss text #18

Open smowtion opened 6 years ago

smowtion commented 6 years ago

Hello This is my code and miss some char when render

$textBox = new TextBox(350, 360);
$textBox->setColor(Color::getColor(Color::$WHITE));
$textBox->setFont(Font::getFont(Font::$ISKOLA_POTA));
$textBox->setSize(12);
$textBox->setMargin(2);
$textBox->setText("If you want that good feeling that comes from doing things for other folks then you have to pay for it in abuse and misunderstanding.");
$img->setTextBox($textBox, 260, 10,TRUE);
//$img->resize(640,360); //resizes the image to a given size 
//$img->build();
$img->dump();

Check image here https://imgur.com/vu2eZLf

imalhasaranga commented 6 years ago

We will get back to you on this

antondias commented 5 years ago

I just tested your code.it looks like everything working fine to me.

image_issue