We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've got problem with drawFitFontSize - works till go closer to border (when fontSize is bigger or text longer) - then 503 error or:
Fatal error: Maximum execution time of 300 seconds exceeded in XXX/public_html/gdtext/vendor/stil/gd-text/src/Box.php on line 476
I'm using #30
Function draw works well Function should reduce the size of text, but something is wrong and results is 503/statement up^
The text was updated successfully, but these errors were encountered:
Same problem here.
Solution: $precision has to be > 0
Sorry, something went wrong.
Took me forever to get this function working. The extra parameters are NOT optional it seems.
Try:
$textbox->drawFitFontSize("example",0.2,100,1);
No branches or pull requests
I've got problem with drawFitFontSize - works till go closer to border (when fontSize is bigger or text longer) - then 503 error or:
Fatal error: Maximum execution time of 300 seconds exceeded in XXX/public_html/gdtext/vendor/stil/gd-text/src/Box.php on line 476
I'm using #30
Function draw works well
Function should reduce the size of text, but something is wrong and results is 503/statement up^
The text was updated successfully, but these errors were encountered: