C# Class SphereStudio.Plugins.FontEditView

Inheritance: Sphere.Plugins.Views.DocumentView
Exibir arquivo Open project: Radnen/spherestudio Class Usage Examples

Public Methods

Method Description
FontEditView ( ) : System
Load ( string filepath ) : void
Paste ( ) : void
Save ( string filepath ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CompilePreview ( ) : void
FontLayout_CharSelected ( object sender, EventArgs e ) : void
FontLayout_LayoutZoomed ( object sender, EventArgs e ) : void
FontPanel_Scroll ( object sender, ScrollEventArgs e ) : void
GenerateButton_Click ( object sender, EventArgs e ) : void
GradientTop_MouseClick ( object sender, MouseEventArgs e ) : void
InitializeComponent ( ) : void

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

InitializeFontLayout ( ) : void
PreviewImageBox_Resize ( object sender, EventArgs e ) : void
PreviewTextBox_TextChanged ( object sender, EventArgs e ) : 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

FontEditView() public method

public FontEditView ( ) : System
return System

Load() public method

public Load ( string filepath ) : void
filepath string
return void

Paste() public method

public Paste ( ) : void
return void

Save() public method

public Save ( string filepath ) : void
filepath string
return void

ZoomIn() public method

public ZoomIn ( ) : void
return void

ZoomOut() public method

public ZoomOut ( ) : void
return void