]> Shamusworld >> Repos - architektonas/blobdiff - src/painter.h
Added ability to manipulate Text objects.
[architektonas] / src / painter.h
index 4ff50b2298887145ee587bc29e11550a666ac529..5b11e25aadead93a1c418627fe3abbe50e02b332 100644 (file)
@@ -22,6 +22,7 @@ class Painter
                void SetFont(QFont);
                void DrawAngledText(Vector, double, QString, double);
                void DrawTextObject(Vector, QString, double, double angle = 0);
+               Rect MeasureTextObject(QString text, double size);
                void DrawArc(Vector, double, double, double);
                void DrawEllipse(Vector, double, double);
                void DrawHandle(Vector);