Method | Description | |
---|---|---|
GetUnscaledVxs ( ) : |
||
GetVxs ( ) : |
get processed/scaled vxs
|
|
GetVxs ( |
get processed/scaled vxs
|
|
GlyphPathBuilderVxs ( |
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 GetVxs ( |
||
vxs | ||
return |
public GlyphPathBuilderVxs ( |
||
typeface | ||
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 |