IndexedGlyphRun Class

Definition

Allows text engine clients to map a text source character index to the corresponding GlyphRun.

public ref class IndexedGlyphRun sealed
public sealed class IndexedGlyphRun
type IndexedGlyphRun = class
Public NotInheritable Class IndexedGlyphRun
Inheritance
IndexedGlyphRun

Remarks

The IndexedGlyphRun object allows a text engine client to obtain glyph information for a text source character such as the glyph's cluster map, glyph indices, and glyph typeface.

Properties

GlyphRun

Gets the GlyphRun that corresponds to the IndexedGlyphRun object.

TextSourceCharacterIndex

Gets the text source character index that corresponds to the beginning of the GlyphRun.

TextSourceLength

Gets the text source character length that corresponds to the IndexedGlyphRun object.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also