Edit

CanvasExtensions Class

Definition

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.

Applies to