stil / gd-text

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

imageftbbox(): Could not set character size #23

Closed Brushez closed 7 years ago

Brushez commented 7 years ago

imageftbbox(): Could not set character size some of fonts when i test them

error line return imageftbbox($this->getFontSizeInPoints(), 0, $this->fontFace, $text);

stil commented 7 years ago

It might be font issue unrelated to gd-text library. Can you provide fonts that cause errors?

Brushez commented 7 years ago

i don't know which font actually because i'm calling random posts for every time i refresh the page

stil commented 7 years ago

It's very likely that your code has a bug. Are you sure you're setting correct font size every time? I need a minimal code sample to reproduce your problem and confirm this issue exists.

stil commented 7 years ago

Due to no feedback and being unable to reproduce problem, I'm closing this issue.