You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use your plugin in a Xamarin.Froms project with Arabic language support. But unfortunately even if we add a font for Arabic the RTL of the text remains incorrect.
Description of the desired solution
I would very much like the TextView to support RTL
Difficulty: Very Hard
Additional context
Currently, the primary rendering of glyphs is done through the Typography. For the subsequent rendering you use SkiaSharp. Maybe if the full rendering process went through SkiaSharp you could use SkiaSharp.HarfBuzz.
Using the Skia we can also get a system TypeFace for drawing each character:
I think I need to see how Microsoft.Maui.Graphics works with text. We found a temporary solution for RTL: https://github.com/fsufyan/BidiSharp
Now we need to make the text go from the right edge
Description
I use your plugin in a Xamarin.Froms project with Arabic language support. But unfortunately even if we add a font for Arabic the RTL of the text remains incorrect.
Description of the desired solution
I would very much like the TextView to support RTL
Difficulty:
Very Hard
Additional context
Currently, the primary rendering of glyphs is done through the Typography. For the subsequent rendering you use SkiaSharp. Maybe if the full rendering process went through SkiaSharp you could use SkiaSharp.HarfBuzz.
Using the Skia we can also get a system TypeFace for drawing each character:
The text was updated successfully, but these errors were encountered: