ArthurHub / HTML-Renderer

Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library.
https://htmlrenderer.codeplex.com/
BSD 3-Clause "New" or "Revised" License
1.24k stars 522 forks source link

Hebrew text get mirrored #199

Open yochanan-sheinberger opened 1 year ago

yochanan-sheinberger commented 1 year ago

Using HtmlRenderer.WPF, and i encountered a problem that Hebrew text get mirrored unless it explicitly has a dir=rtl" style.

any suggestions please?

Thank you!

<wpf:HtmlPanel Name="htmlRe" FlowDirection="LeftToRight" Text="{Binding Value, ElementName=UC}"/>

poochie89 commented 9 months ago

have you found a solution to this? i am facing the same problem.