Edit

SKHorizontalRunBuffer Class

Definition

A run buffer for horizontally-positioned text where glyphs share a common Y coordinate.

public sealed class SKHorizontalRunBuffer : SkiaSharp.SKRunBuffer
Inheritance
SKHorizontalRunBuffer

Properties

Name Description
Glyphs

Gets the span of glyph IDs for the run.

(Inherited from SKRunBuffer)
Positions

Gets the span of horizontal X 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<Single>)

Sets the horizontal X positions for each glyph in the run.

Applies to