Hello Tyler,
Thank you for writing.
Note that all controls in the Telerik UI for WinForms suite support theming mechanism where the style for each inner element in the control's elements structure is specified. Thus, the font can be specified for the element in the theme as well. There is not a unified way for applying the
Font for all controls because of the diverse internal structure of the controls.
The possible solution that I can suggest is to the iterate the Form.
Controls collection and set the
Font property for each control. However, for more complex controls like
RadGridView, the font is specified at the cell level and it is necessary to use the
CellFormatting event.
I hope this information helps. Should you have further questions I would be glad to help.
Regards,
Dess
Telerik by Progress