diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-05-26 00:14:56 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-05-26 00:14:56 +0000 |
| commit | 6ee7c590a4e30b3fa5767bbabde8fa31e9f14927 (patch) | |
| tree | 14a6e68a2dc216d97d5c9d9f0c94c0c55d1eadc7 /src/text-editing.h | |
| parent | mesh gradient: fix bad indexing (diff) | |
| download | inkscape-6ee7c590a4e30b3fa5767bbabde8fa31e9f14927.tar.gz inkscape-6ee7c590a4e30b3fa5767bbabde8fa31e9f14927.zip | |
Fix for 903772 : Support --export-text-to-path when outputting plain SVG
(bzr r11418)
Diffstat (limited to 'src/text-editing.h')
| -rw-r--r-- | src/text-editing.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text-editing.h b/src/text-editing.h index 37527d385..deb6f8538 100644 --- a/src/text-editing.h +++ b/src/text-editing.h @@ -28,6 +28,8 @@ typedef std::pair<Inkscape::Text::Layout::iterator, Inkscape::Text::Layout::iter Inkscape::Text::Layout const * te_get_layout (SPItem const *item); +void te_update_layout_now_recursive(SPItem *item); + /** Returns true if there are no visible characters on the canvas. */ bool sp_te_output_is_empty(SPItem const *item); |
