Searched defs:appendText (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) function in class:Inkscape::Text::Layout
H A DLayout-TNG.h62 -# Set the text using appendText() and appendControlCode()
90 - Input stream: An object representing a single call to appendText() or
109 - There are a few places (appendText() is one) where pointers are held to
171 related tag. See appendText(). See SVG1.1 section 10.4 for the
217 /** Queries whether any calls have been made to appendText() or
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);
256 inline void appendText(Glib::ustring const &text, SPStyle *style, void *source_cookie, OptionalTextTagAttrs const *optional_attributes = NULL, unsigned optional_attributes_offset = 0) function in class:Inkscape::Text::Layout
257 {appendText(text, style, source_cookie, optional_attributes, optional_attributes_offset, text.begin(), text.end());}
264 appendText() with an empty string to set up the paragraph properties.
524 retrieving the cookie that was passed to the call to appendText() o
[all...]

Completed in 41 milliseconds