From 3f06b4ce4e81c581b18f9953afba49588a8a4168 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Sun, 29 Jul 2007 05:26:04 +0000 Subject: add setter for first x/y pair (bzr r3337) --- src/text-tag-attributes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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; -- cgit v1.2.3