1: /* 2: * Copyright (c) 1984, 1985 Xerox Corp. 3: * 4: * common definitons 5: */ 6: 7: #define MICAS_PER_INCH 2540 8: #define POINTS_PER_INCH 72 /* these are fat points */ 9: 10: 11: unsigned char *GetStringProp(); 12: unsigned char *GetIntegerProp(); 13: 14: #define Make16BitChar(a, b) ((a << 8) | b)