From a5ca7d8d9ed03269cd64ab51833e7cdd3feffe8e Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sun, 29 Jul 2007 05:26:04 +0000 Subject: [PATCH] add setter for first x/y pair --- src/text-tag-attributes.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.30.2