메소드 | 설명 | |
---|---|---|
GetUnscaledVxs ( ) : |
||
GetVxs ( ) : |
get processed/scaled vxs
|
|
GetVxs ( |
get processed/scaled vxs
|
|
GlyphPathBuilderVxs ( |
메소드 | 설명 | |
---|---|---|
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 GlyphPathBuilderVxs ( |
||
typeface | ||
리턴 | System |
protected OnCurve3 ( short p2x, short p2y, short x, short y ) : void | ||
p2x | short | |
p2y | short | |
x | short | |
y | short | |
리턴 | 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 | |
리턴 | void |