Horizon
|
Border around a sheet. More...
#include <frame.hpp>
Public Types | |
enum | Format { NONE, A4_LANDSCAPE, A3_LANDSCAPE } |
Public Member Functions | |
Frame (const json &j) | |
uint64_t | get_width () const |
uint64_t | get_height () const |
std::pair< Coordi, Coordi > | get_bbox () const |
json | serialize () const |
Public Attributes | |
Format | format = Format::A4_LANDSCAPE |
uint64_t | border = 5_mm |
Border around a sheet.
Will include title block in future releases.