C# Class ARCed.Controls.FontSelector

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

Private Properties

Property Type Description
FontSetting_Changed void
GetFont System.Drawing.Font
InitializeComponent void
SetFont void

Public Methods

Method Description
FontSelector ( ) : System

Default constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

FontSelector() public method

Default constructor
public FontSelector ( ) : System
return System