23#ifndef MUPDF_FITZ_OUTPUT_SVG_H
24#define MUPDF_FITZ_OUTPUT_SVG_H
fz_device * fz_new_svg_device(fz_context *ctx, fz_output *out, float page_width, float page_height, int text_format, int reuse_images)
void fz_parse_svg_device_options(fz_context *ctx, fz_svg_device_options *opts, const char *args)
void fz_init_svg_device_options(fz_context *ctx, fz_svg_device_options *opts)
fz_device * fz_new_svg_device_with_options(fz_context *ctx, fz_output *out, float page_width, float page_height, fz_svg_device_options *opts)
fz_device * fz_new_svg_device_with_id(fz_context *ctx, fz_output *out, float page_width, float page_height, int text_format, int reuse_images, int *id)
@ FZ_SVG_TEXT_AS_PATH
Definition output-svg.h:32
@ FZ_SVG_TEXT_AS_TEXT
Definition output-svg.h:33
void fz_apply_svg_device_options(fz_context *ctx, fz_svg_device_options *opts, fz_options *options)
Definition output-svg.h:38
int * id
Definition output-svg.h:42
int reuse_images
Definition output-svg.h:40
int resolution
Definition output-svg.h:41
int text_format
Definition output-svg.h:39