C# Class Nexus.Client.UI.ManagedFontForm

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

Protected Properties

Property Type Description
m_fpdFontProvider Nexus.UI.Controls.FontProvider

Public Methods

Method Description
ManagedFontForm ( ) : System.Windows.Forms

The default constructor.

Method Details

ManagedFontForm() public method

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

Property Details

m_fpdFontProvider protected_oe property

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