Edit

SKTextBlobBuilder.AddRun(ReadOnlySpan<UInt16>, SKFont, SKPoint) Method

Definition

Adds a new run to the builder at the specified origin.

public void AddRun(ReadOnlySpan<ushort> glyphs, SkiaSharp.SKFont font, SkiaSharp.SKPoint origin = default);

Parameters

glyphs
ReadOnlySpan<UInt16>

The glyph IDs for this run.

font
SKFont

The font used for this run.

origin
SKPoint

The origin point for the run.

Applies to