RichTextBoxHelper AppendStylizedText Method (String, Font, Color)CleanCode C# Libraries v1.2.03 API
Stylizes the text with font, size, and color.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void AppendStylizedText(
	string text,
	Font font,
	Color color
)
See Also