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;