Edit

SKShaper.Result Constructors

Definition

Overloads

Name Description
SKShaper.Result()

Creates a new SKShaper.Result instance using empty values.

SKShaper.Result(UInt32[], UInt32[], SKPoint[])

Creates a new SKShaper.Result instance using the specified values.

SKShaper.Result(UInt32[], UInt32[], SKPoint[], Single)

Creates a new SKShaper.Result instance using the specified values.

SKShaper.Result()

Creates a new SKShaper.Result instance using empty values.

public Result();

Applies to

SKShaper.Result(UInt32[], UInt32[], SKPoint[])

Creates a new SKShaper.Result instance using the specified values.

public Result(uint[] codepoints, uint[] clusters, SkiaSharp.SKPoint[] points);

Parameters

codepoints
UInt32[]

The glyph Unicode code points.

clusters
UInt32[]

The glyph clusters.

points
SKPoint[]

The glyph positions.

Applies to

SKShaper.Result(UInt32[], UInt32[], SKPoint[], Single)

Creates a new SKShaper.Result instance using the specified values.

public Result(uint[] codepoints, uint[] clusters, SkiaSharp.SKPoint[] points, float width);

Parameters

codepoints
UInt32[]

The glyph Unicode code points.

clusters
UInt32[]

The glyph clusters.

points
SKPoint[]

The glyph positions.

width
Single

The total width of the shaped text.

Applies to