Aspose::Font::Rendering::IGlyphOutlinePainter 类

IGlyphOutlinePainter class

定义一种轮廓方式来绘制字形。

class IGlyphOutlinePainter : public Aspose::Font::Rendering::IGlyphPainter

方法

方法描述
virtual ClosePath()处理 ClosePath 操作。
virtual CurveTo(System::SharedPtr<Aspose::Font::RenderingPath::CurveTo>)处理 CurveTo 操作。
virtual LineTo(System::SharedPtr<Aspose::Font::RenderingPath::LineTo>)处理 LineTo 操作。
virtual MoveTo(System::SharedPtr<Aspose::Font::RenderingPath::MoveTo>)处理 MoveTo 操作。

另见