Searched refs:appendWrapShape (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG-Input.cpp114 void Layout::appendWrapShape(Shape const *shape, DisplayAlign display_align) function in class:Inkscape::Text::Layout
H A DLayout-TNG.h63 -# If you want text wrapping, call appendWrapShape() a few times
164 /** Display alignment for shapes. See appendWrapShape(). */
298 void appendWrapShape(Shape const *shape, DisplayAlign display_align = DISPLAY_ALIGN_BEFORE);
799 Shape const *shape; /// as passed to Layout::appendWrapShape()
800 DisplayAlign display_align; /// as passed to Layout::appendWrapShape()
/inkscape/src/
H A Dsp-flowtext.cpp398 layout.appendWrapShape(&shapes->back());
H A Dsp-text.cpp521 layout.appendWrapShape( uncross );

Completed in 26 milliseconds