ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextNewFont C# (CSharp) 메소드

GetContentLongTextNewFont() 공개 메소드

Gets the font for the long text by generating a new font instance.
public GetContentLongTextNewFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
리턴 System.Drawing.Font
        public Font GetContentLongTextNewFont(PaletteState state)
        {
            return _palette.GetContentLongTextNewFont(_style, state);
        }