C# Class Nexus.Client.UI.ManagedFontUserControl

A base user control that has a FontProvider already declared.
This is to make it easier to use the font provider.
Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: NexusMods/NexusModManager-4.5

Protected Properties

Property Type Description
m_fpdFontProvider Nexus.UI.Controls.FontProvider

Public Methods

Method Description
ManagedFontUserControl ( ) : System.Windows.Forms

The default constructor.

Method Details

ManagedFontUserControl() public method

The default constructor.
public ManagedFontUserControl ( ) : System.Windows.Forms
return System.Windows.Forms

Property Details

m_fpdFontProvider protected_oe property

The FontProvider for the control.
protected FontProvider,Nexus.UI.Controls m_fpdFontProvider
return Nexus.UI.Controls.FontProvider