Edit

SKPositionedRunBuffer Class

Definition

A run buffer for fully-positioned text where each glyph has an independent X and Y position.

public sealed class SKPositionedRunBuffer : SkiaSharp.SKRunBuffer
Inheritance
SKPositionedRunBuffer

Properties

Name Description
Glyphs

Gets the span of glyph IDs for the run.

(Inherited from SKRunBuffer)
Positions

Gets the span of positions 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<SKPoint>)

Sets the positions for each glyph in the run.

Applies to