-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
TextBox FontFamily FallBack #4708
Comments
This is not working either |
How are you testing the fallback? |
TextBox does not support any font fallback. This will change later this year. |
I think if you set fallback for each char it will word |
Is this done yet? |
I found out there is a thing named bidi or bidirectional engine you should proceed text before sending it to harfbuzz. For complex texts. You probably know this already. |
@Gillibald Any estimate of when this will be done? |
Somewhere in April. I don't have any free time at the moment. The current state is testable but still needs some major reworks. |
Fixed in #4893. |
Setting Font Family FallBack in WPF is like this (link)
this not work in AvaloniaUI, instead this works:
I tried in multi language fonts (Lucida Console & B Yekan)
The text was updated successfully, but these errors were encountered: