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

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

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