SKShaper 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.
Encapsulates basic text shaping.
public class SKShaper : IDisposable
- Inheritance
-
SKShaper
- Implements
Constructors
| Name | Description |
|---|---|
| SKShaper(SKTypeface) |
Creates a new SKShaper instance using the specified typeface. |
Properties
| Name | Description |
|---|---|
| Typeface |
Gets the typeface used when creating the shaper. |
Methods
| Name | Description |
|---|---|
| Dispose() |
Releases all resources used by this SKShaper. |
| Shape(Buffer, Single, Single, SKFont) |
Shapes the text in the specified buffer using the font, with the specified offset. |
| Shape(Buffer, Single, Single, SKPaint) |
Obsolete.
Shapes the text in the specified buffer using the properties from the paint, with the specified offset. |
| Shape(Buffer, SKFont) |
Shapes the text in the specified buffer using the font. |
| Shape(Buffer, SKPaint) |
Obsolete.
Shapes the text in the specified buffer using the properties from the paint. |
| Shape(String, Single, Single, SKFont) |
Shapes the specified text using the font, with the specified offset. |
| Shape(String, Single, Single, SKPaint) |
Obsolete.
Shapes the specified text using the properties from the paint. |
| Shape(String, SKFont) |
Shapes the specified text using the font. |
| Shape(String, SKPaint) |
Obsolete.
Shapes the specified text using the properties from the paint. |