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

/inkscape/src/libnrtype/
H A DLayout-TNG-Input.cpp43 void Layout::appendText(Glib::ustring const &text, SPStyle *style, void *source_cookie, OptionalTextTagAttrs const *optional_attributes, unsigned optional_attributes_offset, Glib::ustring::const_iterator text_begin, Glib::ustring::const_iterator text_end) argument
51 new_source->text_begin = text_begin;
57 for ( ; text_begin != text_end && text_begin != text.end() ; ++text_begin)
H A DLayout-TNG.h250 \param text_begin Used for selecting only a substring of \a text
255 void appendText(Glib::ustring const &text, SPStyle *style, void *source_cookie, OptionalTextTagAttrs const *optional_attributes, unsigned optional_attributes_offset, Glib::ustring::const_iterator text_begin, Glib::ustring::const_iterator text_end);
707 Glib::ustring::const_iterator text_begin, text_end; member in class:Inkscape::Text::Layout::InputStreamTextSource

Completed in 72 milliseconds