Home
last modified time | relevance | path

Searched refs:text_in_span (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dtext-editing.cpp1562 …Inkscape::XML::Node *text_in_span = xml_doc->createTextNode(string_item->string.substr(start_char_… in recursively_apply_style() local
1563 child_span->appendChild(text_in_span); in recursively_apply_style()
1564 Inkscape::GC::release(text_in_span); in recursively_apply_style()
1573 …Inkscape::XML::Node *text_in_span = xml_doc->createTextNode(string_item->string.substr(0, end_char… in recursively_apply_style() local
1574 child_span->appendChild(text_in_span); in recursively_apply_style()
1575 Inkscape::GC::release(text_in_span); in recursively_apply_style()
1585 …Inkscape::XML::Node *text_in_span = xml_doc->createTextNode(string_item->string.substr(start_char_… in recursively_apply_style() local
1586 child_span->appendChild(text_in_span); in recursively_apply_style()
1587 Inkscape::GC::release(text_in_span); in recursively_apply_style()