C# Class AGS.Editor.FontEditor

Inheritance: AGS.Types.EditorContentPanel
Show file Open project: adventuregamestudio/ags

Public Methods

Method Description
FontEditor ( ) : System
FontEditor ( AGS selectedFont ) : System

Protected Methods

Method Description
OnGetHelpKeyword ( ) : string

Private Methods

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

Method Details

FontEditor() public method

public FontEditor ( ) : System
return System

FontEditor() public method

public FontEditor ( AGS selectedFont ) : System
selectedFont AGS
return System

OnGetHelpKeyword() protected method

protected OnGetHelpKeyword ( ) : string
return string