Zulko / gizeh

Simple Vector Graphics for Python
Other
702 stars 70 forks source link

Auto resize text based on width and height #39

Open knowBalpreet opened 5 years ago

knowBalpreet commented 5 years ago

https://gist.github.com/Zulko/e072d78dd5dbd2458f34d2166265e081

Hi @Zulko . I am trying to use the above link for rendering text. My problem is that the text does not resizes automatically in given width and height. This is possible in textClip but with textClip i get the issue of antialiasing.

Thank you for looking into this.