summaryrefslogtreecommitdiffstats
path: root/src/text-editing.h
diff options
context:
space:
mode:
authorbuliabyak <>2009-12-21 05:23:37 +0000
committerbuliabyak <>2009-12-21 05:23:37 +0000
commit4cc7eb64107fc32a7c364545acc635e504736cf6 (patch)
tree7fb8fb10b6b43ed71f292a38477b81d22cfb0146 /src/text-editing.h
parentpatch by mbeach for UPC-A checksum (diff)
downloadinkscape-4cc7eb64107fc32a7c364545acc635e504736cf6.tar.gz
inkscape-4cc7eb64107fc32a7c364545acc635e504736cf6.zip
utilities and UI support for identifying truncated flowtext and text-on-path
(bzr r8898)
Diffstat (limited to 'src/text-editing.h')
-rw-r--r--src/text-editing.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/text-editing.h b/src/text-editing.h
index 83ddae77f..7e845dbc9 100644
--- a/src/text-editing.h
+++ b/src/text-editing.h
@@ -59,4 +59,8 @@ void sp_te_adjust_tspan_letterspacing_screen(SPItem *text, Inkscape::Text::Layou
void sp_te_adjust_linespacing_screen(SPItem *text, Inkscape::Text::Layout::iterator const &start, Inkscape::Text::Layout::iterator const &end, SPDesktop *desktop, gdouble by);
void sp_te_apply_style(SPItem *text, Inkscape::Text::Layout::iterator const &start, Inkscape::Text::Layout::iterator const &end, SPCSSAttr const *css);
+bool is_part_of_text_subtree (SPObject *obj);
+bool is_top_level_text_object (SPObject *obj);
+bool has_visible_text (SPObject *obj);
+
#endif