Skip to main content

Crate plotkit_render_pdf

Crate plotkit_render_pdf 

Source
Expand description

PDF rendering backend for plotkit.

Produces PDF output by translating plotkit primitives into PDF drawing operations using the printpdf crate. Text is rendered with built-in PDF fonts (Helvetica family).

Structsยง

PdfRenderer
A renderer that produces PDF output.