FormattedText.AddNewLineText

AddNewLineText(string)

Adds a new line to the FormattedText object and sets the newLineText to the next line’s text.

public void AddNewLineText(string newLineText)
ParameterTypeDescription
newLineTextStringText of new added line.

See Also


AddNewLineText(string, float)

Adds a new line to the FormattedText object and sets the newLineText to the next line’s text.

public void AddNewLineText(string newLineText, float lineSpacing)
ParameterTypeDescription
newLineTextStringText of new added line.
lineSpacingSingleSpacing of the line.

See Also