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
Add option to text layout engine to support rendering 'right to left' instead of the current 'left to right'.
This will require new option on RendererOptions to allow configuring 'right to left` and updating
RendererOptions
Fonts/src/SixLabors.Fonts/TextLayout.cs
Line 25 in 4ee628b
The text was updated successfully, but these errors were encountered:
While I've added a Bidi implementation (not wired up or publicly exposed) in #160 I'm really not happy with the shape of the API it brings.
I want to investigate this alternative. https://github.com/Tehreer/SheenBidi
LayoutFarm Typography is currently using a C# version that appears to be based on https://archive.codeplex.com/?p=sheenbidi written by the same author as the C version.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Add option to text layout engine to support rendering 'right to left' instead of the current 'left to right'.
This will require new option on
RendererOptions
to allow configuring 'right to left`and updating
Fonts/src/SixLabors.Fonts/TextLayout.cs
Line 25 in 4ee628b
The text was updated successfully, but these errors were encountered: