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

GetContentShortTextNewFont() public method

Gets the font for the short text by generating a new font instance.
public GetContentShortTextNewFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
return System.Drawing.Font
        public virtual Font GetContentShortTextNewFont(PaletteState state)
        {
            return _inherit.GetContentShortTextNewFont(state);
        }