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

GetContentShortTextNewFont() public method

Gets the font for the short text by generating a new font instance.
public 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 virtual Font GetContentShortTextNewFont(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentShortTextNewFont(style, state);
        }
PaletteRedirect