You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Same action on control catalog desktop is working fine:
The text was updated successfully, but these errors were encountered:
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:
result:
Same action on control catalog desktop is working fine:
The text was updated successfully, but these errors were encountered: