Horizon
Loading...
Searching...
No Matches
export_pdf_util.hpp
1#pragma once
2#include <podofo/podofo.h>
3#include "util/placement.hpp"
4
5namespace horizon {
6void render_picture(PoDoFo::PdfDocument &doc, PoDoFo::PdfPainter &painter, const class Picture &pic,
7 const Placement &tr = Placement());
8}