By Scott - 12/19/2005
I just got a new laptop and have been playing with the fonts to get things just right. I noticed that the toolstrip buttons font changed alogn with me changing my windows system fonts, that is great. The forms that I have created, labels etc are not responding the same way. I did not specify a font or font size, it is what ever is defaulted when you drop a control on the form. I know this is not a Strataframe issues I just was wondering how I would go about doing that for my label, buttons etc controls.Scott
|
By StrataFrame Team - 12/20/2005
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.
|
By Scott - 12/20/2005
Thanks for the info.
|
|