ComponentFactory.Krypton.Ribbon.RibbonToContent.GetContentLongTextFont C# (CSharp) Method

GetContentLongTextFont() public method

Gets the font for the long text.
public GetContentLongTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
return Font
        public virtual Font GetContentLongTextFont(PaletteState state)
        {
            return _ribbonGeneral.GetRibbonTextFont(state);
        }