#cairo_pdf_outline_flags_t is used by the cairo_pdf_surface_add_outline() function specify the attributes of an outline item. These flags may be bitwise-or'd to produce any combination of flags.

cairo_pdf_outline_flags_t

Format

An object of class list of length 3.

Details

Since: 1.16

CAIRO_PDF_OUTLINE_FLAG_OPEN

The outline item defaults to open in the PDF viewer (Since 1.16)

CAIRO_PDF_OUTLINE_FLAG_BOLD

The outline item is displayed by the viewer in bold text (Since 1.16)

CAIRO_PDF_OUTLINE_FLAG_ITALIC

The outline item is displayed by the viewer in italic text (Since 1.16)

See also