C# Class NS_Glyph.GErrExtremeNotOnCurve

Inheritance: GErr
ファイルを表示 Open project: HinTak/Font-Validator Class Usage Examples

Public Methods

Method Description
Draw ( I_Draw i_draw, NS_IDraw.DrawParam dp ) : void
GErrExtremeNotOnCurve ( int indGlyph, NS_GMath.GConsts typeGlyph, NS_GMath.BoxD bboxCP, NS_GMath.BoxD bboxOutl ) : System
WriteSpecific ( ) : string

Protected Methods

Method Description
ClearFunc ( ) : void

Private Methods

Method Description
GErrExtremeNotOnCurve ( ) : System

Method Details

ClearFunc() protected method

protected ClearFunc ( ) : void
return void

Draw() public method

public Draw ( I_Draw i_draw, NS_IDraw.DrawParam dp ) : void
i_draw I_Draw
dp NS_IDraw.DrawParam
return void

GErrExtremeNotOnCurve() public method

public GErrExtremeNotOnCurve ( int indGlyph, NS_GMath.GConsts typeGlyph, NS_GMath.BoxD bboxCP, NS_GMath.BoxD bboxOutl ) : System
indGlyph int
typeGlyph NS_GMath.GConsts
bboxCP NS_GMath.BoxD
bboxOutl NS_GMath.BoxD
return System

WriteSpecific() public method

public WriteSpecific ( ) : string
return string