emf-print.h revision 00d0240eaf3986ebaeedcbeabbdb727b73a5934b
/** @file
* @brief Enhanced Metafile printing - implementation
*/
/* Author:
* Ulf Erikson <ulferikson@users.sf.net>
*
* Copyright (C) 2006-2008 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "uemf.h"
#include "extension/implementation/implementation.h"
//#include "extension/extension.h"
#include <stack>
{
double _width;
double _height;
bool use_stroke;
bool use_fill;
bool simple_shape;
PrintEmf (void);
/* Print functions */
/* Rendering methods */
virtual unsigned int bind(Inkscape::Extension::Print *module, Geom::Affine const &transform, float opacity);
unsigned char *px,
unsigned int w,
unsigned int h,
unsigned int rs,
static void init (void);
void destroy_brush();
void destroy_pen();
};
} /* namespace Internal */
} /* namespace Extension */
} /* namespace Inkscape */
#endif /* __INKSCAPE_EXTENSION_INTERNAL_PRINT_EMF_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 :