Documentation for version 3.x version - Where to find it? #3354
Unanswered
henriquebelotto
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to implement SkiaSharp in our project and the documetation in MS website (https://learn.microsoft.com/en-us/dotnet/api/skiasharp.skpaint.textsize?view=skiasharp-2.88#skiasharp-skpaint-textsize) stopped at version 2.88.
Where can I find some documentation for the latest version?
For example, while this would be fine in the old version
using var paint = new SkiaSharp.SKPaint { IsAntialias = true, Color = SkiaSharp.SKColors.White, TextSize = fontSize, TextAlign = SkiaSharp.SKTextAlign.Center, Typeface = SkiaSharp.SKTypeface.FromFamilyName("Arial") ?? SkiaSharp.SKTypeface.Default };
In the latest version I get some "obsolete" messages, but no documentation.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions