Property NeedsFormat
NeedsFormat
Gets or sets whether the TextFormatter needs to format the text when Draw(Rect, Attribute, Attribute, Rect, bool) is called.
If it is false
when Draw is called, the Draw call will be faster.
public bool NeedsFormat { get; set; }
Property Value
Remarks
This is set to true when the properties of TextFormatter are set.