stil / gd-text

PHP class making it easy to type text on pictures. Supports multi-lined text, horizontal and vertical alignment.
400 stars 131 forks source link

Problem with function "drawFitFontSize" #49

Open Kwarcek opened 5 years ago

Kwarcek commented 5 years ago

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^

fbett commented 5 years ago

Same problem here.

Solution: $precision has to be > 0

dustball commented 5 years ago

Took me forever to get this function working. The extra parameters are NOT optional it seems.

Try:

$textbox->drawFitFontSize("example",0.2,100,1);