C# Class PixelFarm.Agg.GlyphPathBuilderVxs

Inheritance: NOpenType.GlyphPathBuilderBase
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
GetUnscaledVxs ( ) : VertexStore
GetVxs ( ) : VertexStore

get processed/scaled vxs

GetVxs ( VertexStore vxs ) : VertexStore

get processed/scaled vxs

GlyphPathBuilderVxs ( Typeface typeface ) : System

Méthodes protégées

Méthode 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 méthode

public GetUnscaledVxs ( ) : VertexStore
Résultat VertexStore

GetVxs() public méthode

get processed/scaled vxs
public GetVxs ( ) : VertexStore
Résultat VertexStore

GetVxs() public méthode

get processed/scaled vxs
public GetVxs ( VertexStore vxs ) : VertexStore
vxs VertexStore
Résultat VertexStore

GlyphPathBuilderVxs() public méthode

public GlyphPathBuilderVxs ( Typeface typeface ) : System
typeface NOpenType.Typeface
Résultat System

OnBeginRead() protected méthode

protected OnBeginRead ( int countourCount ) : void
countourCount int
Résultat void

OnCloseFigure() protected méthode

protected OnCloseFigure ( ) : void
Résultat void

OnCurve3() protected méthode

protected OnCurve3 ( short p2x, short p2y, short x, short y ) : void
p2x short
p2y short
x short
y short
Résultat void

OnCurve4() protected méthode

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
Résultat void

OnEndRead() protected méthode

protected OnEndRead ( ) : void
Résultat void

OnLineTo() protected méthode

protected OnLineTo ( short x, short y ) : void
x short
y short
Résultat void

OnMoveTo() protected méthode

protected OnMoveTo ( short x, short y ) : void
x short
y short
Résultat void