pdflatex-renderer.h revision 9fc8e85e3459185c416e667372cd4b38c723c7ab
/** \file
* Declaration of PDFLaTeXRenderer, used for rendering the accompanying LaTeX file when saving PDF output + LaTeX
*/
/*
* Authors:
* Johan Engelen <goejendaagh@zonnet.nl>
*
* Copyright (C) 2010 Authors
*
* Licensed under GNU GPL
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "extension/extension.h"
#include <set>
#include <string>
#include "style.h"
#include <cairo.h>
// void applyClipPath(CairoRenderContext *ctx, SPClipPath const *cp);
// void applyMask(CairoRenderContext *ctx, SPMask const *mask);
/** Initializes the PDFLaTeXRenderer according to the specified
SPDocument. Important to set the boundingbox to the pdf boundingbox */
/** Traverses the object tree and invokes the render methods. */
double _width;
double _height;
void writePreamble();
void writePostamble();
};
} /* namespace Internal */
} /* namespace Extension */
} /* namespace Inkscape */
#endif /* !EXTENSION_INTERNAL_CAIRO_RENDERER_H_SEEN */
/*
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:encoding=utf-8:textwidth=99 :