Code

enable EPS export via cairo, use it instead of the old native one
[inkscape.git] / src / extension / internal / cairo-png-out.h
index 207786c88c765ce4c57eb612052299cde76a2eba..625c53ffcf36dc91f9578cef489e0e26ed56f43b 100644 (file)
@@ -1,50 +1,50 @@
-/*\r
- * A quick hack to use the print output to write out a file.  This\r
- * then makes 'save as...' PNG.\r
- *\r
- * Authors:\r
- *   Ted Gould <ted@gould.cx>\r
- *   Ulf Erikson <ulferikson@users.sf.net>\r
- *\r
- * Copyright (C) 2004-2006 Authors\r
- *\r
- * Released under GNU GPL, read the file 'COPYING' for more information\r
- */\r
-\r
-#ifndef EXTENSION_INTERNAL_CAIRO_PNG_OUT_H\r
-#define EXTENSION_INTERNAL_CAIRO_PNG_OUT_H\r
-\r
-#include "extension/implementation/implementation.h"\r
-\r
-#ifdef HAVE_CAIRO_PDF\r
-\r
-namespace Inkscape {\r
-namespace Extension {\r
-namespace Internal {\r
-\r
-class CairoRendererOutput : Inkscape::Extension::Implementation::Implementation {\r
-\r
-public:\r
-    bool check(Inkscape::Extension::Extension *module);\r
-    void save(Inkscape::Extension::Output *mod,\r
-              SPDocument *doc,\r
-              gchar const *uri);\r
-    static void init();\r
-};\r
-\r
-} } }  /* namespace Inkscape, Extension, Implementation */\r
-\r
-#endif /* HAVE_CAIRO_PDF */\r
-\r
-#endif /* !EXTENSION_INTERNAL_CAIRO_PNG_OUT_H */\r
-\r
-/*\r
-  Local Variables:\r
-  mode:c++\r
-  c-file-style:"stroustrup"\r
-  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))\r
-  indent-tabs-mode:nil\r
-  fill-column:99\r
-  End:\r
-*/\r
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :\r
+/*
+ * A quick hack to use the print output to write out a file.  This
+ * then makes 'save as...' PNG.
+ *
+ * Authors:
+ *   Ted Gould <ted@gould.cx>
+ *   Ulf Erikson <ulferikson@users.sf.net>
+ *
+ * Copyright (C) 2004-2006 Authors
+ *
+ * Released under GNU GPL, read the file 'COPYING' for more information
+ */
+
+#ifndef EXTENSION_INTERNAL_CAIRO_PNG_OUT_H
+#define EXTENSION_INTERNAL_CAIRO_PNG_OUT_H
+
+#include "extension/implementation/implementation.h"
+
+#ifdef HAVE_CAIRO_PDF
+
+namespace Inkscape {
+namespace Extension {
+namespace Internal {
+
+class CairoRendererOutput : Inkscape::Extension::Implementation::Implementation {
+
+public:
+    bool check(Inkscape::Extension::Extension *module);
+    void save(Inkscape::Extension::Output *mod,
+              SPDocument *doc,
+              gchar const *uri);
+    static void init();
+};
+
+} } }  /* namespace Inkscape, Extension, Implementation */
+
+#endif /* HAVE_CAIRO_PDF */
+
+#endif /* !EXTENSION_INTERNAL_CAIRO_PNG_OUT_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:encoding=utf-8:textwidth=99 :