C# Class SphereStudio.Plugins.FontEditView

Inheritance: Sphere.Plugins.Views.DocumentView
Afficher le fichier Open project: Radnen/spherestudio Class Usage Examples

Méthodes publiques

Méthode Description
FontEditView ( ) : System
Load ( string filepath ) : void
Paste ( ) : void
Save ( string filepath ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 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

FontEditView() public méthode

public FontEditView ( ) : System
Résultat System

Load() public méthode

public Load ( string filepath ) : void
filepath string
Résultat void

Paste() public méthode

public Paste ( ) : void
Résultat void

Save() public méthode

public Save ( string filepath ) : void
filepath string
Résultat void

ZoomIn() public méthode

public ZoomIn ( ) : void
Résultat void

ZoomOut() public méthode

public ZoomOut ( ) : void
Résultat void