Edit

Share via


SKShaper.Result Class

Definition

Represents the result of a shaping operation.

public class SKShaper.Result
Inheritance
SKShaper.Result

Constructors

Name Description
SKShaper.Result()

Creates a new SKShaper.Result instance using empty values.

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

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

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

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

Properties

Name Description
Clusters

Gets the glyph clusters.

Codepoints

Gets the glyph Unicode code points.

Points

Gets the glyph positions.

Width

Gets the total width of the shaped text.

Applies to