diff options
| author | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-05-15 19:47:09 +0000 |
|---|---|---|
| committer | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-05-15 19:47:09 +0000 |
| commit | b24b02a0474d6bdaba2e5a77fe91e285217abccd (patch) | |
| tree | 6abbb3266d84632424a09456f550793b81474bff /src/sp-flowtext.h | |
| parent | modify build files for COPYING.LIB->LGPL2.1.txt, as per http://article.gmane.... (diff) | |
| download | inkscape-b24b02a0474d6bdaba2e5a77fe91e285217abccd.tar.gz inkscape-b24b02a0474d6bdaba2e5a77fe91e285217abccd.zip | |
Added normalized path to flowtext
Fixed bugs:
- https://launchpad.net/bugs/1555152
(bzr r14889)
Diffstat (limited to 'src/sp-flowtext.h')
| -rw-r--r-- | src/sp-flowtext.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sp-flowtext.h b/src/sp-flowtext.h index 9e6046469..9ee676893 100644 --- a/src/sp-flowtext.h +++ b/src/sp-flowtext.h @@ -49,6 +49,11 @@ public: bool _optimizeScaledText; + /** Converts the text object to its component curves */ + SPCurve *getNormalizedBpath() const { + return layout.convertToCurves(); + } + /** Optimize scaled flow text on next set_transform. */ void optimizeScaledText() {_optimizeScaledText = true;} |
