how to set each line with different font type in richTextbox?? i only can set the whole text within the richtextbox....how to do that?

VB Code:
  1. RichTextBox1.Text &= TextBox1.Text & vbCrLf
  2. RichTextBox1.Font = New Font(New FontFamily("Arial"), 10, FontStyle.Underline)