Ejemplo n.º 1
0
 /// <summary>
 /// Sets the font name for the selected text of the RichTextBox
 /// </summary>
 /// <param name="fontName">Name of the font to use</param>
 /// <returns>Returns true on success, false on failure</returns>
 public static bool SelectionFontName(this RichTextBox richTextBox, string fontName)
 {
     return(RichTextBoxHelper.SelectionFontName(richTextBox, fontName));
 }