aboutsummaryrefslogtreecommitdiff
path: root/lib/psset.h
blob: 5caaba81daeb0fa962922978cd9c07b9b70088c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

# PSSET.H -- Public definitions for the PSIO interface.

# Page size definitions.
define  PAGE_LETTER     1               # page sizes
define  PAGE_LEGAL      2
define  PAGE_A4         3
define  PAGE_B5         4

# Font definitions.
define  F_ROMAN         1               # times-roman font
define  F_ITALIC        3               # times-roman italic font
define  F_BOLD          2               # times-roman bold font
define  F_TELETYPE      4               # fixed-width font
define  F_PREVIOUS      5               # previous font

# Flags.
define	DEFAULT_FOOTER	1		# use footer (default)
define	FNUM_ONLY	2		# use footer page numbers only