Canola  0.8.D001
Variables
lib/program_card/functor/image/pdf.cc File Reference
#include <lib/ac/math.h>
#include <cairomm/context.h>
#include <cairomm/surface.h>
#include <lib/context_saver.h>
#include <lib/program_card/functor/image/pdf.h>

Go to the source code of this file.

Variables

static const double page_width = 210 / 25.4 * 72
static const double page_height = 297 / 25.4 * 72
static const double card_width = 1360. / 600. * 72.
static const double card_height = 4425. / 600. * 72.
static const double gap = 72. / 4
static const double envelope_margin = 72 * (25./600)
static const double envelope_flap = 72 * (250./600)

Variable Documentation

const double card_height = 4425. / 600. * 72. [static]

Definition at line 41 of file pdf.cc.

const double card_width = 1360. / 600. * 72. [static]

Definition at line 40 of file pdf.cc.

const double envelope_flap = 72 * (250./600) [static]

Definition at line 44 of file pdf.cc.

const double envelope_margin = 72 * (25./600) [static]

Definition at line 43 of file pdf.cc.

const double gap = 72. / 4 [static]

Definition at line 42 of file pdf.cc.

const double page_height = 297 / 25.4 * 72 [static]

Definition at line 39 of file pdf.cc.

const double page_width = 210 / 25.4 * 72 [static]

Definition at line 38 of file pdf.cc.