ComponentFactory.Krypton.Toolkit.PaletteOffice2007Base.GetRibbonTextFont C# (CSharp) Method

GetRibbonTextFont() public method

Gets the font for the ribbon text.
public GetRibbonTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
return System.Drawing.Font
        public override Font GetRibbonTextFont(PaletteState state)
        {
            return _ribbonTabFont;
        }
PaletteOffice2007Base