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éthodeDescription
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