TextCharacters Class
Represents a collection of character glyphs from distinct physical typefaces.
Assembly: PresentationCore (in PresentationCore.dll)
System.Windows.Media.TextFormatting::TextRun
System.Windows.Media.TextFormatting::TextCharacters
| Name | Description | |
|---|---|---|
![]() | TextCharacters(Char*, Int32, TextRunProperties^) | Initializes a new instance of the TextCharacters class using a specified unsafe character string. |
![]() | TextCharacters(array<Char>^, Int32, Int32, TextRunProperties^) | Initializes a new instance of the TextCharacters class using a specified character array. |
![]() | TextCharacters(String^, Int32, Int32, TextRunProperties^) | Initializes a new instance of the TextCharacters class using a specified character substring. |
![]() | TextCharacters(String^, TextRunProperties^) | Initializes a new instance of the TextCharacters class using a specified character string. |
| Name | Description | |
|---|---|---|
![]() | CharacterBufferReference | Gets the CharacterBufferReference for the TextCharacters.(Overrides TextRun::CharacterBufferReference.) |
![]() | Length | Gets the length of the text characters.(Overrides TextRun::Length.) |
![]() | Properties | Gets the set of properties shared by every text character.(Overrides TextRun::Properties.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.


