Quantcast
Channel: Developer Express Inc.
Viewing all articles
Browse latest Browse all 2388

New XtraRichEdit breaking change for 13.2

$
0
0

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.

Viewing all articles
Browse latest Browse all 2388

Trending Articles