C# 클래스 SphereStudio.Plugins.FontEditView

상속: Sphere.Plugins.Views.DocumentView
파일 보기 프로젝트 열기: Radnen/spherestudio 1 사용 예제들

공개 메소드들

메소드 설명
FontEditView ( ) : System
Load ( string filepath ) : void
Paste ( ) : void
Save ( string filepath ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

FontEditView() 공개 메소드

public FontEditView ( ) : System
리턴 System

Load() 공개 메소드

public Load ( string filepath ) : void
filepath string
리턴 void

Paste() 공개 메소드

public Paste ( ) : void
리턴 void

Save() 공개 메소드

public Save ( string filepath ) : void
filepath string
리턴 void

ZoomIn() 공개 메소드

public ZoomIn ( ) : void
리턴 void

ZoomOut() 공개 메소드

public ZoomOut ( ) : void
리턴 void