How to set RadRichTextEditor 's font and size at Design Time ?
Or
Using Customization's Theme ?
1 Answer, 1 is accepted
0
Dinko | Tech Support Engineer
Telerik team
answered on 27 Feb 2026, 12:52 PM
Hi 林 暉凱,
Thank you for reaching out to us.
There is currently no direct way to globally set these properties for all instances via the Visual Studio designer or using theme. You will need to set the desired font and size for each RadRichTextEditor control individually in code. You can check the Setting Default Style Settings on the Document help section for more information.
Regards,
Dinko | Tech Support Engineer
Progress Telerik
I have tested the settings on my side, and they are applied correctly to the control and to the default RichTextEditorRibbonBar. When I run the application, I see that the options are set correctly:
I am also attaching my test project. Can you check it out on your side and let me know if I am missing something from your scenario: settings, text, etc.