Aspose::Font::Rendering::IGlyphOutlinePainter class
IGlyphOutlinePainter class
Defines a outline way to draw glyphs.
class IGlyphOutlinePainter : public Aspose::Font::Rendering::IGlyphPainter
Methods
Method | Description |
---|---|
virtual ClosePath() | Processes ClosePath operation. |
virtual CurveTo(System::SharedPtr<Aspose::Font::RenderingPath::CurveTo>) | Processes CurveTo operation. |
virtual LineTo(System::SharedPtr<Aspose::Font::RenderingPath::LineTo>) | Processes LineTo operation. |
virtual MoveTo(System::SharedPtr<Aspose::Font::RenderingPath::MoveTo>) | Processes MoveTo operation. |
See Also
- Class IGlyphPainter
- Namespace Aspose::Font::Rendering
- Library Aspose.Font for C++