C# Class PixelFarm.Agg.GlyphPathBuilderVxs

Inheritance: NOpenType.GlyphPathBuilderBase
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
GetUnscaledVxs ( ) : VertexStore
GetVxs ( ) : VertexStore

get processed/scaled vxs

GetVxs ( VertexStore vxs ) : VertexStore

get processed/scaled vxs

GlyphPathBuilderVxs ( Typeface typeface ) : 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

GetUnscaledVxs() public method

public GetUnscaledVxs ( ) : VertexStore
return VertexStore

GetVxs() public method

get processed/scaled vxs
public GetVxs ( ) : VertexStore
return VertexStore

GetVxs() public method

get processed/scaled vxs
public GetVxs ( VertexStore vxs ) : VertexStore
vxs VertexStore
return VertexStore

GlyphPathBuilderVxs() public method

public GlyphPathBuilderVxs ( Typeface typeface ) : System
typeface NOpenType.Typeface
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