|
mupdf
|
#include <device.h>

Public Attributes | |
| int | rotate |
| int | x_resolution |
| int | y_resolution |
| int | width |
| int | height |
| fz_colorspace * | colorspace |
| int | alpha |
| int | graphics |
| int | text |
struct fz_draw_options: Options for creating a pixmap and draw device.
| int fz_draw_options::alpha |
| fz_colorspace* fz_draw_options::colorspace |
| int fz_draw_options::graphics |
| int fz_draw_options::height |
| int fz_draw_options::rotate |
| int fz_draw_options::text |
| int fz_draw_options::width |
| int fz_draw_options::x_resolution |
| int fz_draw_options::y_resolution |