Classe Aspose::Font::Rendering::IGlyphOutlinePainter
IGlyphOutlinePainter class
Définit une méthode de contour pour dessiner les glyphes.
class IGlyphOutlinePainter : public Aspose::Font::Rendering::IGlyphPainter
Méthodes
| Méthode | Description |
|---|---|
| virtual ClosePath() | Traite l’opération ClosePath. |
| virtual CurveTo(System::SharedPtr<Aspose::Font::RenderingPath::CurveTo>) | Traite l’opération CurveTo. |
| virtual LineTo(System::SharedPtr<Aspose::Font::RenderingPath::LineTo>) | Traite l’opération LineTo. |
| virtual MoveTo(System::SharedPtr<Aspose::Font::RenderingPath::MoveTo>) | Traite l’opération MoveTo. |
Voir aussi
- Class IGlyphPainter
- Namespace Aspose::Font::Rendering
- Library Aspose.Font for C++