FIX. RadMarkupDialog - if the dialog is created at design time the DefaultFont property is not taken under consideration
To reproduce:
- Drop RadMarkupDialog on the form
- In code set its DefaultFont and show it
WORKAROUND:
Create an instance of RadMarkupDialog prior showing it, not at design time.