We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using RTL text with FlowDirection = FlowDirection.RightToLeft the text is displayed inversed. How it should look (works with TextBox) -
FlowDirection = FlowDirection.RightToLeft
How it is with TextEditor -
To reproduce -
<ave:TextEditor Text="בדיקה בעברית" FlowDirection="FlowDirection.RightToLeft" />
Thanks!
The text was updated successfully, but these errors were encountered:
Cc @Gillibald
Sorry, something went wrong.
Looks like VisualLines have a mirror transform applied
FYI it happens with English text as well, it just flips everything I guess
we currently are working on some RTL project and tried to use AvaloniaEdit in that matter . @adirh3 i recommend you check up the RTL branch of https://github.com/ablibrary-net/AvaloniaEdit . we might aswell PR if it feels stable .
current issues in our RTL branch :
No branches or pull requests
When using RTL text with
FlowDirection = FlowDirection.RightToLeft
the text is displayed inversed.How it should look (works with TextBox) -
How it is with TextEditor -
To reproduce -
Thanks!
The text was updated successfully, but these errors were encountered: