override bool Equals(object obj)
Equals override to compare text runs.
override int GetHashCode()
HashCode override for text runs.
TextRun Copy()
Creates a copy of the current text run.
Font FontStyle
Font style applied to the text run.
TextRun(string text, Font fontStyle=null)
Constructor to create a text run with optional inline style.