C# Class NOpenType.GlyphPathBuilder

gerneral glyph path builder
Inheritance: GlyphPathBuilderBase
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
GlyphPathBuilder ( Typeface typeface, IGlyphRasterizer ras ) : System

Protected Methods

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 Details

GlyphPathBuilder() public method

public GlyphPathBuilder ( Typeface typeface, IGlyphRasterizer ras ) : System
typeface Typeface
ras IGlyphRasterizer
return System

OnBeginRead() protected method

protected OnBeginRead ( int countourCount ) : void
countourCount int
return void

OnCloseFigure() protected method

protected OnCloseFigure ( ) : void
return void

OnCurve3() protected method

protected OnCurve3 ( short p2x, short p2y, short x, short y ) : void
p2x short
p2y short
x short
y short
return void

OnCurve4() protected method

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

OnEndRead() protected method

protected OnEndRead ( ) : void
return void

OnLineTo() protected method

protected OnLineTo ( short x, short y ) : void
x short
y short
return void

OnMoveTo() protected method

protected OnMoveTo ( short x, short y ) : void
x short
y short
return void