/*
* Authors:
* Ted Gould <ted@gould.cx>
* Abhishek Sharma
*
* Copyright (C) 2002-2004 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifndef INKSCAPE_EXTENSION_PRINT_H__
#define INKSCAPE_EXTENSION_PRINT_H__
#include "extension.h"
#include "sp-item.h"
public: /* TODO: These are public for the short term, but this should be fixed */
unsigned int dkey;
/* FALSE means user hit cancel */
unsigned int setup (void);
unsigned int set_preview (void);
unsigned int finish (void);
/* Rendering methods */
float opacity);
unsigned int release (void);
unsigned int w,
unsigned int h,
unsigned int rs,
bool textToPath (void);
bool fontEmbedded (void);
};
} } /* namespace Inkscape, Extension */
#endif /* INKSCAPE_EXTENSION_PRINT_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 :