#include "potracelib.h"
Go to the source code of this file.
Classes | |
struct | dim_s |
struct | imginfo_s |
struct | info_s |
struct | rect_s |
Defines | |
#define | DEFAULT_DIM DIM_IN |
#define | DEFAULT_DIM_NAME "inches" |
#define | DEFAULT_PAPERFORMAT "letter" |
#define | DEFAULT_PAPERHEIGHT 792 |
#define | DEFAULT_PAPERWIDTH 612 |
#define | DIM_CM (72 / 2.54) |
#define | DIM_IN (72) |
#define | DIM_MM (72 / 25.4) |
#define | DIM_PT (1) |
Typedefs | |
typedef struct dim_s | dim_t |
typedef struct imginfo_s | imginfo_t |
typedef struct info_s | info_t |
typedef struct rect_s | rect_t |
Variables | |
info_t | info |
#define DEFAULT_DIM DIM_IN |
#define DEFAULT_DIM_NAME "inches" |
#define DEFAULT_PAPERFORMAT "letter" |
#define DEFAULT_PAPERHEIGHT 792 |
#define DEFAULT_PAPERWIDTH 612 |