Interface IGlyphOutlinePainter

IGlyphOutlinePainter interface

Defines a outline way to draw glyphs.

public interface IGlyphOutlinePainter : IGlyphPainter

Methods

NameDescription
ClosePath()Processes ClosePath operation.
CurveTo(CurveTo)Processes CurveTo operation.
LineTo(LineTo)Processes LineTo operation.
MoveTo(MoveTo)Processes MoveTo operation.

See Also