skiasharp Questions
1
Solved
When attempting to render Chinese (or other symbolic) text. SkiSharp will render boxes instead of the correct Chinese characters. Obviously the font that Skia is using by default doesn't support th...
Verret asked 1/1, 2018 at 22:4
2
Solved
How to draw rotated text in SkiaSharp.
Currently I'm rotating the SKCanvas, drawing the text and then rotating it back. But I thought may be there is a more efficient way to do this.
canvas.RotateD...
1
Solved
There are a set of predefined colors in the SkiaSharp.SKColors struct. They are publicly exposed as static fields of type SKColor.
I want to extract those fields and create a list of SKColor. My a...
Huesman asked 23/10, 2017 at 13:3
2
Solved
I think this error started happening after I change the provisioning profile.
My app is on visual 2017 Xamarin.Forms project and building through on Windows PC connected to a MAC book. The Android...
Slaphappy asked 8/9, 2017 at 7:54
1
Solved
How to add rect or any shape using Skia Sharp and apply both fill color and stroke color to that object in iOS
Hackbut asked 17/2, 2017 at 11:31
1
Solved
I'm playing with new release of SkiaSharp (1.55) that support loading SVG on Xamarin.Android (and not only). Due to the fact that it was release less than 10 days ago I couldn't find so much docume...
Invert asked 19/11, 2016 at 15:21
1
Solved
I'm making app with using Xamarin.forms.
I'm drawing 2d view with using SkiaSharp.
I'm able to use SetNeedDisplay on iOS pcl side to make animation.
But I want to call it from Forms pcl.
Is ther...
Spahi asked 6/1, 2017 at 18:56
0
I'm just playing around with Xamarin Forms and SkiaSharp. I've create a simple Xamarin forms ContentView with a SkiaCanvas. My PaintSurface is as follows to draw a simple green circle:
private vo...
Flier asked 4/12, 2016 at 2:25
1
I want to draw rich text like iOS's Attributed Text or Xamarin.Forms's FormattedString with SkiaSharp, but I can't find how to.
I found the DrawText method, but it's for simple text rendering with...
© 2022 - 2024 — McMap. All rights reserved.