Code

implement par_indent in flowtext, no ui yet, done via first character's dx
[inkscape.git] / src / sp-flowtext.h
index 9e6d711fa271a535f14b6c3e2546cbda7cfe986e..39f4434405d75db5724c6df94df9dfec75f6efaa 100644 (file)
@@ -35,6 +35,8 @@ struct SPFlowtext : public SPItem {
     /** discards the NRArena objects representing this text. */
        void _clearFlow(NRArenaGroup* in_arena);
 
+       double par_indent;
+
 private:
     /** Recursively walks the xml tree adding tags and their contents. */
     void _buildLayoutInput(SPObject *root, Shape const *exclusion_shape, std::list<Shape> *shapes, SPObject **pending_line_break_object);