You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to make 2-3 examples about the use of draw()->text, cause is really difficult to understand the doc page (https://imagine.readthedocs.io/en/stable/usage/drawing.html#text) and what do you mean with the Font class, since we have only AbstractFont and FontInterface classes.
Text on images is one of the most important tasks on image manipulation and any help on this would be so appreciated!
Shouldn't it be taking a FontInterface instead?
My code looks like this:
But PhpStorm complains about the type of $font (expects AbstractFont, got FontInterface). Am I doing sth wrong?
EDIT: using version 0.6.3
The text was updated successfully, but these errors were encountered: