ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextFont C# (CSharp) Method

GetContentLongTextFont() public method

Gets the actual content long text font value.
public GetContentLongTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
return System.Drawing.Font
        public Font GetContentLongTextFont(PaletteState state)
        {
            return _palette.GetContentLongTextFont(_style, state);
        }