/*
* Authors:
* Ted Gould <ted@gould.cx>
*
* Copyright (C) 2002-2004 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "implementation/implementation.h"
#include "print.h"
/* Inkscape::Extension::Print */
namespace Inkscape {
namespace Extension {
, dkey(0)
{
}
{}
bool
{
}
unsigned int
{
}
unsigned int
{
return imp->set_preview(this);
}
unsigned int
{
}
unsigned int
{
}
unsigned int
{
}
unsigned int
{
}
unsigned int
{
}
unsigned int
{
}
unsigned int
{
}
unsigned int
{
}
unsigned int
{
}
bool
{
return imp->textToPath(this);
}
//whether embed font in print output (EPS especially)
bool
{
return imp->fontEmbedded(this);
}
} } /* namespace Inkscape, Extension */
/*
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 :