Searched defs:text_end (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Input.cpp | 43 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 52 new_source->text_end = text_end; 57 for ( ; text_begin != text_end && text_begin != text.end() ; ++text_begin)
|
H A D | Layout-TNG.h | 252 \param text_end 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 708 int text_length; /// in characters, from text_start to text_end only
|
Completed in 19 milliseconds