From: buliabyak Date: Sun, 29 Jul 2007 05:26:04 +0000 (+0000) Subject: add setter for first x/y pair X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a5ca7d8d9ed03269cd64ab51833e7cdd3feffe8e;p=inkscape.git add setter for first x/y pair --- diff --git a/src/text-tag-attributes.h b/src/text-tag-attributes.h index b90eb7449..9c1425dff 100644 --- a/src/text-tag-attributes.h +++ b/src/text-tag-attributes.h @@ -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;