cairo_pdf_outline_flags_t

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

Values

ValueMeaning
Open1

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

Bold2

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

Italic4

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