|
Scribus
Open source desktop publishing at your fingertips
|


Public Member Functions | |
| void | save (void) |
| void | restore (void) |
| void | reset (void) |
| WMFGraphicsState & | current (void) |
| QFont | font (void) |
| QPoint | position (void) |
| QPen | pen (void) |
| QBrush | brush (void) |
| QColor | backgroundColor (void) |
| Qt::BGMode | backgroundMode (void) |
| QColor | textColor (void) |
| int | textAlign (void) |
| int | textCharSet (void) |
| double | textRotation (void) |
| bool | windingFill (void) |
| FPointArray & | path (void) |
| QTransform & | worldMatrix (void) |
| void | setFont (const QFont &font) |
| void | setPosition (const QPoint &pos) |
| void | setPen (const QPen &pen) |
| void | setBrush (const QBrush &brush) |
| void | setBackgroundColor (const QColor &color) |
| void | setBackgroundMode (const Qt::BGMode &mode) |
| void | setTextColor (const QColor &color) |
| void | setTextAlign (int align) |
| void | setTextCharset (int align) |
| void | setTextRotation (double rot) |
| void | setWindingFill (const bool winding) |
| void | setPath (const FPointArray &path) |
| void | setWorldMatrix (const QTransform &matrix) |
| void | setWindowOrg (double x, double y) |
| void | setWindowExt (double x, double y) |
| void | setViewportOrg (double x, double y) |
| void | setViewportExt (double x, double y) |
| void | translate (double x, double y) |
| void | scale (double x, double y) |
| void | rotate (double deg) |