Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Are you trying to get the font to follow the system font, or are you trying to just get it updated to the new font settings? If you're wanting it to follow the system fonts, the best way would be to subclass our labels, buttons, etc, and force the font to the system font (out of the System.Drawing.SystemFonts sealed class) that you want to use.
|