FIX. RadRichTextBox - exports two default Span.FontFamilyProperties with RtfFormatProvider
To reproduce:
-add two RadRichTextBox-es and use the following code:
public Form1()
{
InitializeComponent();
string text = "Paragraph 1\r\nParagraph 2\r\n\r\nParagraph 4\r\n\r\nParagraph 6";
this.radRichTextBox1.Document = new RadDocument();