CertificateGenerator icon indicating copy to clipboard operation
CertificateGenerator copied to clipboard

Replaced deprecated *textbox* method with updated *textbbox* method

Open realasib opened this issue 1 year ago • 0 comments

The textsize method has been deprecated in newer version of Pillow

I tried to use the script to generate some certificate but it was not working as instructed. Then I found out that the textsize method has been deprecated and replaced by the textbbox method in newer versions of Pillow. So, I changed the code according to it. Hope it would get accepted!

realasib avatar Jul 31 '24 09:07 realasib