Edit

SKTextBlobBuilder.AddRotationScaleRun Method

Definition

Adds a new run with rotation and scale transformations.

public void AddRotationScaleRun(ReadOnlySpan<ushort> glyphs, SkiaSharp.SKFont font, ReadOnlySpan<SkiaSharp.SKRotationScaleMatrix> positions);

Parameters

glyphs
ReadOnlySpan<UInt16>

The glyph IDs for this run.

font
SKFont

The font used for this run.

positions
ReadOnlySpan<SKRotationScaleMatrix>

The positions for each glyph.

Applies to