summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/text-tag-attributes.h3
1 files changed, 3 insertions, 0 deletions
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;