HTML-Renderer
HTML-Renderer copied to clipboard
Hebrew text get mirrored
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}"/>
have you found a solution to this? i am facing the same problem.