메소드 | 설명 | |
---|---|---|
CloseXmlReportFile ( ) : void | ||
CopyXslFile ( string sReportFile ) : void | ||
Driver ( DriverCallbacks cbs ) : System.Windows.Forms | ||
OnValidateEvent ( OTFontFileVal.Validator e, object oParam ) : void | ||
OpenXmlReportFile ( string sReportFile, string sFontFile ) : void | ||
RunValidation ( OTFontFileVal.Validator v, string fontList ) : int | ||
RunValidation ( OTFontFileVal.Validator v, string fpath, SafeFileHandle hFile ) : int | ||
ValidatorCallback ( NS_ValCommon.ValInfoBasic viBasic ) : void |
메소드 | 설명 | |
---|---|---|
MakeCodeFriendlyTag ( OTFontFile.OTTag tag ) : OTFontFile.OTTag | ||
OnBeginTable ( OTFontFile.DirectoryEntry de ) : void | ||
OnEndElement ( ) : void | ||
OnFontBegin ( uint fontIndex ) : void | ||
OnFontParsed ( OTFontFile.OTFont f ) : void | ||
OnRasterTestBegin ( string element, string label ) : void | ||
ValInfoTypeToString ( OTFontFileVal.ValidationInfo vt ) : string | ||
ValidateFont ( OTFontFileVal.Validator v, string fpath, SafeFileHandle hFile, int i, int n ) : int |
public static CopyXslFile ( string sReportFile ) : void | ||
sReportFile | string | |
리턴 | void |
public Driver ( DriverCallbacks cbs ) : System.Windows.Forms | ||
cbs | DriverCallbacks | |
리턴 | System.Windows.Forms |
public OnValidateEvent ( OTFontFileVal.Validator e, object oParam ) : void | ||
e | OTFontFileVal.Validator | |
oParam | object | |
리턴 | void |
public OpenXmlReportFile ( string sReportFile, string sFontFile ) : void | ||
sReportFile | string | |
sFontFile | string | |
리턴 | void |
public RunValidation ( OTFontFileVal.Validator v, string fontList ) : int | ||
v | OTFontFileVal.Validator | |
fontList | string | |
리턴 | int |
public RunValidation ( OTFontFileVal.Validator v, string fpath, SafeFileHandle hFile ) : int | ||
v | OTFontFileVal.Validator | |
fpath | string | |
hFile | SafeFileHandle | |
리턴 | int |
public ValidatorCallback ( NS_ValCommon.ValInfoBasic viBasic ) : void | ||
viBasic | NS_ValCommon.ValInfoBasic | |
리턴 | void |