Interface IGlyphOutlinePainter
IGlyphOutlinePainter interface
Defines a outline way to draw glyphs.
public interface IGlyphOutlinePainter : IGlyphPainter
Methods
| Name | Description |
|---|---|
| ClosePath() | Processes ClosePath operation. |
| CurveTo(CurveTo) | Processes CurveTo operation. |
| LineTo(LineTo) | Processes LineTo operation. |
| MoveTo(MoveTo) | Processes MoveTo operation. |
See Also
- interface IGlyphPainter
- namespace Aspose.Font.Rendering
- assembly Aspose.Font