Smrf.NodeXL.Visualization.Wpf.FormattedTextManager.FormattedTextManager C# (CSharp) Method

FormattedTextManager() public method

Initializes a new instance of the FormattedTextManager class.
public FormattedTextManager ( ) : System
return System
    public FormattedTextManager()
    {
        m_oTypeface = new Typeface(SystemFonts.MessageFontFamily,
            FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);

        m_dFontSize = 10;

        AssertValid();
    }