Property NeedsFormat
NeedsFormat
Gets or sets whether the TextFormatter needs to format the text.
public bool NeedsFormat { get; set; }
Property Value
Remarks
If false when Draw is called, the Draw call will be faster.
Used by Draw(Rectangle, Attribute, Attribute, Rectangle, ConsoleDriver?)
Set to true when any of the properties of TextFormatter are set.
Set to false when the text is formatted (if GetLines() is accessed).