Closed eman1986 closed 4 years ago
Hi @eman1986
It should just work, but this is the second report I've had of font fallback not working today. What version of SkiaSharp are you running?
2.80.1
Not sure how your fallback works. This works for me https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Visuals/Media/TextFormatting/TextCharacters.cs#L56 maybe it helps
Hi @eman1986
This was a bug in SkiaSharp 2.8, but I've made a new build of RichTextKit that fixes the issue by using newer functions instead of older deprecated ones. Give it a go and let me know if problem persists.
https://www.nuget.org/packages/Topten.RichTextKit/
Brad
Thank you Brad it is now working :)
Hi,
I have a situation where I need to render Hebrew and I see if I just use the example code it's all blocks, is there a special font or setting I need to set to render the text correctly?
Thanks.