GDS-Render v1.2.1
|
This struct holds the renderer configuration. More...
#include <conv-settings-dialog.h>
Data Fields | |
double | scale |
Scale image down by this factor. More... | |
enum output_renderer | renderer |
gboolean | tex_pdf_layers |
gboolean | tex_standalone |
This struct holds the renderer configuration.
Definition at line 56 of file conv-settings-dialog.h.
enum output_renderer renderer |
The renderer to use
Definition at line 58 of file conv-settings-dialog.h.
double scale |
Scale image down by this factor.
Definition at line 57 of file conv-settings-dialog.h.
gboolean tex_pdf_layers |
Create OCG layers when rendering with TikZ
Definition at line 59 of file conv-settings-dialog.h.
gboolean tex_standalone |
Create a standalone compile TeX file
Definition at line 60 of file conv-settings-dialog.h.