Edit

SKTextBlobBuilder.AllocateRotationScaleRun Method

Definition

Allocates a buffer for a rotation-scale text run with cluster data.

public SkiaSharp.SKRotationScaleRunBuffer AllocateRotationScaleRun(SkiaSharp.SKFont font, int count, SkiaSharp.SKRect? bounds = default);

Parameters

font
SKFont

The font used for this run.

count
Int32

The number of glyphs to allocate in the buffer.

bounds
Nullable<SKRect>

Optional bounds for the run.

Returns

A text run buffer for writing glyph, rotation-scale, cluster, and text data.

Applies to