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

GetContentLongTextNewFont() public method

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