SKShaper.Result 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.
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. |