ComponentFactory.Krypton.Toolkit.PaletteProfessionalSystem.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 _buttonFont;
        }
PaletteProfessionalSystem