C# Class NOpenType.GlyphPathBuilder

gerneral glyph path builder
Inheritance: GlyphPathBuilderBase
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
GlyphPathBuilder ( Typeface typeface, IGlyphRasterizer ras ) : 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

GlyphPathBuilder() public méthode

public GlyphPathBuilder ( Typeface typeface, IGlyphRasterizer ras ) : System
typeface Typeface
ras IGlyphRasterizer
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