C# Class ARCed.Controls.FontSelector

Font selection control that allows selecting of TrueType fonts with size and style settings.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: borisblizzard/arcreator

Private Properties

Свойство Type Description
FontSetting_Changed void
GetFont System.Drawing.Font
InitializeComponent void
SetFont void

Méthodes publiques

Méthode Description
FontSelector ( ) : System

Default constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FontSetting_Changed ( object sender, EventArgs e ) : void
GetFont ( ) : Font
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetFont ( Font font ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FontSelector() public méthode

Default constructor
public FontSelector ( ) : System
Résultat System