Replies: 2 comments 5 replies
-
Thanks, great stuff. I would prefer a setting in SkiaSharp just to ignore unprintable stuff. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As discussed here #232 and here #435 Skia can't render text with multiple unicode regions.
At least not 6 years ago, but it seems, this didn't change until now.
For example "Oum Dreyga ⵓⵎ ⴷⵔⵉⴳⴰ أم ادريكة " which is a place in Morocco called Oum Dreyga.
Additionally the name is printed also in local and arabic language.
To print this with SKCanvas.DrawText we would need a Font which has all characters includes, which I didn't find so far.
I only found this http://unifoundry.com/unifont/index.html, but this is a bitmap-font, not so nice.
Second option would be, if DrawText could just ignore characters, which are not in the current typeface, so that these ugly blocks were not rendered:
Is there maybe a setting to ignore unknown chars?
Beta Was this translation helpful? Give feedback.
All reactions