C# Class FontVal.Program

Inheritance: Driver.DriverCallbacks
Mostra file Open project: HinTak/Font-Validator

Public Methods

Method Description
DeleteTempFiles ( ) : void
GetReportFileName ( string sFontFile ) : string
OnBeginFontTest ( string fname, int nth, int nFonts ) : void
OnBeginRasterTest ( string label ) : void
OnBeginTableTest ( OTFontFile.DirectoryEntry de ) : void
OnCancel ( ) : void
OnCloseReportFile ( string sReportFile ) : void
OnException ( Exception e ) : void
OnOTFileValChange ( OTFontFileVal.OTFileVal fontFile ) : void
OnOpenReportFile ( string sReportFile, string fpath ) : void
OnReportsReady ( ) : void
OnTestProgress ( object oParam ) : void

Private Methods

Method Description
ErrOut ( string s ) : void
FreeConsole ( ) : System.Boolean
Main ( string args ) : void
StdOut ( string s ) : void
Usage ( ) : void

Method Details

DeleteTempFiles() public method

public DeleteTempFiles ( ) : void
return void

GetReportFileName() public method

public GetReportFileName ( string sFontFile ) : string
sFontFile string
return string

OnBeginFontTest() public method

public OnBeginFontTest ( string fname, int nth, int nFonts ) : void
fname string
nth int
nFonts int
return void

OnBeginRasterTest() public method

public OnBeginRasterTest ( string label ) : void
label string
return void

OnBeginTableTest() public method

public OnBeginTableTest ( OTFontFile.DirectoryEntry de ) : void
de OTFontFile.DirectoryEntry
return void

OnCancel() public method

public OnCancel ( ) : void
return void

OnCloseReportFile() public method

public OnCloseReportFile ( string sReportFile ) : void
sReportFile string
return void

OnException() public method

public OnException ( Exception e ) : void
e System.Exception
return void

OnOTFileValChange() public method

public OnOTFileValChange ( OTFontFileVal.OTFileVal fontFile ) : void
fontFile OTFontFileVal.OTFileVal
return void

OnOpenReportFile() public method

public OnOpenReportFile ( string sReportFile, string fpath ) : void
sReportFile string
fpath string
return void

OnReportsReady() public method

public OnReportsReady ( ) : void
return void

OnTestProgress() public method

public OnTestProgress ( object oParam ) : void
oParam object
return void