Searched defs:text_string (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dtext-chemistry.cpp434 gchar *text_string = sp_te_get_string_multiline(flowtext); local
435 Inkscape::XML::Node *text_repr = xml_doc->createTextNode(text_string); // FIXME: transfer all formatting!!!
436 free(text_string);
/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp289 Glib::ustring text_string; // accumulate text for record in this local
334 text_string += *text_iter;
410 char *smuggle_string=smuggle_adxkyrtl_in(text_string.c_str(),ndx, &hold_dx[0], ky, rtl);

Completed in 14 milliseconds