Skip to content
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

FlowDirection="RightToLeft" renders flipped text #192

Open
umerfaruk opened this issue Sep 3, 2019 · 0 comments
Open

FlowDirection="RightToLeft" renders flipped text #192

umerfaruk opened this issue Sep 3, 2019 · 0 comments

Comments

@umerfaruk
Copy link

Using avalon edit in my WPF application using following snippette

<avalonEdit:TextEditor
                xmlns:avalonEdit="http://icsharpcode.net/sharpdevelop/avalonedit"
                Name="txtFileContent"
                FontFamily="Consolas"
                FontSize="14pt"
                VerticalScrollBarVisibility="Auto" 
                HorizontalScrollBarVisibility="Auto" 
                WordWrap="True" FlowDirection="RightToLeft">
</avalonEdit:TextEditor>

And it renders with text flipped.
image

Using .net framework 4.7.2 on Windows 10.

@umerfaruk umerfaruk changed the title FlowDirection="RightToLeft" mirrors the text FlowDirection="RightToLeft" renders flipped text Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants