C# 클래스 AGS.Editor.FontEditor

상속: AGS.Types.EditorContentPanel
파일 보기 프로젝트 열기: adventuregamestudio/ags

공개 메소드들

메소드 설명
FontEditor ( ) : System
FontEditor ( AGS selectedFont ) : System

보호된 메소드들

메소드 설명
OnGetHelpKeyword ( ) : string

비공개 메소드들

메소드 설명
ImportFont ( string fileName ) : void
ImportTTFFont ( string fileName, string newTTFName, string newWFNName ) : void
ImportWFNFont ( string fileName, string newTTFName, string newWFNName ) : void
btnImportFont_Click ( object sender, EventArgs e ) : void
imagePanel_Paint ( object sender, PaintEventArgs e ) : void

메소드 상세

FontEditor() 공개 메소드

public FontEditor ( ) : System
리턴 System

FontEditor() 공개 메소드

public FontEditor ( AGS selectedFont ) : System
selectedFont AGS
리턴 System

OnGetHelpKeyword() 보호된 메소드

protected OnGetHelpKeyword ( ) : string
리턴 string