Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bharatsubedi opened this issue Jun 26, 2019 · 4 comments
Closed

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

bharatsubedi opened this issue Jun 26, 2019 · 4 comments

Comments

@bharatsubedi
Copy link

What did you do?

What did you expect to happen?

What actually happened?

What are your OS, Python and Pillow versions?

  • OS:
  • Python:
  • Pillow:
code goes here
@radarhere radarhere changed the title The parameter direction of top to buttom ImageDraw.text can't use korean sequence The parameter direction of top to bottom ImageDraw.text can't use korean sequence Jun 26, 2019
@radarhere
Copy link
Member

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 radarhere changed the title The parameter direction of top to bottom ImageDraw.text can't use korean sequence ImageDraw.text ttb can't use korean sequence Jun 27, 2019
@radarhere
Copy link
Member

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 radarhere added this to In progress in Pillow Jun 27, 2019
@radarhere radarhere changed the title ImageDraw.text ttb can't use korean sequence ImageDraw.text ttb can't use Korean sequence Jun 27, 2019
@radarhere
Copy link
Member

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

@hugovk
Copy link
Member

hugovk commented Jul 3, 2019

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

@hugovk hugovk closed this as completed Jul 3, 2019
Pillow automation moved this from In progress to Closed Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Pillow
  
Closed
Development

No branches or pull requests

3 participants