diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /sys/gio/gks/README | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/gio/gks/README')
-rw-r--r-- | sys/gio/gks/README | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/sys/gio/gks/README b/sys/gio/gks/README new file mode 100644 index 00000000..fc3307c7 --- /dev/null +++ b/sys/gio/gks/README @@ -0,0 +1,50 @@ +GKS - This directory contains code for a partial implementation of the Fortran +binding of GKS level OA. The GKS functions are layered upon GIO. The functions +provided are: + + gacwk --- activate workstation + gca --- output (integer) cell array + gcas --- output (short) cell array + gclks --- close GKS + gclrwk --- clear workstation + gclwk --- close workstation + gdawk --- deactivate workstation + gfa --- fill area + gopks --- open GKS + gopwk --- open workstation + gpl --- polyline + gpm --- polymarker + gqasf --- query aspect source flag + gqchh --- query character height + gqchup --- query character up vector + gqcntn --- query current transformation number + gqnt --- query normalization transformation (window and viewport) + gqopwk --- query open workstations + gqplci --- query polyline color index + gqpmi --- query polymarker index + gqtxal --- query text alignment + gqtxci --- query text color index + gqtxp --- query text path + gqwks --- query workstation state + qsasf --- query aspect source flag + gschh --- set character height + gschup --- set character up vector + gscr --- set color representation + gselnt --- set normalization transformation + gsfaci --- set fill area color index + gsfais --- set fill area interior style + gslwsc --- set line width scale factor + gsmk --- set marker type + gsplci --- set polyline color index + gspmci --- set polymarker color index + gspmi --- set polymarker index + gstxal --- set text alignment + gstxci --- set text color index + gstxp --- set text path + gsvp --- set viewport + gswn --- set window + gtx --- text (gtx.f, gxgtx.x) + +Two functions were added 8Sep86: + gsclip --- set clipping flag + gqclip --- query clipping flag |