Completed
Last Updated: 15 Oct 2013 09:43 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 15 Oct 2013 09:43
Category:
Type: Bug Report
2
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();
  
0 comments