How do I programatically enlarge the font used in one instance of the KryptonButton?
krytonButton.Font can be changed, but it seems to have no effect.
kryptonButton.StateCommon.GetContentShortTextFont(bar) also returns a Font, but all the accessors are getters only, and Fonts are also read-only.
I know it's a bit late, but this might help someone else out in the future.
You will have to set the short text property to a new Font. If you want to maintain the font as much as possible try reading the previous font values when creating your new Font.