Drawing Chinese using SkiaSharp in Blazor WASM is very blurry #2796
Closed
18779758522
started this conversation in
General
Replies: 1 comment
-
SKPaint.IsEmbeddedBitmapText = true Just set it to true here to solve the problem |
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
-
I have enabled Antialias, but Blazor WASM DrawText in Chinese comes out very blurry, Windows Forms DrawText Chinese is very clear and sharp.
What is the method to draw Chinese clearly on Blazor WASM SkiaSharp?
The following figure shows the test cases:
Code:https://github.com/18779758522/SkiaSharpBlazorWebDemo
Beta Was this translation helpful? Give feedback.
All reactions