Draw to a Cairo Context

Draw to a Cairo context

class quill.exporter.cairo_context.CairoContext(context, width, height, background=False, cache=None)[source]

Bases: quill.exporter.base2.ExporterBase2

background(page)
begin_export()[source]
creation_time(ctime, ctime_millis)
end_export()[source]
image(image)[source]
line(line)
modification_time(mtime, mtime_millis)
new_page(page)[source]
stroke(stroke)[source]
title(title)
uuid(uuid)

Previous topic

More Advanced Base Class for Exporters

Next topic

Draw to a Cairo Surface with Multi-Page support

This Page