Blurry text
#2750
Replies: 1 comment
-
It seems like this is a known issue #2308 As described in the bug, the work around is to set the surface properties
As I am using WPF, I did these simply by copying the code from https://github.com/mono/SkiaSharp/blob/main/source/SkiaSharp.Views/SkiaSharp.Views.WPF/SKElement.cs and modifying it as above. I am not sure why the BUG was closed though? |
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
-
This is quite hard to show in a screenshot, but I am trying to use SkiaSharp in WPF, and when comparing the rendered text, I am noticing that it is blurry and not as black (I assume due to the blurryness)
The top 4 lines are from SkiaSharp, and the bottom 4 lines are using a normal Textblock
Again, it's not really noticeable in the images, but I am noticing that it does cause eye strain, especially when you have multiple apps open and you go from one where its crisp to the app with SkiaSharp where its slightly blurry.
I have tried several things :
Any ideas if it can be improved?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions