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

Japanese and Korean texts don't render properly on Skia backend #1925

Closed
akunchev opened this issue Sep 28, 2018 · 3 comments
Closed

Japanese and Korean texts don't render properly on Skia backend #1925

akunchev opened this issue Sep 28, 2018 · 3 comments

Comments

@akunchev
Copy link
Contributor

akunchev commented Sep 28, 2018

Japanese and Korean texts don't work properly on Skia backend, altought they work fine on Direct2D backend.
Examples:
Japanese Example: 日本のテキストの例
Korean Example: 일본 텍스트 예제
Repro steps:

Add this textboxes to control catalog core project:

          <TextBlock Text="Japanese Example: 日本のテキストの例" />
          <TextBlock Text="Korean Example: 일본 텍스트 예제" />

result:
image

Same action on control catalog desktop is working fine:
image

@Gillibald
Copy link
Contributor

Thanks for reporting this. I am currently working on a new text layout for the skia backend that should handle these characters just fine.

@define-private-public
Copy link

@Gillibald , I saw that you had PR #3438 Would this fix it as well. I'm working on an internationalized app.

@Gillibald
Copy link
Contributor

Yes. You will be able to use non Latin text in TextBlock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants