C# Class NOpenType.GlyphPathBuilderBase

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
Build ( char c, float sizeInPoints ) : void
BuildFromGlyphIndex ( ushort glyphIndex, float sizeInPoints ) : void
GlyphPathBuilderBase ( 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

Private Methods

Méthode Description
GetMidPoint ( FtPoint v1, short v2x, short v2y ) : FtPoint
RenderGlyph ( Glyph glyph ) : void
RenderGlyph ( ushort contours, short xs, short ys, bool onCurves ) : void

Method Details

Build() public méthode

public Build ( char c, float sizeInPoints ) : void
c char
sizeInPoints float
Résultat void

BuildFromGlyphIndex() public méthode

public BuildFromGlyphIndex ( ushort glyphIndex, float sizeInPoints ) : void
glyphIndex ushort
sizeInPoints float
Résultat void

GlyphPathBuilderBase() public méthode

public GlyphPathBuilderBase ( Typeface typeface ) : System
typeface Typeface
Résultat System

OnBeginRead() protected abstract méthode

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

OnCloseFigure() protected abstract méthode

protected abstract OnCloseFigure ( ) : void
Résultat void

OnCurve3() protected abstract méthode

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

OnCurve4() protected abstract méthode

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

OnEndRead() protected abstract méthode

protected abstract OnEndRead ( ) : void
Résultat void

OnLineTo() protected abstract méthode

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

OnMoveTo() protected abstract méthode

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