Code

add setter for first x/y pair
authorbuliabyak <buliabyak@users.sourceforge.net>
Sun, 29 Jul 2007 05:26:04 +0000 (05:26 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sun, 29 Jul 2007 05:26:04 +0000 (05:26 +0000)
src/text-tag-attributes.h

index b90eb74498c88e0f5c032557df7c9c2b1ab3fa4e..9c1425dffd203fa767d47d94ebca2cb9ec839721 100644 (file)
@@ -103,6 +103,9 @@ public:
     is zero length, 0.0 is used for that coordinate. */
     NR::Point firstXY() const;
 
+    /** Sets the first coordinates in the x and y vectors. */
+    void setFirstXY(NR::Point &point);
+
 private:
     /// This holds the actual values.
     Inkscape::Text::Layout::OptionalTextTagAttrs attributes;