Method | Description | |
---|---|---|
GlyphPathBuilder ( |
Method | Description | |
---|---|---|
OnBeginRead ( int countourCount ) : void | ||
OnCloseFigure ( ) : void | ||
OnCurve3 ( short p2x, short p2y, short x, short y ) : void | ||
OnCurve4 ( short p2x, short p2y, short p3x, short p3y, short x, short y ) : void | ||
OnEndRead ( ) : void | ||
OnLineTo ( short x, short y ) : void | ||
OnMoveTo ( short x, short y ) : void |
public GlyphPathBuilder ( |
||
typeface | ||
ras | IGlyphRasterizer | |
return | System |
protected OnBeginRead ( int countourCount ) : void | ||
countourCount | int | |
return | void |
protected OnCurve3 ( short p2x, short p2y, short x, short y ) : void | ||
p2x | short | |
p2y | short | |
x | short | |
y | short | |
return | void |
protected OnCurve4 ( short p2x, short p2y, short p3x, short p3y, short x, short y ) : void | ||
p2x | short | |
p2y | short | |
p3x | short | |
p3y | short | |
x | short | |
y | short | |
return | void |
protected OnLineTo ( short x, short y ) : void | ||
x | short | |
y | short | |
return | void |
protected OnMoveTo ( short x, short y ) : void | ||
x | short | |
y | short | |
return | void |