ComponentFactory.Krypton.Toolkit.PaletteBase.GetContentShortTextNewFont C# (CSharp) Method

GetContentShortTextNewFont() public abstract method

Gets the font for the short text by generating a new font instance.
public abstract GetContentShortTextNewFont ( PaletteContentStyle style, PaletteState state ) : Font
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return System.Drawing.Font
        public abstract Font GetContentShortTextNewFont(PaletteContentStyle style, PaletteState state);
PaletteBase