sp-tspan.h revision 5f084735ad258ffdad7f4f7f48d603c32043aea9
#ifndef INKSCAPE_SP_TSPAN_H
#define INKSCAPE_SP_TSPAN_H
/*
* tspan and textpath, based on the flowtext routines
*/
#include <glib.h>
#include "sp-item.h"
#include "text-tag-attributes.h"
#define SP_TYPE_TSPAN (sp_tspan_get_type())
enum {
};
};
struct SPTSpanClass {
};
virtual Inkscape::XML::Node* onWrite(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags);
};
#endif /* !INKSCAPE_SP_TSPAN_H */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :