C# Class NOpenType.CLI.GDIGlyphRasterizer

Inheritance: IGlyphRasterizer
Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
BeginRead ( int countourCount ) : void
CloseFigure ( ) : void
Curve3 ( double p2x, double p2y, double x, double y ) : void
Curve4 ( double p2x, double p2y, double p3x, double p3y, double x, double y ) : void
Draw ( Graphics g, Pen pen ) : void

draw outline

EndRead ( ) : void
Fill ( Graphics g, Brush brush ) : void

fill g

GDIGlyphRasterizer ( ) : System
LineTo ( double x, double y ) : void
MoveTo ( double x, double y ) : void

Method Details

BeginRead() public method

public BeginRead ( int countourCount ) : void
countourCount int
return void

CloseFigure() public method

public CloseFigure ( ) : void
return void

Curve3() public method

public Curve3 ( double p2x, double p2y, double x, double y ) : void
p2x double
p2y double
x double
y double
return void

Curve4() public method

public Curve4 ( double p2x, double p2y, double p3x, double p3y, double x, double y ) : void
p2x double
p2y double
p3x double
p3y double
x double
y double
return void

Draw() public method

draw outline
public Draw ( Graphics g, Pen pen ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
return void

EndRead() public method

public EndRead ( ) : void
return void

Fill() public method

fill g
public Fill ( Graphics g, Brush brush ) : void
g System.Drawing.Graphics
brush System.Drawing.Brush
return void

GDIGlyphRasterizer() public method

public GDIGlyphRasterizer ( ) : System
return System

LineTo() public method

public LineTo ( double x, double y ) : void
x double
y double
return void

MoveTo() public method

public MoveTo ( double x, double y ) : void
x double
y double
return void