New XtraRichEdit breaking change for 13.2

ctodx
21 November 2013

A quick post to point out that we’ve just made a change to the default settings of XtraRichEdit that may affect users of the control. (I say “just” because this change is not in the current beta release.)

The default font for the XtraRichEdit has changed from Times New Roman 12pt to Calibri 11pt.

If you need the previous behavior, please use the following code before creating RichEditControl or RichEditDocumentServer:

      RichEditControlCompatibility.DefaultFontName = "Times New Roman";
      RichEditControlCompatibility.DefaultFontSize = 12f;
If you have any issues, please contact our support team.

Free DevExpress Products - Get Your Copy Today

The following free DevExpress product offers remain available. Should you have any questions about the free offers below, please submit a ticket via the DevExpress Support Center at your convenience. We'll be happy to follow-up.
No Comments

Please login or register to post comments.