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.
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
Desktop