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
Describe the bug
If I use Avalonia with CJK locales without specifying FontFamily explicitly, it won't fallback to system locale default font if I input an unsupported character.
To Reproduce
Switch to CJK locale and create a TextBox in Avalonia without specifying FontFamily.
Input some CJK characters. (eg. テスト, 测试)
Expected behavior
CJK characters are automatically fallback to the default font based on System settings.
Screenshots
Desktop
OS: Windows 10
Version: 10.0.5
The text was updated successfully, but these errors were encountered:
hez2010
changed the title
Cannot fallback to system default font automatically
TextBox cannot fallback to system default font automatically
May 21, 2021
Describe the bug
If I use Avalonia with CJK locales without specifying
FontFamily
explicitly, it won't fallback to system locale default font if I input an unsupported character.To Reproduce
TextBox
in Avalonia without specifyingFontFamily
.Expected behavior
CJK characters are automatically fallback to the default font based on System settings.
Screenshots
![image](https://user-images.githubusercontent.com/14960345/119141282-a2cab400-ba77-11eb-90fe-b4605231d58c.png)
Desktop
The text was updated successfully, but these errors were encountered: