X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Ftext-tag-attributes.h;h=9c1425dffd203fa767d47d94ebca2cb9ec839721;hb=f0e5ef1c60ad148623253dc3cc5d53014724094a;hp=b90eb74498c88e0f5c032557df7c9c2b1ab3fa4e;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git 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;