Matthew Leibowitz
Matthew Leibowitz
A PR will be good too! Right now our scaling options are pretty much "eh". So, it will be really nice to get this in. How (are?) are you handling...
Looking forward to that PR!
I am planning on 2.0, but we can always 2.1 as another target. The we can have a "slow" version in 2.0 and the "fast" version in 2.1. This should...
I also not missing constructor args from (byte, byte, byte) now gets done via a (double, ...) and this means that it will get clamped: https://github.com/dotnet/Microsoft.Maui.Graphics/pull/63
The reason is that no matter what we do, we will always have to set every property on the canvas - just in case it was set somewhere. If we...
I also notice a FillColor and FillPaint :|
@lytico Thanks for this PR. We just merged https://github.com/dotnet/maui/pull/8739 and unfortunately when we started the process we only moved the things that were building and releasing. However, this is no...
You won't need to use RichTextKit if you are using CoreGraphics since it already has a text engine (CoreText I think) so you only need it for SkiaSharp backends.
Just some links to what the v3 of my script is doing: https://github.com/xamarin/Xamarin.Forms/pull/13641 I am making a few assumptions, but these values can all be read from either the APK...
Just linking some code that I did a while back on basically doing all this. Might have been a bit over-engineered, but still did the job: https://github.com/mattleibow/dotnet-devices