# 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