blob: fc8035017204d5e4832d2736fa1ed5905816ee82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
/*
* Copyright (c) 1987 University of Maryland Department of Computer Science.
* All rights reserved. Permission to copy for any purpose is hereby granted
* so long as this copyright notice remains intact.
*/
/* imagen globals */
/* Accounting: */
#ifndef ACCOUNT_FILE
/*
#define ACCOUNT_FILE "/usr/adm/imagen_acct"/* if defined, the name of the
imagen page accounting file */
#endif ACCOUNT_FILE
#define MaxImFamily 128 /* hardware limitation on font family index */
#define DefaultDPI 300 /* 300 for Imagen 8/300, 240 for Imprint-10 */
#define DefaultMaxDrift 3 /* default value for MaxDrift */
/* Default margins, in dots */
/* CRUFT ALERT: depending on DPI variable */
#define DefaultTopMargin (DPI) /* 1" margins */
#define DefaultLeftMargin (DPI)
|