aboutsummaryrefslogtreecommitdiff
path: root/lib/psset.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /lib/psset.h
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'lib/psset.h')
-rw-r--r--lib/psset.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/psset.h b/lib/psset.h
new file mode 100644
index 00000000..5caaba81
--- /dev/null
+++ b/lib/psset.h
@@ -0,0 +1,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