Code

copyedit
[inkscape.git] / 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;