Edit

SKRotationScaleRunBuffer Class

Definition

A run buffer for text with rotation and scale transformations applied to each glyph.

public sealed class SKRotationScaleRunBuffer : SkiaSharp.SKRunBuffer
Inheritance
SKRotationScaleRunBuffer

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.

Applies to