python-pillow / Pillow

Python Imaging Library (Fork)
https://python-pillow.org
Other
12.18k stars 2.22k forks source link

ImageDraw.text ttb can't use Korean sequence #3920

Closed bharatsubedi closed 5 years ago

bharatsubedi commented 5 years ago

What did you do?

What did you expect to happen?

What actually happened?

What are your OS, Python and Pillow versions?

code goes here
radarhere commented 5 years ago

Could you provide some more details? Can you provide a self-contained code example? What happens when you attempt to run your code? What version of Pillow are you using?

radarhere commented 5 years ago

If you are using Pillow 6.0 or earlier, then this is not unexpected - ttb was improved in #3856, so if you would like, you can use the master branch of Pillow for this. Alternatively, Pillow 6.1.0 will be released on July 1 with this change.

Note that in either case, raqm 0.7 will be required.

radarhere commented 5 years ago

Pillow 6.1.0 has now been released. If you try that, it will hopefully fix your problem.

hugovk commented 5 years ago

If 6.1.0 doesn't fix it, please comment and we can re-open. Thanks.