Method | Description | |
---|---|---|
Build ( char c, float sizeInPoints ) : void | ||
BuildFromGlyphIndex ( ushort glyphIndex, float sizeInPoints ) : void | ||
GlyphPathBuilderBase ( |
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 |
Method | Description | |
---|---|---|
GetMidPoint ( FtPoint v1, short v2x, short v2y ) : FtPoint | ||
RenderGlyph ( Glyph glyph ) : void | ||
RenderGlyph ( ushort contours, short xs, short ys, bool onCurves ) : void |
public Build ( char c, float sizeInPoints ) : void | ||
c | char | |
sizeInPoints | float | |
return | void |
public BuildFromGlyphIndex ( ushort glyphIndex, float sizeInPoints ) : void | ||
glyphIndex | ushort | |
sizeInPoints | float | |
return | void |
public GlyphPathBuilderBase ( |
||
typeface | ||
return | System |
protected abstract OnBeginRead ( int countourCount ) : void | ||
countourCount | int | |
return | void |
protected abstract OnCurve3 ( short p2x, short p2y, short x, short y ) : void | ||
p2x | short | |
p2y | short | |
x | short | |
y | short | |
return | void |
protected abstract 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 abstract OnLineTo ( short x, short y ) : void | ||
x | short | |
y | short | |
return | void |
protected abstract OnMoveTo ( short x, short y ) : void | ||
x | short | |
y | short | |
return | void |