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

GetContentLongTextNewFont() public method

Gets the font for the long text by generating a new font instance.
public GetContentLongTextNewFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
return System.Drawing.Font
        public Font GetContentLongTextNewFont(PaletteState state)
        {
            return _palette.GetContentLongTextNewFont(_style, state);
        }