Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::Extension::Internal::PDFOptions Struct Reference

#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)?
 

Detailed Description

Definition at line 34 of file cairo-renderer-pdf-out.h.

Member Data Documentation

◆ drawing_only

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.

◆ rasterize_filters

bool Inkscape::Extension::Internal::PDFOptions::rasterize_filters

◆ stretch_to_fit

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().

◆ text_to_latex

bool Inkscape::Extension::Internal::PDFOptions::text_to_latex

◆ text_to_path

bool Inkscape::Extension::Internal::PDFOptions::text_to_path

The documentation for this struct was generated from the following file: