Searched refs:style_text (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-flowtext.cpp521 Glib::ustring style_text = (dynamic_cast<SPString *>(source_obj) ? source_obj->parent : source_obj)->style->write( SP_STYLE_FLAG_IFDIFF, this->style); local
522 if (!style_text.empty()) {
523 span_tspan->setAttribute("style", style_text.c_str());
H A Dtext-editing.cpp1363 char const *style_text = child->getRepr()->attribute("style"); local
1364 if (style_text && *style_text) {
1365 child_style_construction.insert(0, style_text);

Completed in 45 milliseconds