IndexedGlyphRun Class
Allows text engine clients to map a text source character index to the corresponding GlyphRun.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

