Edit

Share via


Buffer.GetGlyphInfoSpan Method

Definition

Gets a span over the glyph information array.

public ReadOnlySpan<HarfBuzzSharp.GlyphInfo> GetGlyphInfoSpan();

Returns

A read-only span of glyph information.

Remarks

The span is valid as long as buffer contents are not modified.

Applies to