ComponentFactory / Krypton

Krypton WinForms components for .NET
BSD 3-Clause "New" or "Revised" License
1.88k stars 691 forks source link

Change Font style and size of Buttons #228

Closed shami81 closed 2 years ago

shami81 commented 2 years ago

Hello there, First of all a bundle of thanks for sharing your UI components as an open source and free to use package. Kindly tell me how can I change the font style and font size of the Buttons specially and other controls as well? Currently it is not visible in the properties windows I can only change the text string.

Smurf-IV commented 2 years ago

Each "Krypton" element has at least the following "State"s image

The easiest is to change the "StateCommon" as this will apply to all states then: image

If you want to do it at a the global level then someone else can answer that (As I have found that to be most perplexing for accurate control)

shami81 commented 2 years ago

@Smurf-IV Thanks a lot Sir for the help. Really appreciate that.