public sealed class GlyphRun : IDisposablePublic NotInheritable Class GlyphRun
Implements IDisposable[<SealedAttribute>]
type GlyphRun =
class
interface IDisposable
end| BaselineOrigin | Gets or sets the baseline origin of theGlyphRun. |
| BiDiLevel | Gets or sets the bidirectional nesting level of the GlyphRun. |
| Bounds | Gets the conservative bounding box of the GlyphRun. |
| Characters | Gets or sets the list of UTF16 code points that represent the Unicode content of the GlyphRun. |
| FontRenderingEmSize | Gets or sets the em size used for rendering the GlyphRun. |
| GlyphInfos | Gets or sets the list of glyphs to use to render this run. |
| GlyphTypeface | Gets the IGlyphTypeface for the GlyphRun. |
| InkBounds | |
| IsLeftToRight | Returns true if the text direction is left-to-right. Otherwise, returns false. |
| Metrics |
| BuildGeometry | Obtains geometry for the glyph run. |
| Dispose | Releases all resources used by the GlyphRun |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| FindGlyphIndex(Int32) | Finds a glyph index for given character index. |
| FindNearestCharacterHit(Int32, Double) | Finds the nearest CharacterHit at given index. |
| GetCharacterHitFromDistance(Double, Boolean) | Retrieves the CharacterHit value that represents the character hit of the caret of the GlyphRun. |
| GetDistanceFromCharacterHit(CharacterHit) | Retrieves the offset from the leading edge of the GlyphRun to the leading or trailing edge of a caret stop containing the specified character hit. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetIntersections(Single, Single) | Gets the intersections of specified upper and lower limit. |
| GetNextCaretCharacterHit(CharacterHit) | Retrieves the next valid caret character hit in the logical direction in the GlyphRun. |
| GetPreviousCaretCharacterHit(CharacterHit) | Retrieves the previous valid caret character hit in the logical direction in the GlyphRun. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryCreateImmutableGlyphRunReference |