C# Class FontVal.Program

Inheritance: Driver.DriverCallbacks
Afficher le fichier Open project: HinTak/Font-Validator

Méthodes publiques

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

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

Method Details

DeleteTempFiles() public méthode

public DeleteTempFiles ( ) : void
Résultat void

GetReportFileName() public méthode

public GetReportFileName ( string sFontFile ) : string
sFontFile string
Résultat string

OnBeginFontTest() public méthode

public OnBeginFontTest ( string fname, int nth, int nFonts ) : void
fname string
nth int
nFonts int
Résultat void

OnBeginRasterTest() public méthode

public OnBeginRasterTest ( string label ) : void
label string
Résultat void

OnBeginTableTest() public méthode

public OnBeginTableTest ( OTFontFile.DirectoryEntry de ) : void
de OTFontFile.DirectoryEntry
Résultat void

OnCancel() public méthode

public OnCancel ( ) : void
Résultat void

OnCloseReportFile() public méthode

public OnCloseReportFile ( string sReportFile ) : void
sReportFile string
Résultat void

OnException() public méthode

public OnException ( Exception e ) : void
e System.Exception
Résultat void

OnOTFileValChange() public méthode

public OnOTFileValChange ( OTFontFileVal.OTFileVal fontFile ) : void
fontFile OTFontFileVal.OTFileVal
Résultat void

OnOpenReportFile() public méthode

public OnOpenReportFile ( string sReportFile, string fpath ) : void
sReportFile string
fpath string
Résultat void

OnReportsReady() public méthode

public OnReportsReady ( ) : void
Résultat void

OnTestProgress() public méthode

public OnTestProgress ( object oParam ) : void
oParam object
Résultat void