Lines Matching defs:flowtext
38 #include "sp-flowtext.h"
391 void LaTeXTextRenderer::sp_flowtext_render(SPFlowtext *flowtext)
403 SPStyle *style = flowtext->style;
405 SPItem *frame_item = flowtext->get_frame(NULL);
419 switch (flowtext->layout.paragraphAlignment(flowtext->layout.begin())) {
459 Geom::Affine i2doc = flowtext->i2doc_affine();
486 Inkscape::Text::Layout const &layout = *(te_get_layout(flowtext));
490 SPStyle const &spanstyle = *(sp_te_style_at_position(flowtext, li));
517 Glib::ustring uspanstr = sp_te_get_string_multiline(flowtext, li, ln);
575 SPFlowtext *flowtext = dynamic_cast<SPFlowtext *>(item);
576 if (flowtext) {
577 sp_flowtext_render(flowtext);