diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-07-29 05:26:04 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-07-29 05:26:04 +0000 |
| commit | 3f06b4ce4e81c581b18f9953afba49588a8a4168 (patch) | |
| tree | 12a9f2c645a0f5555f6845c327249d421c721087 /src | |
| parent | Filter effects dialog: (diff) | |
| download | inkscape-3f06b4ce4e81c581b18f9953afba49588a8a4168.tar.gz inkscape-3f06b4ce4e81c581b18f9953afba49588a8a4168.zip | |
add setter for first x/y pair
(bzr r3337)
Diffstat (limited to 'src')
| -rw-r--r-- | src/text-tag-attributes.h | 3 |
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; |
