![]() |
Pangolin
Header-only C++20 plane computational geometry library
|
#include <pdfgen.hpp>
Public Attributes | |
| char | errstr [128] {} |
| int | errval = 0 |
| std::vector< std::unique_ptr< pdf_object > > | objects |
| float | width = 0.0f |
| float | height = 0.0f |
| pdf_object * | current_font = nullptr |
| std::array< pdf_object *, detail::OBJ_count > | last_objects {} |
| std::array< pdf_object *, detail::OBJ_count > | first_objects {} |
| pdf_object* pgl::pdfgen::pdf_doc::current_font = nullptr |
| char pgl::pdfgen::pdf_doc::errstr[128] {} |
| int pgl::pdfgen::pdf_doc::errval = 0 |
| std::array<pdf_object*, detail::OBJ_count> pgl::pdfgen::pdf_doc::first_objects {} |
| float pgl::pdfgen::pdf_doc::height = 0.0f |
| std::array<pdf_object*, detail::OBJ_count> pgl::pdfgen::pdf_doc::last_objects {} |
| std::vector<std::unique_ptr<pdf_object> > pgl::pdfgen::pdf_doc::objects |
| float pgl::pdfgen::pdf_doc::width = 0.0f |