1pub const MIME_TYPE_JPEG: &str = "image/jpeg";
6pub const MIME_TYPE_PNG: &str = "image/png";
7pub const MIME_TYPE_JP2: &str = "image/jp2";
8pub const MIME_TYPE_URI: &str = "text/x-uri";
9pub const MIME_TYPE_UNIQUE_ID: &str = "application/x-cairo.uuid";
10#[cfg(any(feature = "v1_14", feature = "dox"))]
11pub const MIME_TYPE_JBIG2: &str = "application/x-cairo.jbig2";
12#[cfg(any(feature = "v1_14", feature = "dox"))]
13pub const MIME_TYPE_JBIG2_GLOBAL: &str = "application/x-cairo.jbig2-global";
14#[cfg(any(feature = "v1_14", feature = "dox"))]
15pub const MIME_TYPE_JBIG2_GLOBAL_ID: &str = "application/x-cairo.jbig2-global-id";
16#[cfg(any(feature = "v1_16", feature = "dox"))]
17pub const MIME_TYPE_CCITT_FAX: &str = "image/g3fax";
18#[cfg(any(feature = "v1_16", feature = "dox"))]
19pub const MIME_TYPE_CCITT_FAX_PARAMS: &str = "application/x-cairo.ccitt.params";
20#[cfg(any(feature = "v1_16", feature = "dox"))]
21pub const MIME_TYPE_EPS: &str = "application/postscript";
22#[cfg(any(feature = "v1_16", feature = "dox"))]
23pub const MIME_TYPE_EPS_PARAMS: &str = "application/x-cairo.eps.params";
24
25#[cfg(any(feature = "v1_16", feature = "dox"))]
26pub const PDF_OUTLINE_ROOT: i32 = 0;
27
28#[cfg(any(feature = "v1_16", feature = "dox"))]
29pub const CAIRO_TAG_DEST: &str = "cairo.dest";
30#[cfg(any(feature = "v1_16", feature = "dox"))]
31pub const CAIRO_TAG_LINK: &str = "Link";