ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextNewFont C# (CSharp) Метод

GetContentShortTextNewFont() публичный Метод

Gets the font for the short text by generating a new font instance.
public GetContentShortTextNewFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
Результат System.Drawing.Font
        public Font GetContentShortTextNewFont(PaletteState state)
        {
            return _palette.GetContentShortTextNewFont(_style, state);
        }