SKRotationScaleRunBuffer 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.
A run buffer for text with rotation and scale transformations applied to each glyph.
public sealed class SKRotationScaleRunBuffer : SkiaSharp.SKRunBuffer
- Inheritance
Properties
| Name | Description |
|---|---|
| Glyphs |
Gets the span of glyph IDs for the run. (Inherited from SKRunBuffer) |
| Positions |
Gets the span of rotation-scale matrices for each glyph. |
| Size |
Gets the number of glyphs in the run. (Inherited from SKRunBuffer) |
Methods
| Name | Description |
|---|---|
| SetGlyphs(ReadOnlySpan<UInt16>) |
Sets the glyph IDs for the run. (Inherited from SKRunBuffer) |
| SetPositions(ReadOnlySpan<SKRotationScaleMatrix>) |
Sets the rotation-scale matrices for each glyph in the run. |