Closed ljzj2 closed 1 week ago
Ultimately, all .NET for Android does is provide generated wrappers that allow you to call Google’s Android API. We do not have much expertise in how to use those API’s properly.
You will likely need to use the Android API documentation and relevant forums to determine how to write code for your desired outcome.
I wonder if there is any way to use
AntiAliasGridFit
in .net android ? I draw text in winform and I can set it as is:in winform I only set
AntiAliasGridFit
but If I use .net android and setit is like this:
the two picture is zoomed.
in winform is sharp right and clear?
Is there any way I can use to draw text like winforms?