Inkscape
Vector Graphics Editor
|
#include <cairo-renderer-pdf-out.h>
Public Attributes | |
bool | text_to_path: 1 |
Convert text to paths? | |
bool | text_to_latex: 1 |
Put text in a LaTeX document? | |
bool | rasterize_filters: 1 |
Rasterize filter effects? | |
bool | drawing_only: 1 |
Set page size to drawing + margin instead of document page. | |
bool | stretch_to_fit: 1 |
Compensate for Cairo's page size rounding to integers (in pt)? | |
Definition at line 34 of file cairo-renderer-pdf-out.h.
bool Inkscape::Extension::Internal::PDFOptions::drawing_only |
Set page size to drawing + margin instead of document page.
Definition at line 38 of file cairo-renderer-pdf-out.h.
bool Inkscape::Extension::Internal::PDFOptions::rasterize_filters |
Rasterize filter effects?
Definition at line 37 of file cairo-renderer-pdf-out.h.
Referenced by Inkscape::Extension::Internal::pdf_render_document_to_file(), and Inkscape::Extension::Internal::CairoRendererPdfOutput::save().
bool Inkscape::Extension::Internal::PDFOptions::stretch_to_fit |
Compensate for Cairo's page size rounding to integers (in pt)?
Definition at line 39 of file cairo-renderer-pdf-out.h.
Referenced by Inkscape::Extension::Internal::pdf_render_document_to_file(), and Inkscape::Extension::Internal::CairoRendererPdfOutput::save().
bool Inkscape::Extension::Internal::PDFOptions::text_to_latex |
Put text in a LaTeX document?
Definition at line 36 of file cairo-renderer-pdf-out.h.
Referenced by Inkscape::Extension::Internal::pdf_render_document_to_file(), and Inkscape::Extension::Internal::CairoRendererPdfOutput::save().
bool Inkscape::Extension::Internal::PDFOptions::text_to_path |
Convert text to paths?
Definition at line 35 of file cairo-renderer-pdf-out.h.
Referenced by Inkscape::Extension::Internal::pdf_render_document_to_file(), and Inkscape::Extension::Internal::CairoRendererPdfOutput::save().