Table of Contents

Property this

Namespace
DocWright.Core.Text
Assembly
DocWright.Core.dll

this[int]

Gets the glyph at the given index.

public ShapedGlyph this[int index] { get; }

Parameters

index int

The zero-based index.

Property Value

ShapedGlyph

The glyph.

Exceptions

ArgumentOutOfRangeException

The index is outside the buffer.