CanvasExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Various extension methods to integrate a SkiaSharp SKCanvas and HarfBuzz.
public static class CanvasExtensions
- Inheritance
-
CanvasExtensions
Methods
| Name | Description |
|---|---|
| DrawShapedText(SKCanvas, SKShaper, String, Single, Single, SKFont, SKPaint) |
Obsolete.
Draws shaped text on the canvas at the specified coordinates using the provided shaper. |
| DrawShapedText(SKCanvas, SKShaper, String, Single, Single, SKPaint) |
Obsolete.
Draws shaped text on the canvas at the specified coordinates. |
| DrawShapedText(SKCanvas, SKShaper, String, Single, Single, SKTextAlign, SKFont, SKPaint) |
Draws shaped text on the canvas at the specified coordinates with the specified alignment using the provided shaper. |
| DrawShapedText(SKCanvas, SKShaper, String, SKPoint, SKFont, SKPaint) |
Obsolete.
Draws shaped text on the canvas at the specified point using the provided shaper. |
| DrawShapedText(SKCanvas, SKShaper, String, SKPoint, SKPaint) |
Obsolete.
Draws shaped text on the canvas at the specified point using the provided shaper. |
| DrawShapedText(SKCanvas, SKShaper, String, SKPoint, SKTextAlign, SKFont, SKPaint) |
Draws shaped text on the canvas at the specified point with the specified alignment using the provided shaper. |
| DrawShapedText(SKCanvas, String, Single, Single, SKFont, SKPaint) |
Obsolete.
Draws shaped text on the canvas at the specified coordinates. |
| DrawShapedText(SKCanvas, String, Single, Single, SKPaint) |
Obsolete.
Draws shaped text on the canvas at the specified coordinates. |
| DrawShapedText(SKCanvas, String, Single, Single, SKTextAlign, SKFont, SKPaint) |
Draws shaped text on the canvas at the specified coordinates with the specified alignment. |
| DrawShapedText(SKCanvas, String, SKPoint, SKFont, SKPaint) |
Obsolete.
Draws shaped text on the canvas at the specified point. |
| DrawShapedText(SKCanvas, String, SKPoint, SKPaint) |
Obsolete.
Draws shaped text on the canvas at the specified point. |
| DrawShapedText(SKCanvas, String, SKPoint, SKTextAlign, SKFont, SKPaint) |
Draws shaped text on the canvas at the specified point with the specified alignment. |