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);
        }