Scribus
Open source desktop publishing at your fingertips
|
Public Member Functions | |
void | startGraphics (double imageWidth, double imageHeight) |
void | endGraphics () |
void | startLayer (unsigned int id) |
void | endLayer (unsigned int id) |
void | setPen (const libwpg::WPGPen &pen) |
void | setBrush (const libwpg::WPGBrush &brush) |
void | setFillRule (FillRule rule) |
void | drawRectangle (const libwpg::WPGRect &rect, double rx, double ry) |
void | drawEllipse (const libwpg::WPGPoint ¢er, double rx, double ry) |
void | drawPolygon (const libwpg::WPGPointArray &vertices, bool closed) |
void | drawPath (const libwpg::WPGPath &path) |
void | drawBitmap (const libwpg::WPGBitmap &bitmap, double hres, double vres) |
void | drawImageObject (const libwpg::WPGBinaryData &binaryData) |
Additional Inherited Members | |
Public Types inherited from libwpg::WPGPaintInterface | |
enum | FillRule { AlternatingFill, WindingFill } |