sp-tspan.h revision 203b91a85466178dd14a24236e0e42539bc4a24b
#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"
enum {
};
SPTSpan();
virtual Inkscape::XML::Node* write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags);
virtual const char* displayName() const;
};
#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 :