Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miss text #18

Open
smowtion opened this issue Jun 29, 2018 · 2 comments
Open

Miss text #18

smowtion opened this issue Jun 29, 2018 · 2 comments

Comments

@smowtion
Copy link

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
Copy link
Contributor

We will get back to you on this

@antondias
Copy link

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

image_issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants