SKShaper.Result Constructors
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.
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()
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.