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
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Protected Properties

Свойство Type Description
m_fpdFontProvider Nexus.UI.Controls.FontProvider

Méthodes publiques

Méthode Description
ManagedFontForm ( ) : System.Windows.Forms

The default constructor.

Method Details

ManagedFontForm() public méthode

The default constructor.
public ManagedFontForm ( ) : System.Windows.Forms
Résultat System.Windows.Forms

Property Details

m_fpdFontProvider protected_oe property

The FontProvider for the form.
protected FontProvider,Nexus.UI.Controls m_fpdFontProvider
Résultat Nexus.UI.Controls.FontProvider